hanchenye-llvm-project/clang/test/CXX
Douglas Gregor 5e6fcb108f This patch makes the string/character literal tests run in C,
C++98/03, and C++0x mode, from Craig Topper!

llvm-svn: 136443
2011-07-29 01:08:54 +00:00
..
basic Update this test to reflect the new (deterministic) order in r134038. 2011-06-28 22:58:10 +00:00
class Test for C++11 [class]p6 (trivial classes). 2011-06-12 09:24:32 +00:00
class.access Update our diagnostics to properly account for move operations. 2011-05-25 23:16:36 +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 [ARC] When casting from a pointer to an objective-c object with known ownership, if the 2011-07-01 22:22:50 +00:00
dcl.decl Fix an inconsistency in Sema::ConvertArgumentsForCall in that 2011-07-29 00:24:42 +00:00
except clang side to match the LLVM IR type system rewrite patch. 2011-07-09 17:41:47 +00:00
expr Implement support for C++11 in-class initialization of non-static data members. 2011-06-11 17:19:42 +00:00
lex This patch makes the string/character literal tests run in C, 2011-07-29 01:08:54 +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 Properly implement the scope restriction on the NRVO for 2011-07-06 22:04:06 +00:00
stmt.stmt Factor out (some of) the checking for invalid forms of pointer 2011-06-27 08:02:19 +00:00
temp PR10359: Template declarations which define classes are not permitted to also contain declarators. Previously we would accept code like this: 2011-07-14 21:35:26 +00:00