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
/
AnalysisManager.h
Age
Commit message (
Expand
)
Author
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2009-12-24
As Ted suggested, record the callsite information with the StackFrameContext.
Zhongxing Xu
2009-12-19
Remove ';' after method definition. Noticed by clang++, which one would think
Daniel Dunbar
2009-12-15
Remove displayProgress parameter.
Zhongxing Xu
2009-12-04
Refactor LocationContext creation logic into a single member template.
Ted Kremenek
2009-11-11
Fix display of "ANALYZE" statements in AnalysisConsumer by correctly resettin...
Ted Kremenek
2009-11-05
AnalysisManager: Don't rely on PathDiagnosicClients flushing their diagnostic...
Ted Kremenek
2009-10-20
Add destructor and cleanup code to LocationContext (fixing some leaks). Along...
Ted Kremenek
2009-10-13
Add two utility methods.
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-25
Remove CodeDecl and CFG from GRExprEngine and GRStateManager.
Zhongxing Xu
2009-08-21
Remove 'AnalysisContext::setDecl()', as we the Decl associated with an
Ted Kremenek
2009-08-15
Extend the ProgramPoint to include the context information LocationContext,
Zhongxing Xu
2009-08-06
Fix comment.
Zhongxing Xu
2009-08-03
Regression fix: reset 'DisplayedFunction' when a new function/method decl get...
Ted Kremenek
2009-08-03
add a bunch of routine methods to AnalysisContext.
Zhongxing Xu
2009-08-03
now we can let AnalysisManager to own the PathDiagnosticClient.
Zhongxing Xu
2009-08-03
Create only one AnalysisManager for each translation unit. In HandleCode(),
Zhongxing Xu
2009-07-31
Fix use-after-release bug introduced in r77585 where the PathDiagnosticClient
Ted Kremenek
2009-07-30
Make AnalysisManager into its own source file and a pure data management class.
Zhongxing Xu