hanchenye-llvm-project/clang/test/CXX
Richard Trieu ae700c971c Fix a typo in a test.
CHEKC -> CHECK

llvm-svn: 130809
2011-05-04 00:16:24 +00:00
..
basic Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
class Fix a typo in a test. 2011-05-04 00:16:24 +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 Extend Sema::ClassifyName() to support C++, ironing out a few issues 2011-04-27 04:48:22 +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 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 When parsing a template friend declaration we dropped the template 2011-05-03 18:35:10 +00:00