summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...Eugene Zelenko2016-02-101-27/+21
* Roll-back r250822.Angel Garcia Gomez2015-10-201-7/+7
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-7/+7
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-081-19/+19
* Wdeprecated: PathPieces are copied, make them safely implicitly copyable by r...David Blaikie2015-08-131-2/+0
* [Analyzer] Don't inherit from FoldingSet.Benjamin Kramer2015-03-221-4/+4
* [analyzer] Sort path diagnostics with array_pod_sort.Benjamin Kramer2015-03-141-5/+9
* unique_ptrify PathDiagnosticConsumer::HandlePathDiagnosticDavid Blaikie2014-08-291-6/+5
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-4/+4
* [C++11] Use 'nullptr'. StaticAnalyzer edition.Craig Topper2014-05-271-17/+17
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-0/+1
* [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
OpenPOWER on IntegriCloud