summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/AnalysisConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix use-after-release bug introduced in r77585 where the PathDiagnosticClientTed Kremenek2009-07-311-5/+4
* Initialize an otherwise-wild pointer. Fixes a crashy analyzerDouglas Gregor2009-07-301-1/+1
* simple fixes.Zhongxing Xu2009-07-301-4/+2
* Make AnalysisManager into its own source file and a pure data management class. Zhongxing Xu2009-07-301-169/+57
* This patch collects all analysis context data into a new class Zhongxing Xu2009-07-301-31/+17
* (1) Enable PlistDiagnostics to take an option "PathDiagnosticClientFactory"Ted Kremenek2009-07-271-0/+13
* Add initial implementation of checking for uses of floating point as a loop c...Ted Kremenek2009-07-231-0/+5
* Add yet more analysis for CFGs involving conditionals that are actually const...Mike Stump2009-07-201-1/+1
* Move the source-level CFG from libAST to libAnalysis.Ted Kremenek2009-07-161-1/+1
* Update for raw_fd_ostream API changes. raw_fd_ostream now has aDan Gohman2009-07-151-1/+2
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-2/+2
* Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis2009-06-301-1/+1
* Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner2009-06-301-2/+4
* Introduce a new concept to the static analyzer: SValuator.Ted Kremenek2009-06-261-4/+0
* Build fixes for r72135.Eli Friedman2009-05-191-5/+5
* Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to Eli Friedman2009-05-191-0/+659
OpenPOWER on IntegriCloud