summaryrefslogtreecommitdiffstats
path: root/test/Analysis/diagnostics
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Extend NoStoreFuncVisitor to insert a note on IVarsGeorge Karpenkov2018-07-272-4/+50
* Revert "[analyzer] Extend NoStoreFuncVisitor to insert a note on IVars"George Karpenkov2018-07-242-50/+4
* [analyzer] Extend NoStoreFuncVisitor to insert a note on IVarsGeorge Karpenkov2018-07-242-4/+50
* [analyzer] Bugfix for an overly eager suppression for null pointer return fro...George Karpenkov2018-07-161-0/+23
* [Analyzer] Iterator Checker - Part 2: Increment, decrement operators and ahea...Adam Balogh2018-06-281-1/+1
* [analyzer] Do not crash in the visitor when the function is given more argume...George Karpenkov2018-06-121-0/+15
* [analyzer] [NFC] Remove unused Extensive diagnostic setting,George Karpenkov2018-06-125-143/+313
* [analyzer] Make plist-html diagnostic consumer produce multi-file reports.Artem Dergachev2018-05-162-0/+208
* [analyzer] mark returns of functions where the region passed as parameter was...George Karpenkov2018-02-235-5/+500
* [analyzer] Do not infer nullability inside function-like macros, even when ma...George Karpenkov2018-02-031-0/+45
* [analyzer] NFC: Run many existing C++ tests with a custom operator new().Artem Dergachev2018-01-241-0/+2
* [Analyzer] Add support for displaying cross-file diagnostic paths in HTML outputDevin Coughlin2017-08-032-16/+0
* [analyzer] Initial commit for the upcoming refactoring of the IteratorChecker.Artem Dergachev2017-05-291-1/+1
* [analyzer] Fix memory error bug category capitalization.Artem Dergachev2017-05-031-1/+1
* [analyzer] Turn suppress-c++-stdlib on by defaultAnna Zaks2017-03-101-0/+1
* [analyzer] Clarify 'uninitialized function argument' messagesDaniel Marjamaki2017-03-081-5/+5
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-0316-23/+23
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-0216-23/+23
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-0216-23/+23
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-0216-23/+23
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-0216-23/+23
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-2816-23/+23
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-2816-23/+23
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-2716-23/+23
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-2716-23/+23
* [analyzer] Add checker for iterators dereferenced beyond their range.Gabor Horvath2017-01-091-1/+1
* [analyzer] Refer to macro names in diagnostics for macros representing a literalAnna Zaks2016-12-152-0/+79
* [analyzer] Add explanation why analyzer report is not generated (fix for PR12...Anton Yartsev2016-10-062-0/+16
* [analyzer] Add more FileIDs to PlistDiagnostic map to avoid assertionAleksei Sidorin2016-09-013-0/+150
* [analyzer] Suppress false positives in std::shared_ptrDevin Coughlin2016-07-061-0/+37
* [analyzer] Invalidate destination of std::copy() and std::copy_backward().Devin Coughlin2016-02-071-3/+9
* [analyzer] Fix IssueHash generation.Gabor Horvath2015-12-011-1/+1
* [analyzer] Bug identificationGabor Horvath2015-10-225-1533/+1564
* [Static Analyzer] The name of the checker that reports a bug is addedGabor Horvath2015-02-095-0/+15
* Fix layering violation: include/clang/Basic/PlistSupport.h should not includeRichard Smith2015-01-281-1/+1
* [analyzer] Check for NULL passed to CFAutorelease.Jordan Rose2014-06-211-1/+1
* [analyzer] Suppress warnings coming out of std::basic_string.Anna Zaks2013-11-041-1/+1
* [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer.Jordan Rose2013-08-161-0/+21
* [analyzer] Treat std::initializer_list as opaque rather than aborting.Jordan Rose2013-07-171-1/+1
* [analyzer] Enable the new edge algorithm by default.Jordan Rose2013-06-035-5/+5
* [analyzer] Do not assert on reports ending in calls within macros.Anna Zaks2013-05-222-12/+698
* [analyzer] Address Jordan's review comments for r182058Anna Zaks2013-05-171-4/+4
* [analyzer] Add an option to use the last location in the main source file as ...Anna Zaks2013-05-162-0/+1113
* [analyzer] Do not check if sys/queue.h file is a system header.Anna Zaks2013-05-101-1/+0
* [analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...Anna Zaks2013-04-231-76/+8
* [analyzer] Allow TrackConstraintBRVisitor to work when the value it’s track...Anna Zaks2013-04-171-2/+352
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-171-64/+1
* [analyzer] Show "Returning from ..." note at caller's depth, not callee's.Jordan Rose2013-04-122-99/+100
* [analyzer] For now, don't inline [cd]tors of C++ containers.Jordan Rose2013-04-021-1/+10
* [analyzer] Allow suppressing diagnostics reported within the 'std' namespaceJordan Rose2013-04-021-0/+71