[LLVMbugs] [Bug 13854] New: assertion failure if lambda's parameter-list is (void)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Sep 15 00:46:38 PDT 2012


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

             Bug #: 13854
           Summary: assertion failure if lambda's parameter-list is (void)
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++11
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: richard-llvm at metafoo.co.uk
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified


This causes Clang to assert:

  auto l = [](void){};

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