llvm-project/clang/test/CXX
Richard Smith dda56e4b4a Support for C++11 (non-template) alias declarations.
llvm-svn: 129567
2011-04-15 14:24:37 +00:00
..
basic Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
class When creating an implicit member expression through a qualified-id, check that the class 2011-04-14 00:46:47 +00:00
class.access Add -fcxx-exceptions to all tests that use C++ exceptions. 2011-02-28 00:40:07 +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 Drop an unjustified limitation from Type::isObjectType(). Fixes PR7801 and doesn't seem to break anything. 2010-08-05 01:21:19 +00:00
dcl.dcl Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +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 Clean up our handling of template-ids that resolve down to a single 2011-03-16 19:16:25 +00:00
lex Implement C++0x [lex.pptoken]p3's handling of <::. 2011-04-14 18:36:27 +00:00
over Simplify calling CheckPlaceholderExpr, converge on it in a few places, 2011-04-10 19:13:55 +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 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