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
/
Frontend
/
CheckerRegistry.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Analyzer] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-22
1
-1
/
+2
*
[analyzer][NFC] Fix inconsistent references to checkers as "checks"
Kristof Umann
2019-09-12
1
-1
/
+1
*
[analyzer] Analysis: Silence checkers
Csaba Dabis
2019-08-16
1
-9
/
+13
*
[analyzer] List checker/plugin options in 3 categories: released, alpha, deve...
Kristof Umann
2019-05-23
1
-16
/
+39
*
[analyzer] Hide developer-only checker/package options by default
Kristof Umann
2019-05-23
1
-10
/
+13
*
[analyzer] List checkers in 3 categories: released, alpha, developer
Kristof Umann
2019-05-23
1
-4
/
+27
*
[analyzer] Add a new frontend flag to display all checker options
Kristof Umann
2019-05-23
1
-11
/
+40
*
[analyzer] Remove the default value arg from getChecker*Option
Kristof Umann
2019-05-17
1
-1
/
+7
*
[analyzer] Validate checker option names and values
Kristof Umann
2019-05-17
1
-18
/
+101
*
[analyzer] Insert checker options into AnalyzerOption::ConfigTable
Kristof Umann
2019-05-17
1
-4
/
+8
*
[analyzer] Don't display implementation checkers under -analyzer-checker-help...
Kristof Umann
2019-05-01
1
-4
/
+8
*
[analyzer][NFC] Reimplement checker options
Kristof Umann
2019-04-19
1
-14
/
+84
*
[analyzer] Fix an assertion failure if plugins added dependencies
Kristof Umann
2019-04-19
1
-10
/
+20
*
[analyzer] Fix -Wunused-local-typedef after rC358695
Fangrui Song
2019-04-19
1
-5
/
+2
*
[analyzer][NFC] Prefer binary searches in CheckerRegistry
Kristof Umann
2019-04-18
1
-22
/
+29
*
[analyzer][NFC] Clang-format CheckerRegistry
Kristof Umann
2019-04-18
1
-39
/
+37
*
[analyzer][NFC] Use capital variable names, move methods out-of-line, rename ...
Kristof Umann
2019-04-18
1
-115
/
+145
*
[analyzer] Reimplement dependencies between checkers
Kristof Umann
2019-01-26
1
-3
/
+67
*
[analyzer] Fix an bug where statically linked, but not registered checkers we...
Kristof Umann
2019-01-26
1
-4
/
+12
*
[analyzer][NFC] Keep track of whether enabling a checker was explictly specif...
Kristof Umann
2019-01-26
1
-67
/
+77
*
[analyzer][NFC] Supply CheckerRegistry with AnalyzerOptions
Kristof Umann
2019-01-26
1
-13
/
+10
*
[analyzer] Supply all checkers with a shouldRegister function
Kristof Umann
2019-01-26
1
-8
/
+16
*
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
-7
/
+7
*
[analyzer][NFC] Merge ClangCheckerRegistry to CheckerRegistry
Kristof Umann
2018-12-15
1
-13
/
+67
*
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
Kristof Umann
2018-12-15
1
-0
/
+193