hanchenye-llvm-project/clang/test/CXX
Richard Smith 0c4a34b1a0 PR9908: Fix the broken fix for PR9902 to get the template argument lists in the right order.
Also, don't reject alias templates in all ElaboratedTypes: some ElaboratedTypes do not correspond to elaborated-type-specifiers.

llvm-svn: 131342
2011-05-14 15:04:18 +00:00
..
basic Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
class Tweak the diagnostics for the C++0x extensions to friend types to note 2011-05-10 21:23:31 +00:00
class.access Tweak the diagnostics for the C++0x extensions to friend types to note 2011-05-10 21:23:31 +00:00
class.derived Get rid of handling of the 'explicit' keyword from class-head. We still parse it though, although that will change shortly. 2011-03-25 14:31:08 +00:00
conv
dcl.dcl PR9908: Fix the broken fix for PR9902 to get the template argument lists in the right order. 2011-05-14 15:04:18 +00:00
dcl.decl PR9669: implement correct checking for [dcl.init.string]p2. 2011-04-11 00:23:45 +00:00
except Fix test case. 2011-03-15 21:15:06 +00:00
expr PR9899: handle pseudo-destructors correctly in noexcept() expressions. 2011-05-12 02:11:32 +00:00
lex Implement C++0x [lex.pptoken]p3's handling of <::. 2011-04-14 18:36:27 +00:00
over Make yet another placeholder type, this one marking that an expression is a bound 2011-04-26 20:42:42 +00:00
special Revert "Disable inherited constructors for 2.9." 2011-03-12 13:44:32 +00:00
stmt.stmt Add support for C++0x's range-based for loops, as specified by the C++11 draft standard (N3291). 2011-04-14 22:09:26 +00:00
temp Implement CWG1170, which makes access-control errors into template 2011-05-11 23:45:11 +00:00