Re: [PATCH] D11797: [libclang] Expose the ElaboratedType

2015-08-08 Thread Sergey Kalinichev via cfe-commits
skalinichev updated this revision to Diff 31576. skalinichev marked 6 inline comments as done. skalinichev added a comment. Address raised issues. modocache, great review btw, thanks! http://reviews.llvm.org/D11797 Files: bindings/python/clang/cindex.py include/clang-c/Index.h

r244400 - [Static Analyzer] Add --analyzer-target option to scan-build.

2015-08-08 Thread Ted Kremenek via cfe-commits
Author: kremenek Date: Sat Aug 8 12:58:47 2015 New Revision: 244400 URL: http://llvm.org/viewvc/llvm-project?rev=244400view=rev Log: [Static Analyzer] Add --analyzer-target option to scan-build. When interposing on a compiler doing cross-compilation, scan-build does not infer the target triple

Re: r244412 - [modules] Don't leak -M flags for dependency file generation into the module

2015-08-08 Thread Justin Bogner via cfe-commits
Richard Smith via cfe-commits cfe-commits@lists.llvm.org writes: Author: rsmith Date: Sat Aug 8 21:44:20 2015 New Revision: 244412 URL: http://llvm.org/viewvc/llvm-project?rev=244412view=rev Log: [modules] Don't leak -M flags for dependency file generation into the module build process