summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] New option to not suppress null return paths if an argument is null.Jordan Rose2012-10-291-0/+6
* [analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval.Jordan Rose2012-10-231-0/+6
* Silence -Wunused-value warning.Ted Kremenek2012-10-021-0/+1
* Refactor clients of AnalyzerOptions::getBooleanOption() to haveTed Kremenek2012-10-021-25/+23
* Tweak AnalyzerOptions::getOptionAsInteger() to populate the stringTed Kremenek2012-10-021-15/+13
* Change AnalyzerOptions::mayInlineCXXMemberFunction to default populateTed Kremenek2012-10-021-3/+4
* Have AnalyzerOptions::getBooleanOption() stick the matching configTed Kremenek2012-10-011-11/+14
* [analyzer] Suppress bugs whose paths go through the return of a null pointer.Jordan Rose2012-09-221-0/+8
* Re-enable faux-bodies by default.Ted Kremenek2012-09-211-1/+1
* Revert r164364, "Flip "faux-bodies" in the analyzer on by default to flush ou...NAKAMURA Takumi2012-09-211-1/+1
* Flip "faux-bodies" in the analyzer on by default to flush out bugs.Ted Kremenek2012-09-211-1/+1
* Implement faux-body-synthesis of well-known functions in the static analyzer ...Ted Kremenek2012-09-211-0/+4
* Revert "[analyzer] Disable STL inlining. Blocked by PR13724."Jordan Rose2012-09-111-1/+1
* [analyzer] Disable STL inlining. Blocked by PR13724.Anna Zaks2012-09-111-1/+1
* [analyzer] Turn stl inlining back on.Anna Zaks2012-09-101-1/+1
* [analyzer] Add an option to enable/disable objc inlining.Anna Zaks2012-09-101-3/+10
* [analyzer] Add ipa-always-inline-size option (with 3 as the default).Anna Zaks2012-09-101-0/+24
* [analyzer] Make the defaults explicit for each of the new config options.Jordan Rose2012-09-101-2/+2
* [analyzer] For now, don't inline C++ standard library functions.Jordan Rose2012-09-101-1/+31
* [analyzer] Always include destructors in the analysis CFG.Jordan Rose2012-09-051-0/+4
* [analyzer] Though C++ inlining is enabled, don't inline ctors and dtors.Jordan Rose2012-08-311-0/+48
OpenPOWER on IntegriCloud