summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Report leaks at the closing brace of a function body.Jordan Rose2012-11-151-3/+9
* [analyzer] Make sure calls in synthesized functions have valid path locations.Jordan Rose2012-11-151-0/+4
* [analyzer] New option to not suppress null return paths if an argument is null.Jordan Rose2012-10-291-2/+5
* [analyzer] Handle implicit statements used for end-of-path nodes' source locs.Jordan Rose2012-10-061-8/+13
* Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics.Jordan Rose2012-09-221-32/+7
* Fix another case where we should be using isBeforeInTranslationUnit().Ted Kremenek2012-09-101-2/+4
* Add a few more cases where we should be using isBeforeInTranslationUnit().Ted Kremenek2012-09-101-2/+4
* Revert "Revert Ted's r163489 and r163490, due to breakage."Ted Kremenek2012-09-101-11/+135
* Revert Ted's r163489 and r163490, due to breakage.NAKAMURA Takumi2012-09-101-135/+11
* Use isBeforeInTranslationUnitThan() instead of operator<.Ted Kremenek2012-09-101-7/+7
* Take another crack at stabilizing the emission order of analyzerTed Kremenek2012-09-101-11/+135
* Attempt (again) to stabilize the order of the emission of diagnosticsTed Kremenek2012-09-081-31/+17
* Revert "Attempt to make the PathDiagnostic emission order more deterministic by"Ted Kremenek2012-09-081-38/+3
* Revert "Further tweaks to hopefully make the PathDiagnostic emission more det...Ted Kremenek2012-09-081-8/+18
* Further tweaks to hopefully make the PathDiagnostic emission more deterministic.Ted Kremenek2012-09-071-18/+8
* Attempt to make the PathDiagnostic emission order more deterministic byTed Kremenek2012-09-071-3/+38
* [analyzer] Ensure that PathDiagnostics profile the same regardless of path.Jordan Rose2012-08-311-35/+10
* Rework how PathDiagnosticConsumers pass knowledge of what files theyTed Kremenek2012-08-241-0/+40
* Remove "range_iterator" from PathDiagnosticPiece and just use ArrayRef<Source...Ted Kremenek2012-08-161-6/+8
* Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...Ted Kremenek2012-08-161-2/+2
* [analyzer] Flatten path diagnostics for text output like we do for HTML.Jordan Rose2012-08-031-0/+42
* [analyzer] Provide useful PathDiagnosticLocations for CallEnter/Exit events.Jordan Rose2012-08-031-37/+51
* [analyzer] Fix a typo. Thanks Jordan.Anna Zaks2012-08-031-1/+1
* [analyzer] Solve another source of non-determinism in the diagnosticAnna Zaks2012-08-021-14/+5
* [analyzer] Don't crash on implicit statements inside initializers.Jordan Rose2012-07-261-7/+24
* [analyzer] Handle base class initializers and destructors.Jordan Rose2012-07-261-1/+6
* [analyzer] Show paths for destructor calls.Jordan Rose2012-07-261-27/+55
* [analyzer] Make CallEnter, CallExitBegin, and CallExitEnd not be StmtPointsJordan Rose2012-07-101-1/+9
* [analyzer] Run remove dead bindings right before leaving a function.Anna Zaks2012-04-201-7/+4
* 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
OpenPOWER on IntegriCloud