http://llvm.org/bugs/show_bug.cgi?id=13683

             Bug #: 13683
           Summary: [PATCH] ccc-analyzer accept -fno-objc-arc flag
           Product: clang
           Version: trunk
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Static Analyzer
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Created attachment 9104
  --> http://llvm.org/bugs/attachment.cgi?id=9104
Patch to allow -fno-objc-arc

Without this patch this documented behaviour does not work:

"""
ARC may be explicitly enabled with the compiler flag -fobjc-arc. It may also be
explicitly disabled with the compiler flag -fno-objc-arc. The last of these two
flags appearing on the compile line "wins".
"""
http://clang.llvm.org/docs/AutomaticReferenceCounting.html#general

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to