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
2010-01-05
Remove references to 'Checker' and 'GRTransferFuncs' from
Ted Kremenek
2009-12-31
Let constraint manager inform checkers that some assumption logic has happend.
Zhongxing Xu
2009-12-30
Remove an duplicated #include.
Zhongxing Xu
2009-12-23
Register call inliner as the last checker.
Zhongxing Xu
2009-12-23
Migrate the call inliner to the Checker interface.
Zhongxing Xu
2009-12-16
Expose C++ methods to GRExprEngine.
Zhongxing Xu
2009-12-15
Add comments.
Zhongxing Xu
2009-12-15
Remove displayProgress parameter.
Zhongxing Xu
2009-12-12
We should only scan for nested blocks if we are analyzing the body of a funct...
Ted Kremenek
2009-12-09
Fix crash in DisplayFunction(). ObjCInterfaceDecls can also get passed to th...
Ted Kremenek
2009-12-07
Add clang-cc option '-analyzer-opt-analyze-nested-blocks' to treat block lite...
Ted Kremenek
2009-11-28
Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.
Benjamin Kramer
2009-11-25
Call GRExprEngine::setTransferFunctions() after registering all Checkers. Th...
Ted Kremenek
2009-11-25
Consolidate logic in ActionInlineCall by having it call ActionGRExprEngine in...
Ted Kremenek
2009-11-25
Make RegisterInternalChecks() part of GRExprEngine's private implementation b...
Ted Kremenek
2009-11-25
Register internal checks with GRExprEngine when it is constructed, not manual...
Ted Kremenek
2009-11-17
Silence some warnings produced by Clang, and add a missing header
Douglas Gregor
2009-11-13
Add clang-cc option "--analyzer-experimental-internal-checks". This
Ted Kremenek
2009-11-13
Add clang-cc option "-analyzer-experimental-checks" to enable experimental pa...
Ted Kremenek
2009-11-11
Move the ManagerRegistry to the Analysis library to resolve the layering viol...
Chandler Carruth
2009-11-11
Fix display of "ANALYZE" statements in AnalysisConsumer by correctly resettin...
Ted Kremenek
2009-11-08
Add a checker for CWE-467: Use of sizeof() on a Pointer Type.
Zhongxing Xu
2009-11-05
Convert CreateAnalysisConsumer and friends to just take a const Preprocessor&...
Daniel Dunbar
2009-11-05
Acting on Daniel's nagging, remove PathDiagnosticClientFactory() and
Ted Kremenek
2009-11-04
Kill PreprocessorFactory, which was both morally repugnant and totally unused.
Daniel Dunbar
2009-11-02
Remove unused header.
Daniel Dunbar
2009-10-20
Add destructor and cleanup code to LocationContext (fixing some leaks). Along...
Ted Kremenek
2009-10-18
PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients
Daniel Dunbar
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
[next]