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
/
Checker
/
StackAddrLeakChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
2010-12-22
1
-204
/
+0
*
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-12-22
1
-3
/
+3
*
Rename 'Generate[Node,Sink]' to 'generate[Node,Sink]'.
Ted Kremenek
2010-12-20
1
-1
/
+1
*
Rename all 'EvalXXX' methods in libChecker to
Ted Kremenek
2010-12-01
1
-2
/
+2
*
Detabify.
Eli Friedman
2010-08-22
1
-1
/
+1
*
Tweak stack address checker to report multiple cases where globals may refere...
Ted Kremenek
2010-06-17
1
-48
/
+65
*
Rework StackAddrLeakChecker to find stores of stack memory addresses to globa...
Ted Kremenek
2010-06-17
1
-39
/
+56
*
We return Loc where we know.
Zhongxing Xu
2010-06-16
1
-2
/
+2
*
Merge StackAddrLeakChecker and ReturnStackAddressChecker.
Zhongxing Xu
2010-06-09
1
-5
/
+88
*
Directly compare the StackFrameContext. This greatly simplifies logic and
Zhongxing Xu
2010-06-09
1
-30
/
+23
*
Add a checker check if a global variable holds a local variable's address after
Zhongxing Xu
2010-06-08
1
-0
/
+94