summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/inlining/path-notes.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] [NFC] Remove unused Extensive diagnostic setting,George Karpenkov2018-06-121-347/+347
* [analyzer] De-duplicate path diagnostics for each exploded graph node.Artem Dergachev2017-12-201-261/+230
* [analyzer] trackNullOrUndefValue: always track through parentheses and casts.Artem Dergachev2017-12-201-230/+261
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-2/+2
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-2/+2
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-2/+2
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-2/+2
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-2/+2
* [analyzer] Bug identificationGabor Horvath2015-10-221-19/+57
* Record correct source range for defaulted/deleted members.Eli Bendersky2015-03-231-5/+5
* [Static Analyzer] The name of the checker that reports a bug is addedGabor Horvath2015-02-091-0/+19
* Fix/Improve SourceRange of explicitly defaulted membersDaniel Jasper2014-06-201-5/+5
* Add -Wtautological-undefined-compare and -Wundefined-bool-conversion warningsRichard Trieu2014-06-061-2/+2
* Correctly set brace range for CXXConstructExprs formed by list initialization.Peter Collingbourne2014-02-221-3/+3
* [analyzer] Don't crash when a path goes through a 'delete' destructor call.Jordan Rose2013-10-311-0/+256
* Revert "[analyzer] Handle zeroing CXXConstructExprs."Jordan Rose2013-06-211-0/+68
* [analyzer] Handle zeroing CXXConstructExprs.Jordan Rose2013-06-211-68/+0
* [analyzer] Enable the new edge algorithm by default.Jordan Rose2013-06-031-1/+1
* [analyzer] Fix a crash triggered by printing a note on a default argumentAnna Zaks2013-05-071-0/+230
* [analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...Anna Zaks2013-04-231-38/+344
* [analyzer] Correct the commentAnna Zaks2013-04-201-22/+21
* [analyzer] Tweak getDerefExpr more to track DeclRefExprs to references.Anna Zaks2013-04-181-0/+227
* [analyzer] Improve dereferenced expression tracking for MemberExpr with a dot...Anna Zaks2013-04-171-0/+274
* [analyzer] Add pretty printing to CXXBaseObjectRegion.Anna Zaks2013-04-151-0/+118
* [analyzer] Add more specialized error messages for corner cases as per Jordan...Anna Zaks2013-04-151-3/+3
* [analyzer] Print a diagnostic note even if the region cannot be printed.Anna Zaks2013-04-121-0/+213
* [analyzer] Show "Returning from ..." note at caller's depth, not callee's.Jordan Rose2013-04-121-2/+2
* [analyzer] Don't emit extra context arrow after returning from an inlined call.Jordan Rose2013-04-121-102/+0
* [analyzer] Show path diagnostic for C++ initializersAnna Zaks2013-04-051-12/+388
* [analyzer] Check for returning null references in ReturnUndefChecker.Jordan Rose2013-03-071-0/+118
* [analyzer] Suppress paths involving a reference whose rvalue is null.Jordan Rose2013-03-011-0/+692
* [analyzer] Fix test for r173067.Jordan Rose2013-01-211-110/+110
* [analyzer] Show notes inside implicit calls at the last explicit call site.Jordan Rose2013-01-211-126/+126
* [analyzer] Don't show "Entered 'foo'" if 'foo' is implicit.Jordan Rose2013-01-191-84/+0
* [analyzer] Special path notes for C++ special member functions.Jordan Rose2013-01-181-2/+1751
* [analyzer] Do a better job describing C++ member functions in the call stack.Jordan Rose2013-01-181-0/+860
OpenPOWER on IntegriCloud