summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer2011-10-141-2/+2
* Constant expression evaluation refactoring:Richard Smith2011-10-101-1/+1
* Rename PathDiagnosticClient to PathDiagnosticConsumer as per issue 5397David Blaikie2011-09-261-9/+10
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-2/+2
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-231-1/+0
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-1/+1
* [analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...Anna Zaks2011-09-201-21/+31
* [analyzer] Remove LocationContext and a dependency from PathDiagnosticLoaction.Anna Zaks2011-09-201-1/+1
* [analyzer] Use more create methods in the PathDiagnostic, cleanup.Anna Zaks2011-09-201-1/+1
* [analyzer] BugReport has a profile method, so reuse it here.Anna Zaks2011-09-191-5/+2
* [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...Anna Zaks2011-09-161-19/+17
* [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...Anna Zaks2011-09-151-28/+30
* [analyzer] Allow checker writes to specify that no region should be accosiate...Anna Zaks2011-08-241-0/+4
* Static Analyzer Diagnostics: Allow checkers to add ExtraDescriptiveText, now ...Anna Zaks2011-08-221-4/+6
* [analyzer] Replace calls to getNameAsString() with StringRef equivalents.Jordy Rose2011-08-211-3/+4
* Static Analyzer Diagnostics: Move the responsibility for generating the endOf...Anna Zaks2011-08-201-44/+18
* Static Analyzer Diagnostics: Switch CFRefCount to using the new visitor API. ...Anna Zaks2011-08-191-10/+1
* Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) AP...Anna Zaks2011-08-191-2/+2
* Fix a memory leak in the analyzer - BugReports didn't get freed. Plus, remove...Anna Zaks2011-08-191-4/+14
* Static Analyzer Diagnostics: Move custom diagnostic visitors from BugReporter...Anna Zaks2011-08-181-36/+42
* Remove DiagBugReport by pulling it into its parent BugReport.Anna Zaks2011-08-171-2/+10
* Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...Anna Zaks2011-08-171-10/+31
* Rename GRState to ProgramState, and cleanup some code formatting along the way.Ted Kremenek2011-08-151-12/+22
* Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...Ted Kremenek2011-08-121-65/+65
* [analyzer] Start sketching out a new BugReporterVisitor that inspects branche...Ted Kremenek2011-08-061-0/+1
* Static Analyzer diagnostics visualization: when the last location on a path i...Anna Zaks2011-08-031-4/+19
* Rename getInstantiationLineNumber to getExpansionLineNumber in bothChandler Carruth2011-07-251-9/+9
* Rename getInstantiationColumnNumber to getExpansionColumnNumber in bothChandler Carruth2011-07-251-4/+4
* Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth2011-07-251-8/+8
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-17/+17
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* C1X: implement generic selectionsPeter Collingbourne2011-04-151-1/+2
* In preparation for fixing PR 6884, rework CFGElement to have getAs<> return p...Ted Kremenek2011-03-011-4/+5
* [analyzer] Refactor BugTypes and their ownership model.Argyrios Kyrtzidis2011-02-231-31/+39
* Change the representation of GNU ?: expressions to use a different expressionJohn McCall2011-02-171-3/+7
* Makes most methods in SVals.h conform to the naming guide. ReviewedZhanyong Wan2011-02-161-1/+1
* Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek2011-02-101-4/+4
* [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.Argyrios Kyrtzidis2011-02-081-0/+1892
OpenPOWER on IntegriCloud