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
/
lib
/
StaticAnalyzer
/
Core
/
AnalyzerOptions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Analysis: Silence checkers
Csaba Dabis
2019-08-16
1
-19
/
+0
*
[analyzer] Add a new frontend flag to display all checker options
Kristof Umann
2019-05-23
1
-0
/
+32
*
[analyzer] Remove the default value arg from getChecker*Option
Kristof Umann
2019-05-17
1
-26
/
+29
*
[analyzer] Insert checker options into AnalyzerOption::ConfigTable
Kristof Umann
2019-05-17
1
-1
/
+1
*
[analyzer] Don't display implementation checkers under -analyzer-checker-help...
Kristof Umann
2019-05-01
1
-1
/
+1
*
[analyzer] Enable subcheckers to possess checker options
Kristof Umann
2019-03-04
1
-17
/
+40
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Allow direct navigation to static analysis checker documentation through SARI...
Aaron Ballman
2018-12-20
1
-1
/
+1
*
[analyzer] Evaluate all non-checker config options before analysis
Kristof Umann
2018-11-30
1
-91
/
+9
*
[analyzer] Drastically simplify the tblgen files used for checkers
Kristof Umann
2018-11-12
1
-1
/
+1
*
[analyzer] Restrict AnalyzerOptions' interface so that non-checker objects ha...
Kristof Umann
2018-11-05
1
-114
/
+76
*
[analyzer][NFC] Collect all -analyzer-config options in a .def file
Kristof Umann
2018-11-02
1
-335
/
+88
*
[analyzer][NFC] Fix some incorrect uses of -analyzer-config options
Kristof Umann
2018-11-02
1
-0
/
+13
*
[analyzer][PlistMacroExpansion] Part 1.: New expand-macros flag
Kristof Umann
2018-10-31
1
-0
/
+7
*
[analyzer][NFC] Fix inconsistencies in AnalyzerOptions
Kristof Umann
2018-10-21
1
-49
/
+48
*
[analyzer] Experiment with an iteration order only based on location, and not...
George Karpenkov
2018-10-11
1
-0
/
+2
*
[analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by default
George Karpenkov
2018-08-29
1
-0
/
+7
*
[Analyzer] Quick Fix for exponential execution time when simpilifying complex...
Adam Balogh
2018-07-23
1
-5
/
+5
*
[analyzer] Memoize complexity of SymExpr
Mikhail R. Gadelha
2018-07-19
1
-1
/
+1
*
[analyzer] Fix constraint being dropped when analyzing a program without tain...
Mikhail R. Gadelha
2018-07-16
1
-1
/
+1
*
[analyzer] Add option to set maximum symbol complexity threshold
Mikhail R. Gadelha
2018-07-10
1
-0
/
+6
*
[CFG] [analyzer] Add construction contexts that explain pre-C++17 copy elision.
Artem Dergachev
2018-06-28
1
-0
/
+6
*
[analyzer] False positive refutation with Z3
Mikhail R. Gadelha
2018-06-04
1
-0
/
+6
*
[Analyzer] SValBuilder Comparison Rearrangement (with Restrictions and Analyz...
Adam Balogh
2018-04-11
1
-0
/
+8
*
[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
-0
/
+6
*
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2018-03-07
1
-3
/
+8
*
[analyzer] Enable cfg-temporary-dtors by default.
Artem Dergachev
2018-03-01
1
-2
/
+2
*
Resubmit [analyzer] Support for naive cross translation unit analysis
Ilya Biryukov
2018-03-01
1
-0
/
+23
*
Revert "[analyzer] Support for naive cross translation unit analysis"
Ilya Biryukov
2018-03-01
1
-23
/
+0
*
[analyzer] Support for naive cross translation unit analysis
Gabor Horvath
2018-02-28
1
-0
/
+23
*
[analyzer] Switch the default exploration strategy to priority queue based on...
George Karpenkov
2018-02-27
1
-1
/
+1
*
[analyzer] Exploration strategy prioritizing unexplored nodes first
George Karpenkov
2018-02-26
1
-0
/
+2
*
[analyzer] Compute the correct this-region for temporary destructors.
Artem Dergachev
2018-02-15
1
-0
/
+5
*
[analyzer] Exploration strategy prioritizing unexplored coverage first
George Karpenkov
2018-02-12
1
-12
/
+15
*
[analyzer] Serialize statistics to plist when serialize-stats=true is set
George Karpenkov
2018-02-10
1
-0
/
+6
*
[CFG] Add extra context to C++ constructor statement elements.
Artem Dergachev
2018-02-08
1
-1
/
+7
*
Remove the change which accidentally crept in into the cherry-pick
George Karpenkov
2018-02-02
1
-1
/
+0
*
[analyzer] Expose exploration strategy through analyzer options.
George Karpenkov
2018-02-02
1
-0
/
+20
*
[analyzer] Enable c++-allocator-inlining by default.
Artem Dergachev
2018-01-24
1
-1
/
+1
*
[CFG] Add LoopExit information to CFG
Peter Szecsi
2017-08-19
1
-0
/
+5
*
[StaticAnalyzer] Completely unrolling specific loops with known bound option
Peter Szecsi
2017-07-25
1
-0
/
+6
*
Revert "[StaticAnalyzer] Completely unrolling specific loops with known bound...
Peter Szecsi
2017-07-20
1
-6
/
+0
*
This feature allows the analyzer to consider loops to completely unroll. New
Peter Szecsi
2017-07-19
1
-0
/
+6
*
CFG: Add CFGElement for automatic variables that leave the scope
Matthias Gehre
2017-07-12
1
-0
/
+11
*
[analyzer] Bump a few default performance thresholds.
Artem Dergachev
2017-06-21
1
-2
/
+2
*
[analyzer] Turn suppress-c++-stdlib on by default
Anna Zaks
2017-03-10
1
-1
/
+1
*
Add a method to get the list of registered static analyzer checkers.
Alexander Kornienko
2016-11-08
1
-0
/
+19
*
[analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last)
Artem Dergachev
2016-10-07
1
-0
/
+7
*
Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"
Artem Dergachev
2016-10-07
1
-7
/
+0
[next]