[LLVMbugs] [Bug 7053] New: clang++ accepts invalid template code

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed May 5 09:06:16 PDT 2010


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

           Summary: clang++ accepts invalid template code
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: chris at bubblescope.net
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


clang++ accepts and compiles the following invalid code:


template< int ;
int main()
{
}

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



More information about the llvm-bugs mailing list