[LLVMbugs] [Bug 13281] [C++11] "does not refer to the name of a parameter pack" diagnostic is unclear
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Sep 15 01:17:20 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13281
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |quality-of-implementation
Status|RESOLVED |REOPENED
CC| |richard-llvm at metafoo.co.uk
Resolution|INVALID |
Summary|[C++11] can't take the size |[C++11] "does not refer to
|of parameter pack of a |the name of a parameter
|template template parameter |pack" diagnostic is unclear
--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> 2012-09-15 03:17:20 CDT ---
I'm going to repurpose this bug for improving that diagnostic. I think your
debugging process would have been a lot simpler if we'd just said "undeclared
identifier 'A'". The current diagnostic implies that the name 'A' does refer to
*something*.
--
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