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
/
ExprEngineCXX.cpp
Age
Commit message (
Expand
)
Author
2012-03-16
Fix analyzer crash on analyzing 'catch' with no condition variable.
Ted Kremenek
2012-03-15
[analyzer] Remove AggExprVisitor, a dead class that assisted in visiting C++ ...
Jordy Rose
2012-03-14
'#if 0' out a variable that's only used in other preprocessor-disabled code.
Matt Beaumont-Gay
2012-03-14
[Analyser] Removes more recursive visitations in ExprEngine that are no
Erik Verbruggen
2012-03-10
[analyzer] fix regression in analyzer of NOT actually aborting on Stmts it do...
Ted Kremenek
2012-02-29
Remove a recursive visitiation in ExprEngine that is no longer needed
Erik Verbruggen
2012-02-17
Have conjured symbols depend on LocationContext, to add context sensitivity f...
Ted Kremenek
2012-02-16
Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol...
Sebastian Redl
2012-02-16
Revert "Make CXXNewExpr contain only a single initialier, and not hold the us...
Sebastian Redl
2012-02-16
Make CXXNewExpr contain only a single initialier, and not hold the used const...
Sebastian Redl
2012-01-28
StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers t...
Benjamin Kramer
2012-01-26
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-06
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2012-01-04
[analyzer] Be less pessimistic about invalidation of global variables
Anna Zaks
2011-10-24
[analyzer] Node builders cleanup + comments
Anna Zaks
2011-10-24
[analyzer] Completely remove the global Builder object.
Anna Zaks
2011-10-24
[analyzer] Convert ExprEngine::visit() to use short lived builders.
Anna Zaks
2011-10-24
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-23
[analyzer] Remove LocationContext creation methods from AnalysisManager, and ...
Ted Kremenek
2011-10-02
Fix LiveVariables analysis bug with MaterializeTemporaryExpr and fix handling...
Ted Kremenek
2011-09-02
[analyzer] Remove TransferFuncs.h, then deal with the fallout.
Jordy Rose
2011-08-28
[analyzer] Migrate argument invalidation from CFRefCount to ExprEngine.
Jordy Rose
2011-08-27
[analyzer] Change the check::RegionChanges callback to include the regions ex...
Jordy Rose
2011-08-20
Rename CXXExprEngine.cpp to ExprEngineCXX.cpp.
Ted Kremenek