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

           Summary: clang preprocessor crashes when using -E -CC option on
                    MFC code.
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


If you are trying to get the preprocessed output file of a MFC file using the
-E -CC options, clang will crash.

Here is a reduction:
test.cpp:
#define A text//\


clang -E -CC test.cpp

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