index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Checker
/
GRCXXExprEngine.cpp
Age
Commit message (
Expand
)
Author
2010-09-30
Include changes to VisitCXXMemberCallExpr (call visitor functions).
Ted Kremenek
2010-09-23
Refactor GRExprEngine::VisitCall() to use EvalArguments(), just like VisitCXX...
Ted Kremenek
2010-08-24
Improve comments.
Zhongxing Xu
2010-08-03
Makes GRState::makeWithStore private, to encourage clients to make store chan...
Jordy Rose
2010-07-20
Constify all references to Stmt* and CFGBlock* in libChecker.
Zhongxing Xu
2010-07-19
Reapply r108617.
Zhongxing Xu
2010-07-17
Revert r108617, it broke the build.
Benjamin Kramer
2010-07-17
Prepare the analyzer for the callee in another translation unit:
Zhongxing Xu
2010-05-06
Make -analyzer-inline-call not a separate analysis. Instead it's a boolean
Zhongxing Xu
2010-04-21
Use the right predecessor.
Zhongxing Xu
2010-04-21
Add initial support for C++ delete expr.
Zhongxing Xu
2010-04-20
Replace code with a method call. No functionality change.
Zhongxing Xu
2010-04-20
Improve handling of CXXNewExpr.
Zhongxing Xu
2010-04-19
Move all C++ expression evaluation logic into its own file.
Zhongxing Xu