summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/plist-output-alternate.m
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] [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
* 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-1438/+1
* [analyzer] [NFC] Remove unused Extensive diagnostic setting,George Karpenkov2018-06-121-75/+177
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-1/+1
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-1/+1
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-1/+1
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-1/+1
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+1
* [analyzer] Include type name in Retain Count Checker diagnosticsAnna Zaks2016-12-151-2/+2
* [analyzer] Bug identificationGabor Horvath2015-10-221-7/+21
* [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
* CFG: In a DeclStmt, skip anything that's not a VarDecl.Jordan Rose2013-06-031-4/+4
* [analyzer] Set the allocation site to be the uniqueing location for retain co...Anna Zaks2013-04-231-1/+1
* [analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...Anna Zaks2013-04-231-22/+56
* [analyzer] Use 'MemRegion::printPretty()' instead of assuming the region is a...Ted Kremenek2013-02-261-6/+6
* [analyzer] tracking stores/constraints now works for ObjC ivars or struct fie...Ted Kremenek2013-02-241-0/+63
* [analyzer] Plist: change the type of issue_hash from int to string.Anna Zaks2013-01-081-7/+7
* [analyzer] Report leaks at the closing brace of a function body.Jordan Rose2012-11-151-58/+9
* [analyzer] Mark symbol values as dead in the environment.Jordan Rose2012-11-151-9/+58
* TrackConstraintBRVisitor and ConditionBRVisitor can emit similarTed Kremenek2012-10-251-58/+0
* [analyzer] Track a null value back through FindLastStoreBRVisitor.Jordan Rose2012-09-221-16/+108
* Fix bug in BugReporter::RemoveUneededCalls() where "prunable"Ted Kremenek2012-09-081-1/+58
* Attempt (again) to stabilize the order of the emission of diagnosticsTed Kremenek2012-09-081-919/+1125
* Fix analyzer tests.Ted Kremenek2012-08-241-1/+1
* [analyzer] Add experimental "issue hash" to the plist diagnostic.Anna Zaks2012-06-081-0/+7
* PlistDiagnostics: force the ranges for control-flow edges to be single locati...Ted Kremenek2012-06-051-21/+21
* Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that wh...Ted Kremenek2012-04-061-6/+6
* Include the "issue context" (e.g. function or method) where a static analyzer...Ted Kremenek2012-04-041-0/+23
* [analyzer] Implement basic path diagnostic pruning based on "interesting" sym...Ted Kremenek2012-03-091-154/+98
* [analyzer] Retain release: drop the line number info from the leakAnna Zaks2012-02-281-1/+1
* [analyzer] Fix a bug in RetainReleaseChecker diagnostics. It gives more preci...Anna Zaks2011-09-301-1/+1
* [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...Anna Zaks2011-09-161-1/+1
* [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...Anna Zaks2011-09-151-15/+0
* [analyzer] After CFG has been linearized, we can have a situation where an Ex...Anna Zaks2011-09-141-1/+186
* [analyzer] Move the knowledge of whether or not GC is enabled for the current...Jordy Rose2011-09-021-1/+1
* [analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek2011-08-031-1/+1
OpenPOWER on IntegriCloud