summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/inline-plist.c
Commit message (Expand)AuthorAgeFilesLines
* Reapply r362994 & co "[analyzer][tests] Add normalize_plist to replace diff_p...Hubert Tong2019-06-111-1/+1
* Revert r362994 & co "[analyzer][tests] Add normalize_plist to replace diff_pl...Reid Kleckner2019-06-101-1/+1
* [analyzer][tests] Use normalize_plist in place of diff_plist (`cat` cases)Hubert Tong2019-06-101-1/+1
* [analyzer] ConditionBRVisitor: Enhance to write out more informationCsaba Dabis2019-05-291-1/+2
* [analyzer] [NFC] Reverse the argument order for "diff" in testsGeorge Karpenkov2019-01-101-1/+1
* [Analyzer] Define and use diff_plist in tests, NFCMikhail Maltsev2018-09-171-1/+1
* [analyzer] [NFC] Change the tests by making the version check more resilientGeorge Karpenkov2018-09-111-1/+1
* Revert "Revert "Revert "Revert "[analyzer] Add coverage information to plist ...George Karpenkov2018-09-071-1/+1
* Revert "Revert "Revert "[analyzer] Add coverage information to plist output, ...Simon Pilgrim2018-09-071-1/+1
* Revert "Revert "[analyzer] Add coverage information to plist output, update t...George Karpenkov2018-09-071-1/+1
* [analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by defaultGeorge Karpenkov2018-08-291-2/+2
* Move test inputs into Inputs directory.Richard Smith2018-08-141-1/+1
* [analyzer] [NFC] [tests] Move plist-based diagnostics tests to separate files...George Karpenkov2018-08-101-1897/+1
* [analyzer] [NFC] Remove unused Extensive diagnostic setting,George Karpenkov2018-06-121-103/+103
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-10/+10
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-10/+10
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-10/+10
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-10/+10
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-10/+10
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-10/+10
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-10/+10
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-4/+4
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-4/+4
* [analyzer] Bug identificationGabor Horvath2015-10-221-6/+20
* [Static Analyzer] The name of the checker that reports a bug is addedGabor Horvath2015-02-091-0/+7
* [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