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
/
GRExprEngine.cpp
Age
Commit message (
Expand
)
Author
2010-04-01
Initial support for visiting CXXMemberCallExpr.
Zhongxing Xu
2010-04-01
Improve C++ constructor handling.
Zhongxing Xu
2010-03-30
Introduce a new kind of derived-to-base cast which bypasses the need for
John McCall
2010-03-30
Change the analyzer to recognize (but ignore) assignments to isa. Fixes PR 6...
Ted Kremenek
2010-03-27
Checker: random include cleanup.
Benjamin Kramer
2010-03-25
Add methods to remove a GDM entry.
Zhongxing Xu
2010-03-23
Bind the constructed object value to CXXConstructExpr.
Zhongxing Xu
2010-03-23
Clear the return expr GDM after using it.
Zhongxing Xu
2010-03-23
Add a AggExprVisitor class. It contains lots of boiler
Zhongxing Xu
2010-03-23
Since we now may have basicblocks with the same block is in different function,
Zhongxing Xu
2010-03-17
Mark CXXThisRegion in the current or parent stack frame context as live so that
Zhongxing Xu
2010-03-16
Add VisitCXXContructExpr logic to the analyzer. This still has not fully worked
Zhongxing Xu
2010-03-08
Remove unused headers.
Duncan Sands
2010-03-05
Remove reference to AnalysisContext in Environment. We already have LocationC...
Zhongxing Xu
2010-03-04
When profiling Environment, also profile with AnalysisContext*, bacause
Zhongxing Xu
2010-03-02
Don't conjure a symbol for DeclStmts when the variable is a C++ reference.
Ted Kremenek
2010-02-26
Use a GDM to record the returned expression in the state when VisitReturnStmt.
Zhongxing Xu
2010-02-26
Remove derelict GRStmtNodeBuilder::LastNode.
Zhongxing Xu
2010-02-25
Restore Zhongxing's commits r97122 r97127 r97129 r97131 which were reverted d...
Douglas Gregor
2010-02-25
Revert patches r97122 r97127 r97129 r97131.
Jakob Stoklund Olesen
2010-02-25
Move the dead bindings removal logic from CallInliner to GRExprEngine::Proces...
Zhongxing Xu
2010-02-25
Call inliner improvements:
Zhongxing Xu
2010-02-25
Add MacOSXAPIChecker, a meta checker to include various precondition checks f...
Ted Kremenek
2010-02-25
Add UnixAPIChecker, a meta checker to include various precondition checks for...
Ted Kremenek
2010-02-16
Add simpler checker to check if variables captured by a block are uninitialized.
Ted Kremenek
2010-02-15
Convert GRExprEngine's handling of ObjCMessageExprs to use a worklist
Ted Kremenek
2010-02-08
Revert 95541.
Ted Kremenek
2010-02-08
Rename: GRState::getSVal(Stmt*) => getExprVal(),
Zhongxing Xu
2010-02-04
Cast evaluation no longer touch GRState.
Zhongxing Xu
2010-02-04
static analyzer: handle casts of a function to a function pointer with
Ted Kremenek
2010-02-02
Fix bug in GRExprEngine::VisitSizeOfAlignOfExpr() where we do not add
Ted Kremenek
2010-01-27
Use getTypeAlignInChars() for alignment in VisitSizeOfAlignOfExpr().
Ken Dyck
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek