summaryrefslogtreecommitdiffstats
path: root/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [leaks] The PDFileEntry nodes in the FilesMade FoldingSet containChandler Carruth2014-05-031-0/+5
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-2/+2
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-2/+2
* [C++11] Replace verbose functors with succinct lambdasBenjamin Kramer2014-03-011-13/+5
* Expose the name of the checker producing each diagnostic message.Alexander Kornienko2014-02-111-2/+3
* [analyzer] Add a CFG node for the allocator call in a C++ 'new' expression.Jordan Rose2014-01-131-0/+1
* [analyzer] Warn about double-delete in C++ at the second delete...Jordan Rose2014-01-081-1/+5
* [analyzer] Extend IdenticalExprChecker to check ternary operator results.Jordan Rose2013-12-101-0/+8
* [analyzer] Don't crash when a path goes through a 'delete' destructor call.Jordan Rose2013-10-311-1/+2
* Add an implicit dtor CFG node just before C++ 'delete' expressions.Jordan Rose2013-09-031-0/+3
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-231-4/+3
* Split isFromMainFile into two functions.Eli Friedman2013-08-221-2/+2
* [analyzer] Treat analyzer-synthesized function bodies like implicit bodies.Jordan Rose2013-05-241-1/+1
* [analyzer] Do not assert on reports ending in calls within macros.Anna Zaks2013-05-221-1/+7
* [analyzer] Address Jordan's review comments for r182058Anna Zaks2013-05-171-3/+6
* [analyzer] Add an option to use the last location in the main source file as ...Anna Zaks2013-05-161-2/+59
* Revert "[analyzer] Change PathPieces to be a wrapper around an ilist of (thro...Ted Kremenek2013-04-291-26/+18
* [analyzer] Change PathPieces to be a wrapper around an ilist of (through indi...Ted Kremenek2013-04-291-18/+26
* [analyzer] Remove comparePath's dependency on subscript operator.Ted Kremenek2013-04-291-2/+7
* [analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...Anna Zaks2013-04-231-19/+61
* [analyzer] Show path diagnostic for C++ initializersAnna Zaks2013-04-051-0/+3
* 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