summaryrefslogtreecommitdiffstats
path: root/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Fix buildbot failures caused by a forgotten initializationKristof Umann2019-05-011-5/+6
* [analyzer] Don't display implementation checkers under -analyzer-checker-help...Kristof Umann2019-05-011-0/+1
* [analyzer] Enable subcheckers to possess checker optionsKristof Umann2019-03-041-21/+41
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [analyzer] Emit an error for invalid -analyzer-config inputsKristof Umann2018-11-301-1/+29
* [analyzer] Evaluate all non-checker config options before analysisKristof Umann2018-11-301-54/+28
* Use correct parameter name in comment.Bill Wendling2018-11-091-1/+1
* Fix breakage on FrontendTest by initializing new field on constructorKadir Cetinkaya2018-11-051-6/+5
* [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects ha...Kristof Umann2018-11-051-73/+71
* [analyzer] New flag to print all -analyzer-config optionsKristof Umann2018-11-021-0/+1
* [analyzer][NFC] Collect all -analyzer-config options in a .def fileKristof Umann2018-11-021-449/+40
* [analyzer][NFC] Fix some incorrect uses of -analyzer-config optionsKristof Umann2018-11-021-0/+20
* [analyzer][PlistMacroExpansion] Part 1.: New expand-macros flagKristof Umann2018-10-311-0/+10
* [analyzer][NFC] Fix inconsistencies in AnalyzerOptionsKristof Umann2018-10-211-11/+17
* [analyzer] Experiment with an iteration order only based on location, and not...George Karpenkov2018-10-111-0/+1
* [analyzer] Provide an option to dump generated exploded graphs to a given file.George Karpenkov2018-09-281-0/+3
* [analyzer] Remove traces of ubigraph visualizationGeorge Karpenkov2018-09-061-2/+1
* [analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by defaultGeorge Karpenkov2018-08-291-9/+14
* Remove trailing spaceFangrui Song2018-07-301-13/+13
* [Analyzer] Quick Fix for exponential execution time when simpilifying complex...Adam Balogh2018-07-231-15/+15
* [analyzer] Add option to set maximum symbol complexity thresholdMikhail R. Gadelha2018-07-101-0/+8
* [CFG] [analyzer] Add construction contexts that explain pre-C++17 copy elision.Artem Dergachev2018-06-281-0/+10
* [analyzer] False positive refutation with Z3Mikhail R. Gadelha2018-06-041-0/+10
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-13/+13
* [Analyzer] SValBuilder Comparison Rearrangement (with Restrictions and Analyz...Adam Balogh2018-04-111-0/+17
* Fix typos in clangAlexander Kornienko2018-04-061-4/+4
* [analyzer] Add scope information to CFGMaxim Ostapenko2018-03-121-0/+9
* [StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2018-03-071-50/+32
* Resubmit [analyzer] Support for naive cross translation unit analysisIlya Biryukov2018-03-011-0/+21
* Revert "[analyzer] Support for naive cross translation unit analysis"Ilya Biryukov2018-03-011-21/+0
* [analyzer] Support for naive cross translation unit analysisGabor Horvath2018-02-281-0/+21
* [analyzer] Exploration strategy prioritizing unexplored nodes firstGeorge Karpenkov2018-02-261-0/+1
* [analyzer] Compute the correct this-region for temporary destructors.Artem Dergachev2018-02-151-0/+14
* [analyzer] Exploration strategy prioritizing unexplored coverage firstGeorge Karpenkov2018-02-121-0/+1
* [analyzer] Serialize statistics to plist when serialize-stats=true is setGeorge Karpenkov2018-02-101-0/+10
* [CFG] Add extra context to C++ constructor statement elements.Artem Dergachev2018-02-081-0/+10
* [analyzer] Expose exploration strategy through analyzer options.George Karpenkov2018-02-021-0/+13
* [analyzer] Show full analyzer invocation for reproducibility in HTML reportsGeorge Karpenkov2018-01-231-0/+4
* [CFG] Add LoopExit information to CFGPeter Szecsi2017-08-191-0/+10
* [StaticAnalyzer] Completely unrolling specific loops with known bound optionPeter Szecsi2017-07-251-0/+7
* Revert "[StaticAnalyzer] Completely unrolling specific loops with known bound...Peter Szecsi2017-07-201-8/+1
* This feature allows the analyzer to consider loops to completely unroll. NewPeter Szecsi2017-07-191-1/+8
* CFG: Add CFGElement for automatic variables that leave the scopeMatthias Gehre2017-07-121-1/+21
* Add a method to get the list of registered static analyzer checkers.Alexander Kornienko2016-11-081-0/+3
* [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last)Artem Dergachev2016-10-071-0/+11
* Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"Artem Dergachev2016-10-071-11/+0
* [analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"Artem Dergachev2016-10-071-0/+11
* Revert "[analyzer] Extend bug reports with extra notes" to fix Windows bot.Vitaly Buka2016-10-041-11/+0
* [analyzer] Extend bug reports with extra notesArtem Dergachev2016-10-031-0/+11
* [analyzer] Command line option to show enabled checker list.Gabor Horvath2016-08-081-0/+2