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

            Bug ID: 22236
           Summary: wrong error message on builtin type parsing error
           Product: clang
           Version: 3.5
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 13690
  --> http://llvm.org/bugs/attachment.cgi?id=13690&action=edit
git patch to fix the bug

when using 'h' modifier in a builtin type string, along an erroneous Unsigned
or Signed modifier, clang will display "Bad modifiers used with 'f'!" rather
than "(...) with 'h'!".

LLVM 3.5.1
file: clang/lib/AST/ASTContext.cpp
line: 7520 (~7581 in current clang trunk)
function DecodeTypeFromStr

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