[LLVMbugs] [Bug 10519] Clang accepts NSAutoreleasePool in ARC mode
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Fri Jul 29 10:40:31 PDT 2011
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=10519
Chris Lattner <clattner at apple.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |rjmccall at apple.com
         Resolution|                            |INVALID
--- Comment #1 from Chris Lattner <clattner at apple.com> 2011-07-29 12:40:31 CDT ---
This is by design.  These get rejected in ARC mode because system headers have
marked them unavailable when __has_feature(ARC).  These aren't veto'd by the
compiler, they are veto'd by the headers.
-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
    
    
More information about the llvm-bugs
mailing list