hanchenye-llvm-project/clang/test/CXX
Richard Smith bf79fc49b3 Remove a test FIXME for a case which is already fixed.
llvm-svn: 152349
2012-03-08 23:08:29 +00:00
..
basic Make RequireLiteralType work correctly with incomplete array types. PR12037. 2012-02-20 23:58:14 +00:00
class Don't assert when trying to diagnose why a class with a constructor template is 2012-02-26 10:50:32 +00:00
class.access Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
class.derived Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
conv Compute the promoted integer type of fixed-width enums correctly. Found by inspection. 2011-10-26 07:38:19 +00:00
dcl.dcl static_assert: Allow any string-literal as the message, not just a character 2012-03-05 23:20:05 +00:00
dcl.decl Special members which are defaulted or deleted on their first declaration are 2012-02-26 00:31:33 +00:00
except In C++11 mode, when an integral constant expression is desired and we have a 2012-02-04 09:53:13 +00:00
expr Ensure that we instantiate static reference data members of class templates 2012-03-02 04:14:40 +00:00
lex Remove a test FIXME for a case which is already fixed. 2012-03-08 23:08:29 +00:00
over Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix not 2012-03-08 02:39:21 +00:00
special Add a pile of tests for unrestricted unions, and advertise support for them. 2012-03-03 23:51:05 +00:00
stmt.stmt Support decltype as a simple-type-specifier. 2012-01-24 05:47:35 +00:00
temp Improve diagnostics a bit for bad member initializers, and fix an obscure bug involving packs. Fixes PR12049. 2012-02-22 04:49:04 +00:00