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
/
stackaddrleak.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR16074, implement warnings to catch pointer to boolean true and pointer to
Richard Trieu
2014-02-26
1
-2
/
+2
*
Re-apply "[analyzer] Model casts to bool differently from other numbers."
Jordan Rose
2013-05-01
1
-2
/
+26
*
Revert "[analyzer] Model casts to bool differently from other numbers."
Jordan Rose
2013-04-29
1
-26
/
+2
*
[analyzer] Model casts to bool differently from other numbers.
Jordan Rose
2013-04-26
1
-2
/
+26
*
[analyzer] Report leaks at the closing brace of a function body.
Jordan Rose
2012-11-15
1
-6
/
+6
*
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
1
-1
/
+1
*
[analyzer] Migrate BuiltinFunctionChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
1
-1
/
+1
*
Update test cases.
Ted Kremenek
2011-02-25
1
-1
/
+1
*
[analyzer] Use the new registration mechanism on some of the internal checks....
Argyrios Kyrtzidis
2011-02-15
1
-1
/
+1
*
Tweak stack address checker to report multiple cases where globals may refere...
Ted Kremenek
2010-06-17
1
-2
/
+10
*
Rework StackAddrLeakChecker to find stores of stack memory addresses to globa...
Ted Kremenek
2010-06-17
1
-0
/
+8
*
Merge StackAddrLeakChecker and ReturnStackAddressChecker.
Zhongxing Xu
2010-06-09
1
-1
/
+1
*
Directly compare the StackFrameContext. This greatly simplifies logic and
Zhongxing Xu
2010-06-09
1
-0
/
+4
*
Add a checker check if a global variable holds a local variable's address after
Zhongxing Xu
2010-06-08
1
-0
/
+14