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
/
Frontend
/
AnalysisConsumer.cpp
Age
Commit message (
Expand
)
Author
2009-09-26
Hoist some branches in AnalysisManager::HandleTranslationUnit so we
Ted Kremenek
2009-09-18
Fix regression introduced by r82198 that caused functions/methods with invali...
Ted Kremenek
2009-09-18
Introduce caching of diagnostics in BugReporter. This provides extra
Ted Kremenek
2009-09-11
Start to add a new transfer function that inlines callee. To be continued.
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
Update clang for raw_fd_ostream no longer requiring F_Force.
Dan Gohman
2009-08-25
Remove CodeDecl and CFG from GRExprEngine and GRStateManager.
Zhongxing Xu
2009-08-23
API changes to match llvm ToT.
Chris Lattner
2009-08-23
Replace cerr with errs().
Benjamin Kramer
2009-08-23
adjust for raw_fd_ostream api change.
Chris Lattner
2009-08-21
Tie the local check NSErrorCheck to a Decl to pave the way
Zhongxing Xu
2009-08-15
Extend the ProgramPoint to include the context information LocationContext,
Zhongxing Xu
2009-08-06
As GRState seems general enough, it is time to merge some template classes
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-08-02
Fix regression caused by recent refactoring where HTML and plist files would ...
Ted Kremenek
2009-07-31
Fix use-after-release bug introduced in r77585 where the PathDiagnosticClient
Ted Kremenek
2009-07-30
Initialize an otherwise-wild pointer. Fixes a crashy analyzer
Douglas Gregor
2009-07-30
simple fixes.
Zhongxing Xu
2009-07-30
Make AnalysisManager into its own source file and a pure data management class.
Zhongxing Xu
2009-07-30
This patch collects all analysis context data into a new class
Zhongxing Xu
2009-07-27
(1) Enable PlistDiagnostics to take an option "PathDiagnosticClientFactory"
Ted Kremenek
2009-07-23
Add initial implementation of checking for uses of floating point as a loop c...
Ted Kremenek
2009-07-20
Add yet more analysis for CFGs involving conditionals that are actually const...
Mike Stump
2009-07-16
Move the source-level CFG from libAST to libAnalysis.
Ted Kremenek
2009-07-15
Update for raw_fd_ostream API changes. raw_fd_ostream now has a
Dan Gohman
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the getBody() methods of Decl and subcla...
Argyrios Kyrtzidis
2009-06-30
Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.
Chris Lattner
2009-06-26
Introduce a new concept to the static analyzer: SValuator.
Ted Kremenek
2009-05-19
Build fixes for r72135.
Eli Friedman
2009-05-19
Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to
Eli Friedman