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
/
Analysis
/
PathSensitive
/
AnalysisContext.h
Age
Commit message (
Expand
)
Author
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
2009-12-24
As Ted suggested, record the callsite information with the StackFrameContext.
Zhongxing Xu
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
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-11-17
Silence some warnings produced by Clang, and add a missing header
Douglas Gregor
2009-11-02
Hopefully make gcc-4.0 happy with respect to the following warning:
Ted Kremenek
2009-11-02
Add "virtual" keywords for clarity.
Ted Kremenek
2009-10-20
Add destructor and cleanup code to LocationContext (fixing some leaks). Along...
Ted Kremenek
2009-10-13
Add an initial implementation of EnterStackFrame() to the StoreManager.
Zhongxing Xu
2009-09-10
Make AnalysisManager stateless. Now other analyzer components only depends on
Zhongxing Xu
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-19
Get the Decl from the current ExplodedNode. Eventually the diagnostic client
Zhongxing Xu
2009-08-18
Now we can get the CFG from the ProgramPoint. No need to pass in the
Zhongxing Xu
2009-08-17
To make the analysis independent on the locally stored liveness and cfg
Zhongxing Xu
2009-08-03
add a bunch of routine methods to AnalysisContext.
Zhongxing Xu
2009-08-03
Add LocationContext classes to enable creation of cross function
Zhongxing Xu
2009-07-30
This patch collects all analysis context data into a new class
Zhongxing Xu