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
/
StaticAnalyzer
/
Core
/
CXXExprEngine.cpp
Age
Commit message (
Expand
)
Author
2011-08-20
Rename CXXExprEngine.cpp to ExprEngineCXX.cpp.
Ted Kremenek
2011-08-15
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-10
Cleanup: remove GetState() wrapper from ExprEngine, not needed as of r137273.
Anna Zaks
2011-07-28
[analyzer] fix handling of MaterializeTemporaryExpr by binding the result val...
Ted Kremenek
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-05-06
Modify some deleted function methods to better reflect reality:
Sean Hunt
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-12
static analyzer: invalidate by-ref arguments passed to constructors in a 'new...
Ted Kremenek
2011-04-08
Start overhauling static analyzer support for C++ constructors. The inlining...
Ted Kremenek
2011-03-31
Teach static analyzer about the basics of handling new[]. We still don't sim...
Ted Kremenek
2011-03-30
Begin reworking static analyzer support for C++ method calls. The current lo...
Ted Kremenek
2011-03-12
Fix comments, and force auto progagation in VisitAggExpr.
Ted Kremenek
2011-03-01
[analyzer] Remove checker V1 registration and running from ExprEngine.
Argyrios Kyrtzidis
2011-02-11
Rename 'InvalidateRegions()' to 'invalidateRegions()'.
Ted Kremenek
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-08
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
Argyrios Kyrtzidis