hanchenye-llvm-project/clang/test/CXX
Richard Smith 848e1f1960 Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign.
Also support alignas(0), which C++11 and C11 require us to ignore.

llvm-svn: 174157
2013-02-01 08:12:08 +00:00
..
basic PR15100: look through type sugar when determining whether we have one of the 2013-01-29 02:49:47 +00:00
class Move -Wstatic-float-init fixit into a note & don't recover as if constexpr 2013-01-29 22:26:08 +00:00
class.access Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
class.derived Fix CXXRecordDecl::forallBases to not look through bases which are dependent 2012-11-22 00:24:47 +00:00
conv Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
dcl.dcl Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign. 2013-02-01 08:12:08 +00:00
dcl.decl Fixed an assertion failure triggered by invalid code. 2013-01-11 14:34:39 +00:00
except Don't do delayed exception-specification checking on an invalid 2013-02-01 04:49:10 +00:00
expr Don't crash while printing APValues that are lvalues casted to a 2013-01-29 01:26:43 +00:00
lex Test that we correctly handle reversion of line splicing etc in raw string 2013-01-17 01:46:13 +00:00
over Handle universal character names and Unicode characters outside of literals. 2013-01-24 20:50:46 +00:00
special Improve diagnostic wording for when an implicitly-deleted special member 2012-12-28 12:23:24 +00:00
stmt.stmt Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
temp Improve 'failed template argument deduction' diagnostic for the case where we 2013-01-31 05:19:49 +00:00