index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Analysis
/
analyzer-config.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Deleting unnecessary test file
Kristof Umann
2018-11-30
1
-54
/
+0
*
[analyzer] Evaluate all non-checker config options before analysis
Kristof Umann
2018-11-30
1
-18
/
+18
*
[analyzer][NFC] Fix some incorrect uses of -analyzer-config options
Kristof Umann
2018-11-02
1
-2
/
+1
*
[analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by default
George Karpenkov
2018-08-29
1
-1
/
+2
*
[analyzer] Fix tests.
George Karpenkov
2018-08-02
1
-1
/
+2
*
[analyzer] Fix bots by changing the analyzer-config tests.
George Karpenkov
2018-07-11
1
-2
/
+1
*
[CFG] [analyzer] Add construction contexts that explain pre-C++17 copy elision.
Artem Dergachev
2018-06-28
1
-1
/
+2
*
[analyzer] Enable temporary object destructor inlining by default.
Artem Dergachev
2018-03-22
1
-1
/
+1
*
[analyzer] Add scope information to CFG
Maxim Ostapenko
2018-03-12
1
-1
/
+2
*
[analyzer] Enable cfg-temporary-dtors by default.
Artem Dergachev
2018-03-01
1
-3
/
+4
*
Resubmit [analyzer] Support for naive cross translation unit analysis
Ilya Biryukov
2018-03-01
1
-1
/
+2
*
Revert "[analyzer] Support for naive cross translation unit analysis"
Ilya Biryukov
2018-03-01
1
-2
/
+1
*
[analyzer] Support for naive cross translation unit analysis
Gabor Horvath
2018-02-28
1
-1
/
+2
*
[analyzer] Switch the default exploration strategy to priority queue based on...
George Karpenkov
2018-02-27
1
-2
/
+2
*
[analyzer] Compute the correct this-region for temporary destructors.
Artem Dergachev
2018-02-15
1
-1
/
+3
*
[analyzer] Fix a merge error in -analyzer-config tests.
Artem Dergachev
2018-02-10
1
-1
/
+1
*
[analyzer] Serialize statistics to plist when serialize-stats=true is set
George Karpenkov
2018-02-10
1
-0
/
+1
*
[CFG] Add extra context to C++ constructor statement elements.
Artem Dergachev
2018-02-08
1
-1
/
+2
*
[analyzer] Expose exploration strategy through analyzer options.
George Karpenkov
2018-02-02
1
-1
/
+2
*
[CFG] Add LoopExit information to CFG
Peter Szecsi
2017-08-19
1
-1
/
+2
*
[StaticAnalyzer] Completely unrolling specific loops with known bound option
Peter Szecsi
2017-07-25
1
-1
/
+2
*
Revert "[StaticAnalyzer] Completely unrolling specific loops with known bound...
Peter Szecsi
2017-07-20
1
-2
/
+1
*
This feature allows the analyzer to consider loops to completely unroll. New
Peter Szecsi
2017-07-19
1
-1
/
+2
*
CFG: Add CFGElement for automatic variables that leave the scope
Matthias Gehre
2017-07-12
1
-1
/
+3
*
[analyzer] Bump a few default performance thresholds.
Artem Dergachev
2017-06-21
1
-2
/
+2
*
Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-03
1
-1
/
+1
*
Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-1
/
+1
*
Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-1
/
+1
*
Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-1
/
+1
*
Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-1
/
+1
*
Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...
Dominic Chen
2017-02-28
1
-1
/
+1
*
Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-28
1
-1
/
+1
*
Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-27
1
-1
/
+1
*
[analyzer] NFC: Update test infrastructure to support multiple constraint man...
Dominic Chen
2017-02-27
1
-1
/
+1
*
Reapply r251621 "[Analyzer] Widening loops which do not exit"
Sean Eveson
2015-10-30
1
-1
/
+2
*
Revert r251621 "[Analyzer] Widening loops which do not exit" (bot failure)
Sean Eveson
2015-10-30
1
-2
/
+1
*
[Analyzer] Widening loops which do not exit
Sean Eveson
2015-10-29
1
-1
/
+2
*
[analyzer] Add -analyzer-config option for function size the inliner consider...
Devin Coughlin
2015-09-11
1
-3
/
+11
*
Revert "[analyzer] Add very limited support for temporary destructors"
Jordan Rose
2013-07-23
1
-1
/
+1
*
[analyzer] Add very limited support for temporary destructors
Pavel Labath
2013-07-17
1
-1
/
+1
*
[analyzer] Don't inline ~shared_ptr.
Jordan Rose
2013-05-17
1
-1
/
+2
*
[analyzer] "Force" LazyCompoundVals on bind when they are simple enough.
Jordan Rose
2013-04-18
1
-1
/
+2
*
Make test portable.
Ted Kremenek
2013-04-16
1
-1
/
+1
*
[analyzer] Add experimental option "leak-diagnostics-reference-allocation".
Ted Kremenek
2013-04-16
1
-1
/
+2
*
[analyzer] Enable destructor inlining by default (c++-inlining=destructors).
Jordan Rose
2013-04-04
1
-1
/
+1
*
[analyzer] For now, don't inline [cd]tors of C++ containers.
Jordan Rose
2013-04-02
1
-1
/
+2
*
Add static analyzer support for conditionally executing static initializers.
Ted Kremenek
2013-03-29
1
-1
/
+2
*
[analyzer] Turn on C++ constructor inlining by default.
Jordan Rose
2013-02-27
1
-1
/
+1
*
[analyzer] Make shallow mode more shallow.
Anna Zaks
2013-01-30
1
-1
/
+2
*
[analyzer] Use analyzer config for max-inlinable-size option.
Anna Zaks
2013-01-30
1
-1
/
+2
[next]