Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tweak -Wdeprecated-objc-pointer-introspection to have a subgroup for results ↵ | Ted Kremenek | 2013-06-24 | 1 | -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, and | Ted Kremenek | 2013-04-24 | 1 | -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 Kremenek | 2013-04-22 | 1 | -0/+89 |
llvm-svn: 180056 |