summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/analyzer-config.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Deleting unnecessary test fileKristof Umann2018-11-301-54/+0
* [analyzer] Evaluate all non-checker config options before analysisKristof Umann2018-11-301-18/+18
* [analyzer][NFC] Fix some incorrect uses of -analyzer-config optionsKristof Umann2018-11-021-2/+1
* [analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by defaultGeorge Karpenkov2018-08-291-1/+2
* [analyzer] Fix tests.George Karpenkov2018-08-021-1/+2
* [analyzer] Fix bots by changing the analyzer-config tests.George Karpenkov2018-07-111-2/+1
* [CFG] [analyzer] Add construction contexts that explain pre-C++17 copy elision.Artem Dergachev2018-06-281-1/+2
* [analyzer] Enable temporary object destructor inlining by default.Artem Dergachev2018-03-221-1/+1
* [analyzer] Add scope information to CFGMaxim Ostapenko2018-03-121-1/+2
* [analyzer] Enable cfg-temporary-dtors by default.Artem Dergachev2018-03-011-3/+4
* Resubmit [analyzer] Support for naive cross translation unit analysisIlya Biryukov2018-03-011-1/+2
* Revert "[analyzer] Support for naive cross translation unit analysis"Ilya Biryukov2018-03-011-2/+1
* [analyzer] Support for naive cross translation unit analysisGabor Horvath2018-02-281-1/+2
* [analyzer] Switch the default exploration strategy to priority queue based on...George Karpenkov2018-02-271-2/+2
* [analyzer] Compute the correct this-region for temporary destructors.Artem Dergachev2018-02-151-1/+3
* [analyzer] Fix a merge error in -analyzer-config tests.Artem Dergachev2018-02-101-1/+1
* [analyzer] Serialize statistics to plist when serialize-stats=true is setGeorge Karpenkov2018-02-101-0/+1
* [CFG] Add extra context to C++ constructor statement elements.Artem Dergachev2018-02-081-1/+2
* [analyzer] Expose exploration strategy through analyzer options.George Karpenkov2018-02-021-1/+2
* [CFG] Add LoopExit information to CFGPeter Szecsi2017-08-191-1/+2
* [StaticAnalyzer] Completely unrolling specific loops with known bound optionPeter Szecsi2017-07-251-1/+2
* Revert "[StaticAnalyzer] Completely unrolling specific loops with known bound...Peter Szecsi2017-07-201-2/+1
* This feature allows the analyzer to consider loops to completely unroll. NewPeter Szecsi2017-07-191-1/+2
* CFG: Add CFGElement for automatic variables that leave the scopeMatthias Gehre2017-07-121-1/+3
* [analyzer] Bump a few default performance thresholds.Artem Dergachev2017-06-211-2/+2
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-1/+1
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-1/+1
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-1/+1
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-1/+1
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+1
* Reapply r251621 "[Analyzer] Widening loops which do not exit"Sean Eveson2015-10-301-1/+2
* Revert r251621 "[Analyzer] Widening loops which do not exit" (bot failure)Sean Eveson2015-10-301-2/+1
* [Analyzer] Widening loops which do not exitSean Eveson2015-10-291-1/+2
* [analyzer] Add -analyzer-config option for function size the inliner consider...Devin Coughlin2015-09-111-3/+11
* 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-1/+2
* [analyzer] "Force" LazyCompoundVals on bind when they are simple enough.Jordan Rose2013-04-181-1/+2
* Make test portable.Ted Kremenek2013-04-161-1/+1
* [analyzer] Add experimental option "leak-diagnostics-reference-allocation".Ted Kremenek2013-04-161-1/+2
* [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-1/+2
* Add static analyzer support for conditionally executing static initializers.Ted Kremenek2013-03-291-1/+2
* [analyzer] Turn on C++ constructor inlining by default.Jordan Rose2013-02-271-1/+1
* [analyzer] Make shallow mode more shallow.Anna Zaks2013-01-301-1/+2
* [analyzer] Use analyzer config for max-inlinable-size option.Anna Zaks2013-01-301-1/+2
OpenPOWER on IntegriCloud