summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/plist-output.m
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Add minimal support for fix-it hints.Artem Dergachev2019-09-061-1/+1
* 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
* [analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by defaultGeorge Karpenkov2018-08-291-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-5973/+1
* [analyzer] [NFC] Remove unused Extensive diagnostic setting,George Karpenkov2018-06-121-116/+746
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-200/+6
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-6/+200
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-200/+6
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-6/+200
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-200/+6
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-6/+200
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-200/+6
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-6/+6
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-6/+6
* [analyzer] Add "Assuming..." diagnostic pieces for unsupported conditions.Artem Dergachev2016-10-051-0/+126
* [analyzer] Bug identificationGabor Horvath2015-10-221-24/+70
* [Static Analyzer] The name of the checker that reports a bug is addedGabor Horvath2015-02-091-0/+23
* [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-97/+369
* [analyzer] Refine 'nil receiver' diagnostics to mention the name of the metho...Ted Kremenek2013-04-181-0/+250
* [analyzer] Handle Objc Fast enumeration for "loop is executed 0 times".Ted Kremenek2013-03-131-19/+245
* [analyzer] Teach FindLastStoreBRVisitor to understand stores of the same value.Jordan Rose2013-02-271-87/+155
* [analyzer] Use 'MemRegion::printPretty()' instead of assuming the region is a...Ted Kremenek2013-02-261-24/+144
* [analyzer] tracking stores/constraints now works for ObjC ivars or struct fie...Ted Kremenek2013-02-241-0/+182
* [analyzer] Implement "Loop executed 0 times" diagnostic correctly.Ted Kremenek2013-02-221-33/+1552
* Teach BugReporter (extensive diagnostics) to emit a diagnostic when a loop bo...Ted Kremenek2013-02-081-0/+631
* [analyzer] Plist: change the type of issue_hash from int to string.Anna Zaks2013-01-081-12/+12
* TrackConstraintBRVisitor and ConditionBRVisitor can emit similarTed Kremenek2012-10-251-58/+0
* [analyzer] Tweak test to run the retain-count checker even on non-Darwin.Jordan Rose2012-10-061-1/+1
* [analyzer] Handle implicit statements used for end-of-path nodes' source locs.Jordan Rose2012-10-061-34/+265
* [analyzer] Track a null value back through FindLastStoreBRVisitor.Jordan Rose2012-09-221-0/+92
* Fix regression where "looping back to the head of" PathDiagnosticEventsTed Kremenek2012-09-121-23/+341
* Fix bug in BugReporter::RemoveUneededCalls() where "prunable"Ted Kremenek2012-09-081-0/+87
* Attempt (again) to stabilize the order of the emission of diagnosticsTed Kremenek2012-09-081-1470/+1519
* [analyzer] Improve arrow locations for PseudoObjectExprs.Jordan Rose2012-08-061-196/+399
* [analyzer] Add experimental "issue hash" to the plist diagnostic.Anna Zaks2012-06-081-0/+9
* PlistDiagnostics: force the ranges for control-flow edges to be single locati...Ted Kremenek2012-06-051-29/+28
* Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that wh...Ted Kremenek2012-04-061-8/+8
* Include the "issue context" (e.g. function or method) where a static analyzer...Ted Kremenek2012-04-041-1/+29
OpenPOWER on IntegriCloud