Skip to content
  • Steve Naroff's avatar
    · 50d4205f
    Steve Naroff authored
    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);
    
    llvm-svn: 43612
    50d4205f
Loading