summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/inlining/path-notes.c
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Bug identificationGabor Horvath2015-10-221-12/+36
* [Static Analyzer] The name of the checker that reports a bug is addedGabor Horvath2015-02-091-0/+12
* [analyzer] Enable the new edge algorithm by default.Jordan Rose2013-06-031-1/+1
* [analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...Anna Zaks2013-04-231-30/+200
* [analyzer] Gain more precision retrieving the right SVal by specifying the ty...Anna Zaks2013-04-171-0/+150
* [analyzer] Address code review for r179395Anna Zaks2013-04-151-0/+121
* [analyzer]Print field region even when the base region is not printableAnna Zaks2013-04-121-0/+263
* [analyzer] Show "Returning from ..." note at caller's depth, not callee's.Jordan Rose2013-04-121-6/+6
* [analyzer] Don't emit extra context arrow after returning from an inlined call.Jordan Rose2013-04-121-170/+0
* [analyzer] Simple inline defensive checks suppressionAnna Zaks2013-03-021-714/+290
* [analyzer] Use 'MemRegion::printPretty()' instead of assuming the region is a...Ted Kremenek2013-02-261-17/+17
* [analyzer] Plist: change the type of issue_hash from int to string.Anna Zaks2013-01-081-9/+9
* TrackConstraintBRVisitor and ConditionBRVisitor can emit similarTed Kremenek2012-10-251-299/+269
* [analyzer] Suppress bugs whose paths go through the return of a null pointer.Jordan Rose2012-09-221-2/+2
* [analyzer] Track a null value back through FindLastStoreBRVisitor.Jordan Rose2012-09-221-50/+481
* Attempt (again) to stabilize the order of the emission of diagnosticsTed Kremenek2012-09-081-2743/+2734
* [analyzer] If the last store into a region came from a function, step into it.Jordan Rose2012-08-281-35/+433
* [analyzer] Look through casts when trying to track a null pointer dereference.Jordan Rose2012-08-271-48/+401
* [analyzer] If we dereference a NULL that came from a function, show the return.Jordan Rose2012-08-241-0/+800
* [analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests.Jordan Rose2012-08-211-2/+2
* [analyzer] Add plist output checks for all four "path notes" tests.Jordan Rose2012-08-061-0/+1235
* [analyzer] When a symbol is null, we should track its constraints.Jordan Rose2012-08-031-1/+43
* [analyzer] Flatten path diagnostics for text output like we do for HTML.Jordan Rose2012-08-031-0/+14
OpenPOWER on IntegriCloud