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
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
2009-08-21
Constify LocationContext* (parent) and Stmt* fields in LocationContext.
Ted Kremenek
2009-08-21
Remove 'SelfRegion' field from both BasicStoreManager and RegionStoreManager.
Ted Kremenek
2009-08-03
add a bunch of routine methods to AnalysisContext.
Zhongxing Xu
2009-07-31
Fix build warnings.
Mike Stump
2009-07-30
This patch collects all analysis context data into a new class
Zhongxing Xu