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
/
GRCoreEngine.cpp
Age
Commit message (
Expand
)
Author
2010-10-21
Remove unused variable.
Ted Kremenek
2010-10-20
Remove obsolete GRAuditor and GRSimpleAPICheck, which have been completely su...
Ted Kremenek
2010-10-20
Convert GRSimpleAPIChecks in BasicObjCFoundationChecks to be Checkers.
Ted Kremenek
2010-09-30
Added two new command line arguments:
Marcin Swiderski
2010-09-29
Change -analyzer-max-nodes to allow 0 as a parameter. This allows the analyze...
Tom Care
2010-09-14
Rename 'MaxLoop' to 'MaxVisit' in AnalysisManager to more correctly reflect t...
Tom Care
2010-08-18
More PCH -> AST renaming.
Sebastian Redl
2010-08-11
Have GRCoreEngine record the blocks where analysis was aborted because we vis...
Ted Kremenek
2010-08-03
Add -cc1 option '-unoptimized-cfg' to toggle using a CFG (for static analysis...
Ted Kremenek
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-06-29
Tweaker Checker::VisitEndAnalysis to have 'hasWorkRemaining' also
Ted Kremenek
2010-06-23
Add 'VisitEndAnalysis' callback to Checker class. This callback is called by...
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-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-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 GenerateCallExitNode logic completely into GREndPathNodeBuilder.
Zhongxing Xu
2010-02-25
Move the dead bindings removal logic from CallInliner to GRExprEngine::Proces...
Zhongxing Xu
2010-02-25
Add comments.
Zhongxing Xu
2010-02-25
Call inliner improvements:
Zhongxing Xu
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek