summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Evaluate all non-checker config options before analysisKristof Umann2018-11-301-91/+9
* [analyzer] Drastically simplify the tblgen files used for checkersKristof Umann2018-11-121-1/+1
* [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects ha...Kristof Umann2018-11-051-114/+76
* [analyzer][NFC] Collect all -analyzer-config options in a .def fileKristof Umann2018-11-021-335/+88
* [analyzer][NFC] Fix some incorrect uses of -analyzer-config optionsKristof Umann2018-11-021-0/+13
* [analyzer][PlistMacroExpansion] Part 1.: New expand-macros flagKristof Umann2018-10-311-0/+7
* [analyzer][NFC] Fix inconsistencies in AnalyzerOptionsKristof Umann2018-10-211-49/+48
* [analyzer] Experiment with an iteration order only based on location, and not...George Karpenkov2018-10-111-0/+2
* [analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by defaultGeorge Karpenkov2018-08-291-0/+7
* [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
OpenPOWER on IntegriCloud