summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Include the "issue context" (e.g. function or method) where a static analyzer...Ted Kremenek2012-04-041-3/+6
* [analyzer] Shorten the stack hint diagnostic.Anna Zaks2012-03-161-3/+3
* [analyzer] Create symbol-aware stack hints (building upon r152837).Anna Zaks2012-03-161-0/+91
* [analyzer] Allow checkers to supply call stack diagnostic hints for theAnna Zaks2012-03-151-0/+2
* [analyzer] Diagnostics: Supply Caller information even if the bug occursAnna Zaks2012-03-141-3/+4
* [analyzer] Call enter/exit diagnostic should refer to caller/callee,Anna Zaks2012-03-131-8/+6
* [analyzer] add a diagnostic event when entering a call via inlining, within t...Ted Kremenek2012-03-061-4/+21
* [analyzer] when scanning FIDs in a PathDiagnostic, correctly recurse calls an...Ted Kremenek2012-02-291-17/+34
* [analyzer diagnostics] Refactor filtration for PathDiagnosticConsumers that d...Ted Kremenek2012-02-281-9/+38
* Reapply r151317, but when computing the PathDiagnostic profile and size keep ...Ted Kremenek2012-02-241-6/+125
* Revert r151317 - Rework PathDiagnostics creation.. - to appease buildbots.Chad Rosier2012-02-241-76/+4
* Rework PathDiagnostic creation so that call stacks are captured by a nested P...Ted Kremenek2012-02-241-4/+76
* [analyzer] Diagnostics: Ensure that the default end of diagnostic pathAnna Zaks2012-02-161-2/+3
* Change PathDiagnosticPieces to be reference counted (simplifying their manage...Ted Kremenek2012-02-081-34/+14
* Refactor pieces of PathDiagnostic into its own data structure. No functional...Ted Kremenek2012-02-081-2/+4
* Create PathDiagnosticCallEnter and PathDiagnosticCallExit, to remark calls in...Ted Kremenek2012-02-071-0/+2
* Rework flushing of diagnostics to PathDiagnosticConsumer. Now all the report...Ted Kremenek2012-01-251-7/+122
* Make PathDiagnosticLocation more resilient to null Stmt pointers.Ted Kremenek2012-01-101-0/+6
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Fix various minor issues find via unreachable code warnings, fromDouglas Gregor2011-11-021-3/+0
* Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...Ted Kremenek2011-10-241-6/+6
* Rename PathDiagnosticClient to PathDiagnosticConsumer as per issue 5397David Blaikie2011-09-261-2/+2
* [analyzer] Fix a bug where PathDiagnosticLocation did not generate a valid ra...Anna Zaks2011-09-211-6/+9
* [analyzer] Refactor PathDiagnosticLocation: Remove SourceRange member from Pa...Anna Zaks2011-09-201-8/+5
* [analyzer] Remove dead code. (This code is trying to implement the idea that ...Anna Zaks2011-09-201-37/+0
* [analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...Anna Zaks2011-09-201-3/+15
* [analyzer] Refactor PathDiagnosticLocation: Use the pre-computed Range and Lo...Anna Zaks2011-09-201-16/+3
* [analyzer] Refactor PathDiagnosticLocation: Use PointerUnion of LocationConte...Anna Zaks2011-09-201-9/+16
* [analyzer] Refactor PathDiagnosticLocation: Lazily query LocationContext for ...Anna Zaks2011-09-201-22/+13
* [analyzer] Remove LocationContext and a dependency from PathDiagnosticLoaction.Anna Zaks2011-09-201-3/+3
* [analyzer] Refactor PathDiagnosticLocation: Pre-compute Range and Location wi...Anna Zaks2011-09-201-15/+25
* [analyzer] Use more create methods in the PathDiagnostic, cleanup.Anna Zaks2011-09-201-7/+16
* [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...Anna Zaks2011-09-161-27/+68
* [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...Anna Zaks2011-09-151-1/+1
* [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...Anna Zaks2011-09-151-7/+26
* [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...Anna Zaks2011-09-151-7/+8
* [analyzer] After CFG has been linearized, we can have a situation where an Ex...Anna Zaks2011-09-141-5/+29
* [analyzer] Refactor: Make PathDiagnosticLocation responsible for creating a v...Anna Zaks2011-09-141-0/+25
* [analyzer] Rename current PathDiagnosticClient::HandlePathDiagnostic() to Han...Ted Kremenek2011-08-271-0/+7
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-8/+5
* Change the representation of GNU ?: expressions to use a different expressionJohn McCall2011-02-171-0/+1
* Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek2011-02-101-1/+1
* [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.Argyrios Kyrtzidis2011-02-081-0/+279
OpenPOWER on IntegriCloud