[LLVMbugs] [Bug 9452] Missing PackExpansionType inside CXXBaseSpecifier
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Apr 27 10:08:46 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=9452
Douglas Gregor <dgregor at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Douglas Gregor <dgregor at apple.com> 2011-04-27 12:08:46 CDT ---
The base specifier itself is a pack expansion, not the type of the base
specifier. The only bug here is that the AST printer wasn't printing the
ellipsis; fixed in r130310.
--
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