summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the change which accidentally crept in into the cherry-pickGeorge Karpenkov2018-02-021-1/+0
* [analyzer] Expose exploration strategy through analyzer options.George Karpenkov2018-02-021-0/+20
* [analyzer] Enable c++-allocator-inlining by default.Artem Dergachev2018-01-241-1/+1
* [CFG] Add LoopExit information to CFGPeter Szecsi2017-08-191-0/+5
* [StaticAnalyzer] Completely unrolling specific loops with known bound optionPeter Szecsi2017-07-251-0/+6
* Revert "[StaticAnalyzer] Completely unrolling specific loops with known bound...Peter Szecsi2017-07-201-6/+0
* This feature allows the analyzer to consider loops to completely unroll. NewPeter Szecsi2017-07-191-0/+6
* CFG: Add CFGElement for automatic variables that leave the scopeMatthias Gehre2017-07-121-0/+11
* [analyzer] Bump a few default performance thresholds.Artem Dergachev2017-06-211-2/+2
* [analyzer] Turn suppress-c++-stdlib on by defaultAnna Zaks2017-03-101-1/+1
* Add a method to get the list of registered static analyzer checkers.Alexander Kornienko2016-11-081-0/+19
* [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last)Artem Dergachev2016-10-071-0/+7
* Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"Artem Dergachev2016-10-071-7/+0
* [analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"Artem Dergachev2016-10-071-0/+7
* Revert "[analyzer] Extend bug reports with extra notes" to fix Windows bot.Vitaly Buka2016-10-041-7/+0
* [analyzer] Extend bug reports with extra notesArtem Dergachev2016-10-031-0/+7
* Reapply r251621 "[Analyzer] Widening loops which do not exit"Sean Eveson2015-10-301-0/+6
* Revert r251621 "[Analyzer] Widening loops which do not exit" (bot failure)Sean Eveson2015-10-301-6/+0
* [Analyzer] Widening loops which do not exitSean Eveson2015-10-291-0/+6
* [Static Analyzer] Properly cash the configuration option for lambda support. Gabor Horvath2015-09-111-1/+3
* [analyzer] Add -analyzer-config option for function size the inliner consider...Devin Coughlin2015-09-111-0/+7
* [Static Analyzer] Lambda support.Gabor Horvath2015-09-111-0/+4
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-081-1/+1
* [analyzer] Individual configuration options can be specified for checkers.Gabor Horvath2015-03-041-8/+51
* clang-format a recent commit I madeDavid Blaikie2014-11-191-1/+1
* Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie2014-11-191-7/+10
* Do not inline methods of C++ containers (coming from headers).Anna Zaks2014-06-271-2/+2
* With the option '-analyzer-config stable-report-filename=true',Sylvestre Ledru2014-06-141-0/+7
* [C++11] Use 'nullptr'. StaticAnalyzer edition.Craig Topper2014-05-271-1/+1
* [analyzer] Inline C++ operator new when c++-inline-allocators is turned on.Jordan Rose2014-02-111-0/+6
* Revert "[analyzer] Add very limited support for temporary destructors"Jordan Rose2013-07-231-1/+1
* [analyzer] Add very limited support for temporary destructorsPavel Labath2013-07-171-1/+1
* [analyzer] Don't inline ~shared_ptr.Jordan Rose2013-05-171-0/+6
* [analyzer] Add an option to use the last location in the main source file as ...Anna Zaks2013-05-161-0/+6
* [analyzer] Enable destructor inlining by default (c++-inlining=destructors).Jordan Rose2013-04-041-1/+1
* [analyzer] For now, don't inline [cd]tors of C++ containers.Jordan Rose2013-04-021-0/+7
* [analyzer] Allow suppressing diagnostics reported within the 'std' namespaceJordan Rose2013-04-021-0/+6
* Add static analyzer support for conditionally executing static initializers.Ted Kremenek2013-03-291-1/+1
* Add configuration plumbing to enable static initializer branching in the CFG ...Ted Kremenek2013-03-291-0/+5
* [analyzer] IDC: Add config option; perform the idc check on first “null nod...Anna Zaks2013-03-061-0/+6
* [analyzer] Turn on C++ constructor inlining by default.Jordan Rose2013-02-271-1/+1
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-201-2/+1
* [analyzer] Make shallow mode more shallow.Anna Zaks2013-01-301-3/+38
* [analyzer] Use analyzer config for max-inlinable-size option.Anna Zaks2013-01-301-0/+6
* [analyzer] Remove further references to analyzer-ipa.Anna Zaks2013-01-301-2/+2
* [analyzer] Add 'prune-paths' config option to disable path pruning.Jordan Rose2013-01-261-0/+4
* [analyzer] Rename PruneNullReturnPaths to SuppressNullReturnPaths.Jordan Rose2013-01-261-2/+2
* [analyzer] Add "-analyzer-config mode=[deep|shallow] ".Anna Zaks2013-01-241-2/+24
* [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".Anna Zaks2013-01-241-1/+23
* [analyzer] refactor: access IPAMode through the accessor.Anna Zaks2013-01-241-1/+1
OpenPOWER on IntegriCloud