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

            Bug ID: 21939
           Summary: Incorrect source locations for multi-token simple type
                    params with no identifier
           Product: clang
           Version: 3.5
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

In function declarations without parameter identifiers, multi-token simple
types like long long and unsigned char have both start and end source locations
point to the start of the first token.  I don't believe it creates any issues
for diagnostics, but it's a problem for automated source transformation.

void foo (unsigned int, signed char, long long);
          ^             ^            ^

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