[LLVMbugs] [Bug 11622] New: A bunch of checks are missing for defaulted functions

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Dec 19 16:21:50 PST 2011


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

             Bug #: 11622
           Summary: A bunch of checks are missing for defaulted functions
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++0x
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: sharparrow1 at yahoo.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Per [dcl.fct.def.default]p2, a defaulted function must be public, non-explicit,
non-virtual, and must use constexpr appropriately.  We perform none of these
checks.

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