[LLVMbugs] [Bug 15842] New: need to check for a placeholder in argument to noexcept

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Apr 24 16:54:50 PDT 2013


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

            Bug ID: 15842
           Summary: need to check for a placeholder in argument to
                    noexcept
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++11
          Assignee: unassignedclangbugs at nondot.org
          Reporter: richard-llvm at metafoo.co.uk
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

We accept this invalid code:

void f();
void f(int);
bool b = noexcept(f);

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130424/d6070608/attachment.html>


More information about the llvm-bugs mailing list