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

            Bug ID: 17905
           Summary: no diagnostic for variadic main
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Clang is totally happy with this:

  int main(int, char**, ...) { return 0; }

We should diagnose this (in both C and C++).

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