index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
/
stackaddrleak.c
Age
Commit message (
Expand
)
Author
2013-05-01
Re-apply "[analyzer] Model casts to bool differently from other numbers."
Jordan Rose
2013-04-29
Revert "[analyzer] Model casts to bool differently from other numbers."
Jordan Rose
2013-04-26
[analyzer] Model casts to bool differently from other numbers.
Jordan Rose
2012-11-15
[analyzer] Report leaks at the closing brace of a function body.
Jordan Rose
2011-02-28
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
[analyzer] Migrate BuiltinFunctionChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-25
Update test cases.
Ted Kremenek
2011-02-15
[analyzer] Use the new registration mechanism on some of the internal checks....
Argyrios Kyrtzidis
2010-06-17
Tweak stack address checker to report multiple cases where globals may refere...
Ted Kremenek
2010-06-17
Rework StackAddrLeakChecker to find stores of stack memory addresses to globa...
Ted Kremenek
2010-06-09
Merge StackAddrLeakChecker and ReturnStackAddressChecker.
Zhongxing Xu
2010-06-09
Directly compare the StackFrameContext. This greatly simplifies logic and
Zhongxing Xu
2010-06-08
Add a checker check if a global variable holds a local variable's address after
Zhongxing Xu