summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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