summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/inline-plist.c
Commit message (Expand)AuthorAgeFilesLines
* [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-22/+124
* [analyzer] Show "Returning from ..." note at caller's depth, not callee's.Jordan Rose2013-04-121-3/+3
* [analyzer] Don't emit extra context arrow after returning from an inlined call.Jordan Rose2013-04-121-34/+0
* [analyzer] Suppress paths involving a reference whose rvalue is null.Jordan Rose2013-03-011-1/+1
* [analyzer] Use 'MemRegion::printPretty()' instead of assuming the region is a...Ted Kremenek2013-02-261-9/+9
* [analyzer] Plist: change the type of issue_hash from int to string.Anna Zaks2013-01-081-6/+6
* TrackConstraintBRVisitor and ConditionBRVisitor can emit similarTed Kremenek2012-10-251-162/+132
* [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-132/+162
* [analyzer] Better path notes for null pointers passed as arguments.Jordan Rose2012-09-221-302/+393
* Attempt (again) to stabilize the order of the emission of diagnosticsTed Kremenek2012-09-081-1123/+1738
* [analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests.Jordan Rose2012-08-211-1/+1
* [analyzer] Add experimental "issue hash" to the plist diagnostic.Anna Zaks2012-06-081-0/+6
* PlistDiagnostics: force the ranges for control-flow edges to be single locati...Ted Kremenek2012-06-051-20/+20
* static analyzer: add inlining support for directly called blocks.Ted Kremenek2012-06-011-1/+549
* Refine analyzer diagnostics by adding an expression "cone-of-influence" to re...Ted Kremenek2012-05-021-0/+266
* Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that wh...Ted Kremenek2012-04-061-2/+2
* Include the "issue context" (e.g. function or method) where a static analyzer...Ted Kremenek2012-04-041-0/+5
* Do not truncate expected plist output in FileCheck test.Ted Kremenek2012-03-151-1/+1
* [analyzer] Diagnostics: Supply Caller information even if the bug occursAnna Zaks2012-03-141-1/+1
* [analyzer] Call enter/exit diagnostic should refer to caller/callee,Anna Zaks2012-03-131-2/+2
* [analyzer] Include inlining call stack depth in plist output.Ted Kremenek2012-03-121-1/+131
* [analyzer] Rework inlining related command line options.Anna Zaks2012-03-081-1/+1
* [analyzer diagnostics] flush locations *before* popping the current path when...Ted Kremenek2012-03-021-0/+234
OpenPOWER on IntegriCloud