summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/diagnostics
Commit message (Expand)AuthorAgeFilesLines
* [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
* [analyzer] Add a test case for diagnostic suppression on a graph with cycles.Jordan Rose2013-03-191-0/+19
* [analyzer] BugReporter - more precise tracking of C++ referencesAnna Zaks2013-03-131-0/+15
* [analyzer] Add test case for reference to null pointer param checkAnna Zaks2013-03-091-0/+12
* [analyzer] Simple inline defensive checks suppressionAnna Zaks2013-03-021-152/+45
* [analyzer] Fix test for previous commit.Jordan Rose2013-02-271-423/+0
* [analyzer] Teach FindLastStoreBRVisitor to understand stores of the same value.Jordan Rose2013-02-271-4/+886
* [analyzer] Use 'MemRegion::printPretty()' instead of assuming the region is a...Ted Kremenek2013-02-264-159/+153
* [analyzer] tracking stores/constraints now works for ObjC ivars or struct fie...Ted Kremenek2013-02-242-447/+569
* [analyzer] Add 'prune-paths' config option to disable path pruning.Jordan Rose2013-01-261-0/+21
* Move an input header file under an Inputs directory to be consistentChandler Carruth2013-01-192-1/+1
* [analyzer] Suppress warnings coming out of macros defined in sys/queue.hAnna Zaks2013-01-192-0/+28
* [analyzer] Plist: change the type of issue_hash from int to string.Anna Zaks2013-01-084-6/+6
* [analyzer] Check that the argument to CFMakeCollectable is non-NULL.Jordan Rose2012-11-071-1/+1
* TrackConstraintBRVisitor and ConditionBRVisitor can emit similarTed Kremenek2012-10-251-2/+1
* [analyzer] Teach UndefOrNullArgVisitor to track parent regions.Anna Zaks2012-09-121-423/+1155
* Fix bug in ConditionBRVisitor where for C++ (and not C) we were not ignoringTed Kremenek2012-09-071-0/+1
* [analyzer] Enhance the member expr tracking to account for references.Anna Zaks2012-09-051-0/+16
* [analyzer] NullOrUndef diagnostics: track symbols binded to regions.Anna Zaks2012-09-051-0/+354
* [analyzer] Fixup 162863.Anna Zaks2012-08-291-2/+2
* [analyzer] Improved diagnostic pruning for calls initializing values.Anna Zaks2012-08-293-226/+1080
* PlistDiagnostics: force the ranges for control-flow edges to be single locati...Ted Kremenek2012-06-051-223/+226
* [analyzer] Fixup for r157950. Unbreak the bots.Anna Zaks2012-06-041-2/+0
* [analyzer] Fix a diagnostics bug which lead to a crash on the buildbot.Anna Zaks2012-06-042-0/+241
OpenPOWER on IntegriCloud