index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Checker
/
PathSensitive
/
GRCoreEngine.h
Age
Commit message (
Expand
)
Author
2010-12-22
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-12-20
Rename 'Generate[Node,Sink]' to 'generate[Node,Sink]'.
Ted Kremenek
2010-11-24
Use StackFrameContext directly in CallEnter program point. Then we don't need
Zhongxing Xu
2010-11-16
Handle member initializer in C++ ctor.
Zhongxing Xu
2010-11-15
Add skeleton for handling other kinds of CFGElements.
Zhongxing Xu
2010-10-20
Remove obsolete GRAuditor and GRSimpleAPICheck, which have been completely su...
Ted Kremenek
2010-09-16
Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch
Zhongxing Xu
2010-09-09
Static analyzer fix: <rdar://problem/5880430> Switch on enum should not consi...
Ted Kremenek
2010-08-26
Fix horrible GRExprEngine bug where switch statements with no 'case:' stateme...
Ted Kremenek
2010-08-12
Improved IdempotentOperationChecker false positives and false negatives.
Tom Care
2010-08-11
Have GRCoreEngine record the blocks where analysis was aborted because we vis...
Ted Kremenek
2010-08-03
Changed GRExprEngine to pass down a reference to itself when checkers are doi...
Tom Care
2010-07-23
AnalysisContext is not const.
Zhongxing Xu
2010-07-22
Make a bunch of new data structures for the new analysis
Zhongxing Xu
2010-07-21
Move some methods inline.
Zhongxing Xu
2010-07-20
Constify all references to Stmt* and CFGBlock* in libChecker.
Zhongxing Xu
2010-07-20
Constify.
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-07-01
ExplodedGraph never uses ASTContext, remove it.
Zhongxing Xu
2010-06-29
Tweaker Checker::VisitEndAnalysis to have 'hasWorkRemaining' also
Ted Kremenek
2010-04-14
Move GRStmtNodeBuilder::MakeNode() out of line. No functionality change.
Zhongxing Xu
2010-03-23
Since we now may have basicblocks with the same block is in different function,
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-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek