summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/deprecated-objc-introspection.m
Commit message (Collapse)AuthorAgeFilesLines
* Tweak -Wdeprecated-objc-pointer-introspection to have a subgroup for results ↵Ted Kremenek2013-06-241-0/+7
| | | | | | | | | | | | | of using -performSelectorXXX. -performSelector: and friends return a value that is boxed as an Objective-C pointer. Sometimes it is an Objective-C pointer, sometimes it isn't. Some clients may wish to silence this warning based on calling this method. Fixes <rdar://problem/14147304> llvm-svn: 184789
* Add test case for -Wdeprecated-objc-pointer-introspection, andTed Kremenek2013-04-241-0/+8
| | | | | | tweak warning to suggest that it is just a bad thing to do. llvm-svn: 180175
* Rename this test to make it more general for including more tests.Ted Kremenek2013-04-221-0/+89
llvm-svn: 180056
OpenPOWER on IntegriCloud