summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the CFGElement "Invalid" state.David Blaikie2013-02-231-2/+0
* Simplify code to use castAs rather than getAs + assert.David Blaikie2013-02-211-3/+2
* Replace ProgramPoint llvm::cast support to be well-defined.David Blaikie2013-02-211-16/+11
* Replace CFGElement llvm::cast support to be well-defined.David Blaikie2013-02-211-3/+3
* Use None rather than Optional<T>() where possible.David Blaikie2013-02-211-3/+3
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-201-19/+15
* Replace SVal llvm::cast support to be well-defined.David Blaikie2013-02-201-1/+1
* [analyzer] Don't show "Entered 'foo'" if 'foo' is implicit.Jordan Rose2013-01-191-0/+5
* [analyzer] Special path notes for C++ special member functions.Jordan Rose2013-01-181-14/+56
* [analyzer] Do a better job describing C++ member functions in the call stack.Jordan Rose2013-01-181-21/+51
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-2/+2
* [analyzer] Include the bug uniqueing location in the issue_hash.Anna Zaks2013-01-081-1/+5
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-3/+3
* Include pruning and general cleanup.Benjamin Kramer2012-12-011-0/+1
* [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
OpenPOWER on IntegriCloud