summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/retain-release-path-notes.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] Quote the type of the leaked/problematic object in diagnostics for...George Karpenkov2019-01-101-9/+9
* [analyzer] [NFC] Reverse the argument order for "diff" in testsGeorge Karpenkov2019-01-101-1/+1
* [analyzer] Add the type of the leaked object to the diagnostic messageGeorge Karpenkov2018-11-301-1/+1
* [analyzer] Reference leaked object by name, even if it was created in an inli...George Karpenkov2018-11-301-1/+1
* [analyzer] Process state in checkEndFunction in RetainCountCheckerGeorge Karpenkov2018-09-211-6/+6
* [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] Re-instate support for MakeCollectable is RetainCountCheckerGeorge Karpenkov2018-08-171-0/+10
* [analyzer] Drop support for GC mode in RetainCountCheckerGeorge Karpenkov2018-08-171-10/+0
* 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-5137/+1
* [analyzer] [NFC] Remove unused Extensive diagnostic setting,George Karpenkov2018-06-121-976/+126
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-2/+2
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-2/+2
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-2/+2
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-2/+2
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-2/+2
* [analyzer] Include type name in Retain Count Checker diagnosticsAnna Zaks2016-12-151-48/+48
* [analyzer] Bug identificationGabor Horvath2015-10-221-27/+81
* [analyzer] Disable all retain count diagnostics on values that come from ivars.Jordan Rose2015-03-301-1622/+26
* [analyzer] Don't special-case ivars backing +0 properties.Jordan Rose2015-03-301-299/+5
* [Static Analyzer] The name of the checker that reports a bug is addedGabor Horvath2015-02-091-0/+32
* [analyzer] RetainCountChecker: be forgiving when ivars are accessed directly.Jordan Rose2015-02-041-0/+1950
* [analyzer] RetainCountChecker: add support for CFAutorelease.Jordan Rose2013-10-071-556/+1383
* [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer.Jordan Rose2013-08-161-18/+18
* [analyzer] Enable the new edge algorithm by default.Jordan Rose2013-06-031-1/+1
* [analyzer] Set the allocation site to be the uniqueing location for retain co...Anna Zaks2013-04-231-9/+9
* [analyzer] RetainCountChecker: Clean up path notes for autorelease.Jordan Rose2013-04-231-22/+22
* [analyzer] Show "Returning from ..." note at caller's depth, not callee's.Jordan Rose2013-04-121-2/+2
* [analyzer] Don't emit extra context arrow after returning from an inlined call.Jordan Rose2013-04-121-34/+0
* [analyzer] When reporting a leak in RetainCount checker due to an early exit ...Anna Zaks2013-04-101-0/+815
* [analyzer] Plist: change the type of issue_hash from int to string.Anna Zaks2013-01-081-22/+22
* [analyzer] Simplify RetainCountChecker's handling of dead symbols.Jordan Rose2012-12-061-42/+1
* TrackConstraintBRVisitor and ConditionBRVisitor can emit similarTed Kremenek2012-10-251-4421/+4412
* [analyzer] Add plist output checks for all four "path notes" tests.Jordan Rose2012-08-061-0/+4424
* [analyzer] Combine all ObjC message CallEvents into ObjCMethodCall.Jordan Rose2012-07-181-4/+13
* [analyzer] RetainCountChecker: track ObjC boxed expression objects.Jordy Rose2012-05-121-0/+48
* [analyzer] Don't claim an object was returned with +1 retain count before cou...Jordy Rose2012-03-171-0/+6
* Fix typos in analyzer diagnostics pointed out by Matt Beaumont-Gay and Robert...Ted Kremenek2011-12-221-1/+1
OpenPOWER on IntegriCloud