]> granicus.if.org Git - clang/commit
Cast implicit "self" argument to "id". This removes all warnings associated with...
authorSteve Naroff <snaroff@apple.com>
Wed, 14 Nov 2007 23:54:14 +0000 (23:54 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 14 Nov 2007 23:54:14 +0000 (23:54 +0000)
commit6568d4dd760f37a945f7c9a249b1500de0777a2d
tree876a4890ecf04bc94665c466ca2370ee5ce944af
parent049b1684bb7d7177a89da36c347bd33b4a1c6ef2
Cast implicit "self" argument to "id". This removes all warnings associated with implicit references to self. It doesn't yet deal withexplicit references to self...

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44148 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/RewriteTest.cpp