]> granicus.if.org Git - clang/commit
Implement rewrite rule for commenting out protocol references. For example:
authorSteve Naroff <snaroff@apple.com>
Thu, 1 Nov 2007 13:24:47 +0000 (13:24 +0000)
committerSteve Naroff <snaroff@apple.com>
Thu, 1 Nov 2007 13:24:47 +0000 (13:24 +0000)
commitd5255f55ebe8803ee10b01589a64156e5e9cde5e
treedbb5fc70f0e75d31dece1b33b0954ad99a5c25ae
parent770951b5bb6028a8d326ddb4a13cef7d4a128162
Implement rewrite rule for commenting out protocol references. For example:

extern id /*<NSObject>*/ NSAllocateObject(Class aClass, unsigned extraBytes, NSZone *zone);

extern void NSDeallocateObject(id /*<NSObject>*/object);

extern id /*<NSObject>*/ NSCopyObject(id /*<NSObject>*/object, unsigned extraBytes, NSZone *zone);

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