[LLVMbugs] [Bug 15588] New: accepts invalid passing an initializer list to an ellipsis
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Mar 25 10:18:41 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=15588
Bug ID: 15588
Summary: accepts invalid passing an initializer list to an
ellipsis
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:
void f(...); void g() { f({1,2,3,4}); }
... and pass no arguments to 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/20130325/ffbf4c73/attachment.html>
More information about the llvm-bugs
mailing list