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

           Summary: PP output loses line count with -C
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: NetBSD
            Status: NEW
          Severity: minor
          Priority: P2
         Component: preprocessor
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


For example, preprocessing the following with -C puts y on the wrong line.

/* a 
   boring
   comment */ 
y

Although a problem with -C, the issue is more generic, for example if the raw
string literals patch is accepted it would have the same bug.


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