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

             Bug #: 13657
           Summary: comma in default argument confuses parser
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified


Created attachment 9085
  --> http://llvm.org/bugs/attachment.cgi?id=9085
minimal test case

A comma in a default argument (as part of a templated class, for instance)
seems to confuse the parser; I get "expected parameter declarator" errors with
the attached minimal example.

Clang version is 3.2 (trunk 162287).

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