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
/
stack-addr-ps.cpp
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
2013-02-22
[analyzer] Make sure a materialized temporary matches its bindings.
Jordan Rose
2013-02-22
Fix regression in modeling assignments of an address of a variable to itself....
Ted Kremenek
2012-08-20
Better wording for reference self-initialization warning.
Hans Wennborg
2012-08-17
Warn about self-initialization of references.
Hans Wennborg
2012-04-30
When going through references to check if the function returns the address
Argyrios Kyrtzidis
2011-10-02
Fix LiveVariables analysis bug with MaterializeTemporaryExpr and fix handling...
Ted Kremenek
2011-08-26
Handle CXXTempObjectRegion in StackAddrEscapeChecker.
Jeffrey Yasskin
2010-11-30
Follow through references to catch returned stack addresses, local blocks, la...
Argyrios Kyrtzidis
2010-11-29
Revert r120331 since it causes spurious warnings and a possible assertion hit...
Argyrios Kyrtzidis
2010-11-29
Emit warnings if we are returning a reference to a local temporary.
Argyrios Kyrtzidis
2010-08-04
Teach SemaChecking::CheckReturnStackAddr about ImplicitCastExprs that convert...
Ted Kremenek