summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-10/+10
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-5/+5
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-1/+1
* Added an inserter for ArrayRef<SourceRange>.Alexander Kornienko2014-03-061-12/+4
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* Allow specifying a custom PathDiagnosticConsumer for use with the static anal...Alexander Kornienko2014-02-031-19/+27
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* Make clang::ento::CreateAnalysisConsumer a part of a public interface of the ...Alexander Kornienko2014-01-031-1/+1
* Fix another misuse of getCustomDiagID()Alp Toker2013-12-231-25/+13
* [analyzer] Use DataRecursiveASTVisitor for the AnalysisConsumer.Argyrios Kyrtzidis2013-12-201-2/+2
* Split isFromMainFile into two functions.Eli Friedman2013-08-221-1/+1
* [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer.Jordan Rose2013-08-161-19/+55
* Use llvm::sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-1/+1
* We only create one file, no need to delete a directory.Rafael Espindola2013-06-261-8/+7
* Remove unused include.Rafael Espindola2013-06-261-1/+0
* Remove more uses of llvm::sys::Path.Rafael Espindola2013-06-261-26/+13
* Use the sys::ExecuteAndWait that takes StringRefs.Rafael Espindola2013-06-131-2/+2
* Update for llvm change.Rafael Espindola2013-06-131-2/+3
* Use the global functions instead of the Program methods.Rafael Espindola2013-06-121-2/+2
* [analyzer] Change inlining policy to inline small functions when reanalyzing ...Anna Zaks2013-03-261-14/+11
* [analyzer] Fix typo.Anna Zaks2013-02-071-1/+1
* [analyzer] Print Inline mode with -analyzer-display-progress.Anna Zaks2013-02-021-4/+15
* [analyzer] Make shallow mode more shallow.Anna Zaks2013-01-301-1/+1
* Re-sort #include lines using the llvm/utils/sort_includes.py script.Chandler Carruth2013-01-021-1/+1
* [analyzer] Re-apply r170826 and make the dumping of the GallGraphAnna Zaks2012-12-211-44/+18
* Revert r170826. The output ofRafael Espindola2012-12-211-18/+44
* [analyzer] Traverse the Call Graph in topological order.Anna Zaks2012-12-211-44/+18
* [analyzer] Add blocks and ObjC messages to the call graph.Anna Zaks2012-12-211-30/+18
* Pass AnalyzerOptions to PathDiagnosticConsumer to make analyzer options acces...Ted Kremenek2012-12-191-5/+8
* [analyzer] Tweak the NumFunctionsAnalyzed stat so that it's more useful.Anna Zaks2012-12-171-3/+5
* [analyzer] Refactor: Store visited Decls instead of CallGraphNodes.Anna Zaks2012-12-141-24/+22
* [analyzer] Optimization heuristic: do not reanalyze every ObjC method asAnna Zaks2012-12-071-17/+61
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-15/+13
* [analyzer] Don't run non-path-sensitive checks on system headers...Jordan Rose2012-10-101-24/+40
* [analyzer] Fix typo: s/HandleDeclsGallGraph/HandleDeclsCallGraph/gJordan Rose2012-10-101-3/+3
* [analyzer] Do not visit ObjCMethodDecl twice in the AST checkers.Anna Zaks2012-09-291-1/+0
* Make AnalyzerOptions a shared object between CompilerInvocation andTed Kremenek2012-08-311-16/+16
* Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library.Ted Kremenek2012-08-311-4/+4
* [analyzer] Ensure that PathDiagnostics profile the same regardless of path.Jordan Rose2012-08-311-2/+1
* [analyzer] Refactor the logic that determines if a functions should beAnna Zaks2012-08-301-2/+18
* Rename 'VisualizeEGUbi' and 'VisualizeEGDot' to 'visualizeExplodedGraphWithUb...Ted Kremenek2012-08-301-2/+2
* Store const& to AnalyzerOptions in AnalysisManager instead of copyingTed Kremenek2012-08-301-21/+6
* Move AnalyzerOptions.h to include/clang/StaticAnalyzer.Ted Kremenek2012-08-301-1/+1
* Move Analyses.def to include/clang/StaticAnalyzer.Ted Kremenek2012-08-301-3/+3
* Add new -cc1 driver option -analyzer-config, which allows one to specifyTed Kremenek2012-08-291-4/+9
* Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...Ted Kremenek2012-08-161-14/+60
* [analyzer] Turn -cfg-add-initializers on by default, and remove the flag.Jordan Rose2012-07-311-1/+0
* [analyzer] Add a statistic for maximum CFG size and a script to summarize ana...Anna Zaks2012-07-051-0/+7
* Bail out the LiveVariables analysis when the CFG is very large, asTed Kremenek2012-07-021-0/+4
OpenPOWER on IntegriCloud