summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Analyzer] Quick Fix for exponential execution time when simpilifying complex...Adam Balogh2018-07-231-5/+5
* [analyzer] Memoize complexity of SymExprMikhail R. Gadelha2018-07-191-1/+1
* [analyzer] Fix constraint being dropped when analyzing a program without tain...Mikhail R. Gadelha2018-07-161-1/+1
* [analyzer] Add option to set maximum symbol complexity thresholdMikhail R. Gadelha2018-07-101-0/+6
* [CFG] [analyzer] Add construction contexts that explain pre-C++17 copy elision.Artem Dergachev2018-06-281-0/+6
* [analyzer] False positive refutation with Z3Mikhail R. Gadelha2018-06-041-0/+6
* [Analyzer] SValBuilder Comparison Rearrangement (with Restrictions and Analyz...Adam Balogh2018-04-111-0/+8
* [analyzer] Enable temporary object destructor inlining by default.Artem Dergachev2018-03-221-1/+1
* [analyzer] Add scope information to CFGMaxim Ostapenko2018-03-121-0/+6
* [StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2018-03-071-3/+8
* [analyzer] Enable cfg-temporary-dtors by default.Artem Dergachev2018-03-011-2/+2
* Resubmit [analyzer] Support for naive cross translation unit analysisIlya Biryukov2018-03-011-0/+23
* Revert "[analyzer] Support for naive cross translation unit analysis"Ilya Biryukov2018-03-011-23/+0
* [analyzer] Support for naive cross translation unit analysisGabor Horvath2018-02-281-0/+23
* [analyzer] Switch the default exploration strategy to priority queue based on...George Karpenkov2018-02-271-1/+1
* [analyzer] Exploration strategy prioritizing unexplored nodes firstGeorge Karpenkov2018-02-261-0/+2
* [analyzer] Compute the correct this-region for temporary destructors.Artem Dergachev2018-02-151-0/+5
* [analyzer] Exploration strategy prioritizing unexplored coverage firstGeorge Karpenkov2018-02-121-12/+15
* [analyzer] Serialize statistics to plist when serialize-stats=true is setGeorge Karpenkov2018-02-101-0/+6
* [CFG] Add extra context to C++ constructor statement elements.Artem Dergachev2018-02-081-1/+7
* 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
OpenPOWER on IntegriCloud