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
/
Analysis
/
AnalysisContext.cpp
Age
Commit message (
Expand
)
Author
2011-10-24
Actually rename the file AnalysisContext.cpp -> AnalysisDeclContext.cpp
Chandler Carruth
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-07
Remove AnalysisContext::getLiveVariables(), and introduce a templatized mecha...
Ted Kremenek
2011-09-19
[analyzer] Constify a method.
Anna Zaks
2011-08-12
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-07-28
[analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...
Ted Kremenek
2011-07-21
Simplify passing of CFGBuildOptions around for AnalysisContext. No functiona...
Ted Kremenek
2011-06-10
[analyzer] PR8962 again. Ban ParenExprs (and friends) from block-level expres...
Jordy Rose
2011-03-19
Rename class 'CFGReachabilityAnalysis' to 'CFGReverseBlockReachabilityAnalysis'.
Ted Kremenek
2011-03-10
When doing reachability analysis for warnings issued under DiagRuntimeBehavio...
Ted Kremenek
2011-03-10
Rework interaction between AnalysisContext and CFG::BuildOptions to keep a Bu...
Ted Kremenek
2011-02-23
Migrate CFGReachabilityAnalysis out of the IdempotentOperationsChecker and in...
Ted Kremenek
2011-02-23
Have IdempotentOperationsChecker pull its CFGStmtMap from AnalysisContext.
Ted Kremenek
2011-02-13
Give some convenient idiomatic accessors to Stmt::child_range and
John McCall
2011-01-16
Add AnalysisContext::dumpCFG.
Anders Carlsson
2010-12-16
Start migration of static analyzer to using the
Ted Kremenek
2010-11-24
Let StackFrameContext represent if the call expr is evaluated as lvalue.
Zhongxing Xu
2010-09-30
Added two new command line arguments:
Marcin Swiderski
2010-09-14
Add CFG::BuildOptions class to pass in CFG builder options under on parameter...
Ted Kremenek
2010-08-28
Delete the relaxedLiveness object in the dtor of AnalysisContext.
Ted Kremenek
2010-08-27
Add alternate version of LiveVariables analysis that does not kill liveness a...
Tom Care
2010-08-23
Several small changes to PseudoConstantAnalysis and the way IdempotentOperati...
Tom Care
2010-08-18
Added psuedo-constant analysis and integrated it into the false positive redu...
Tom Care
2010-08-03
Add -cc1 option '-unoptimized-cfg' to toggle using a CFG (for static analysis...
Ted Kremenek
2010-08-02
Add 'AnalysisContext::getUnoptimizedCFG()' to allow clients to get access to ...
Ted Kremenek
2010-07-22
Make a bunch of new data structures for the new analysis
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-03-23
Only perform CFG-based warnings on 'static inline' functions that
Ted Kremenek
2010-03-10
When computing in AnalysisContext the variables referenced
Ted Kremenek
2010-02-17
Add a utility method.
Zhongxing Xu
2010-02-06
Teach RegionStore::InvalidateRegions() to also invalidate static variables re...
Ted Kremenek
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-21
Speed up compilation by avoiding generating exceptional edges from
Mike Stump
2010-01-21
Add infrastructure to add base initializers and member initializers to
Mike Stump
2010-01-13
Add an unreachable code checker.
Mike Stump
2009-12-24
As Ted suggested, record the callsite information with the StackFrameContext.
Zhongxing Xu
2009-12-12
Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave
Jeffrey Yasskin
2009-12-11
Enhance understanding of VarRegions referenced by a block whose declarations ...
Ted Kremenek
2009-12-07
Add analysis support for blocks. This includes a few key changes:
Ted Kremenek
2009-12-04
Teach AnalysisContext::getBody() about BlockDecls.
Ted Kremenek
2009-12-04
Allow BlockInvocationContext to wrap either a BlockDecl* or a BlockDataRegion...
Ted Kremenek
2009-12-04
Refactor LocationContext creation logic into a single member template.
Ted Kremenek
2009-12-04
Refactor FoldingSet profiling code for LocationContexts, and add a new BlockI...
Ted Kremenek
2009-11-26
Enhance LiveVariables to understand that blocks can extend the liveness of a ...
Ted Kremenek
2009-10-20
Add destructor and cleanup code to LocationContext (fixing some leaks). Along...
Ted Kremenek
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-21
Remove 'AnalysisContext::setDecl()', as we the Decl associated with an
Ted Kremenek
[next]