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

           Summary: Quoted -D macros break static analyzer
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Static Analyzer
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


If a macro in the form of: -DFOO='"BAR"' is specified on the command-line to
scan-build, it will issue the following error:

<command line>:10:25: error: missing terminating '"' character
#define FOO \"BAR\"

Preventing it from working. This does not happen if clang or gcc is given that
command-line option.

-- 
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