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
/
Checkers
/
TraversalChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Supply all checkers with a shouldRegister function
Kristof Umann
2019-01-26
1
-0
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
Kristof Umann
2018-12-15
1
-1
/
+1
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
[analyzer] Make checkEndFunction() give access to the return statement.
Reka Kovacs
2018-07-16
1
-2
/
+3
*
[analyzer] Add checker callback for beginning of function.
Devin Coughlin
2016-02-19
1
-0
/
+6
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-2
/
+2
*
[analyzer] Print return values from debug.DumpCalls checker.
Jordan Rose
2013-03-21
1
-1
/
+23
*
[analyzer] Rename callback EndPath -> EndFunction
Anna Zaks
2013-01-03
1
-4
/
+4
*
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
[analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change.
Jordan Rose
2012-07-26
1
-1
/
+1
*
[analyzer] Add debug.DumpCalls, which prints out any CallEvents it sees.
Jordan Rose
2012-07-10
1
-2
/
+29
*
[analyzer] Add a test that we are, in fact, doing a DFS on the ExplodedGraph.
Jordan Rose
2012-06-29
1
-0
/
+57