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
/
temporaries.cpp
Age
Commit message (
Expand
)
Author
2013-05-06
[analyzer] Handle CXXTemporaryObjectExprs in compound literals.
Jordan Rose
2013-02-26
[analyzer] Don't look through casts when creating pointer temporaries.
Jordan Rose
2013-02-26
[analyzer] StackAddrEscapeChecker: strip qualifiers from temporary types.
Jordan Rose
2013-02-22
[analyzer] Make sure a materialized temporary matches its bindings.
Jordan Rose
2013-02-21
[analyzer] Make sure a temporary object region matches its initial bindings.
Jordan Rose
2013-02-15
Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind."
Jordan Rose
2013-02-02
Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind."
Jordan Rose
2013-02-01
Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind."
Jordan Rose
2013-01-31
Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind."
Jordan Rose
2013-01-30
[analyzer] Model trivial copy/move ctors with an aggregate bind.
Jordan Rose
2013-01-24
[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".
Anna Zaks
2012-08-29
[analyzer] C++ objects returned on the stack may be wrapped in ExprWithCleanups.
Jordan Rose
2010-08-31
Revert my lame attempt at appeasing the CFGBuilder
Douglas Gregor
2010-08-31
Teach the CFGBuilder not do die on CXXBindTemporaryExpr, CXXOperatorCallExpr....
Douglas Gregor