Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". | Anna Zaks | 2013-01-24 | 1 | -1/+1 |
* | [analyzer] Though C++ inlining is enabled, don't inline ctors and dtors. | Jordan Rose | 2012-08-31 | 1 | -1/+1 |
* | [analyzer] Inline constructors for any object with a trivial destructor. | Jordan Rose | 2012-08-27 | 1 | -1/+0 |
* | [analyzer] Turn -cfg-add-initializers on by default, and remove the flag. | Jordan Rose | 2012-07-31 | 1 | -1/+1 |
* | [analyzer] Convert many existing tests to use clang_analyzer_eval. | Jordy Rose | 2012-05-16 | 1 | -5/+4 |
* | Begin reworking static analyzer support for C++ method calls. The current lo... | Ted Kremenek | 2011-03-30 | 1 | -0/+1 |
* | [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno... | Argyrios Kyrtzidis | 2011-02-28 | 1 | -1/+1 |
* | CXXBaseObjectRegion is like FieldRegion. Need to blast through it when | Zhongxing Xu | 2011-01-13 | 1 | -1/+1 |
* | Support inlining base initializers. We still haven't got it completely right, | Zhongxing Xu | 2011-01-13 | 1 | -0/+30 |