summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/AnalysisConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move 'LocalCheckers.h' to the 'Checkers' subdirectory.Ted Kremenek2010-01-261-1/+1
* Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugRe...Ted Kremenek2010-01-251-2/+2
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-7/+8
* Also handle CXXConstructor, CXXDestructor and CXXConversion in CFGMike Stump2010-01-201-2/+4
* Use the llvm coding convention for indentation for switch.Mike Stump2010-01-201-48/+48
* Remove references to 'Checker' and 'GRTransferFuncs' fromTed Kremenek2010-01-051-8/+4
* Let constraint manager inform checkers that some assumption logic has happend.Zhongxing Xu2009-12-311-2/+2
* Remove an duplicated #include.Zhongxing Xu2009-12-301-1/+0
* Register call inliner as the last checker.Zhongxing Xu2009-12-231-2/+3
* Migrate the call inliner to the Checker interface.Zhongxing Xu2009-12-231-5/+34
* Expose C++ methods to GRExprEngine.Zhongxing Xu2009-12-161-0/+14
* Add comments.Zhongxing Xu2009-12-151-1/+2
* Remove displayProgress parameter.Zhongxing Xu2009-12-151-1/+0
* We should only scan for nested blocks if we are analyzing the body of a funct...Ted Kremenek2009-12-121-1/+1
* Fix crash in DisplayFunction(). ObjCInterfaceDecls can also get passed to th...Ted Kremenek2009-12-091-8/+5
* Add clang-cc option '-analyzer-opt-analyze-nested-blocks' to treat block lite...Ted Kremenek2009-12-071-8/+33
* Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.Benjamin Kramer2009-11-281-2/+1
* Call GRExprEngine::setTransferFunctions() after registering all Checkers. Th...Ted Kremenek2009-11-251-2/+2
* Consolidate logic in ActionInlineCall by having it call ActionGRExprEngine in...Ted Kremenek2009-11-251-19/+3
* Make RegisterInternalChecks() part of GRExprEngine's private implementation b...Ted Kremenek2009-11-251-1/+0
* Register internal checks with GRExprEngine when it is constructed, not manual...Ted Kremenek2009-11-251-2/+0
* Silence some warnings produced by Clang, and add a missing headerDouglas Gregor2009-11-171-7/+7
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-131-0/+4
* Add clang-cc option "-analyzer-experimental-checks" to enable experimental pa...Ted Kremenek2009-11-131-1/+3
* Move the ManagerRegistry to the Analysis library to resolve the layering viol...Chandler Carruth2009-11-111-1/+1
* Fix display of "ANALYZE" statements in AnalysisConsumer by correctly resettin...Ted Kremenek2009-11-111-114/+146
* Add a checker for CWE-467: Use of sizeof() on a Pointer Type.Zhongxing Xu2009-11-081-0/+5
* Convert CreateAnalysisConsumer and friends to just take a const Preprocessor&...Daniel Dunbar2009-11-051-25/+21
* Acting on Daniel's nagging, remove PathDiagnosticClientFactory() andTed Kremenek2009-11-051-3/+2
* Kill PreprocessorFactory, which was both morally repugnant and totally unused.Daniel Dunbar2009-11-041-12/+7
* Remove unused header.Daniel Dunbar2009-11-021-1/+0
* Add destructor and cleanup code to LocationContext (fixing some leaks). Along...Ted Kremenek2009-10-201-0/+3
* PR5218: Replace IdentifierInfo::getName with StringRef version, now that clientsDaniel Dunbar2009-10-181-1/+1
* Hoist some branches in AnalysisManager::HandleTranslationUnit so weTed Kremenek2009-09-261-16/+19
* Fix regression introduced by r82198 that caused functions/methods with invali...Ted Kremenek2009-09-181-1/+6
* Introduce caching of diagnostics in BugReporter. This provides extraTed Kremenek2009-09-181-15/+10
* Start to add a new transfer function that inlines callee. To be continued.Zhongxing Xu2009-09-111-0/+22
* Make AnalysisManager stateless. Now other analyzer components only depends onZhongxing Xu2009-09-101-46/+55
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-72/+72
* Update clang for raw_fd_ostream no longer requiring F_Force.Dan Gohman2009-08-251-2/+1
* Remove CodeDecl and CFG from GRExprEngine and GRStateManager.Zhongxing Xu2009-08-251-6/+3
* API changes to match llvm ToT.Chris Lattner2009-08-231-3/+2
* Replace cerr with errs().Benjamin Kramer2009-08-231-6/+5
* adjust for raw_fd_ostream api change.Chris Lattner2009-08-231-2/+2
* Tie the local check NSErrorCheck to a Decl to pave the wayZhongxing Xu2009-08-211-1/+1
* Extend the ProgramPoint to include the context information LocationContext,Zhongxing Xu2009-08-151-2/+2
* As GRState seems general enough, it is time to merge some template classes Zhongxing Xu2009-08-061-8/+8
* now we can let AnalysisManager to own the PathDiagnosticClient.Zhongxing Xu2009-08-031-6/+8
* Create only one AnalysisManager for each translation unit. In HandleCode(),Zhongxing Xu2009-08-031-14/+11
* Fix regression caused by recent refactoring where HTML and plist files would ...Ted Kremenek2009-08-021-0/+5
OpenPOWER on IntegriCloud