llvm-project/clang/test/CXX/basic
Richard Smith d9f663b510 C++1y constexpr extensions, round 1: Allow most forms of declaration and
statement in constexpr functions. Everything which doesn't require variable
mutation is also allowed as an extension in C++11. 'void' becomes a literal
type to support constexpr functions which return 'void'.

llvm-svn: 180022
2013-04-22 15:31:51 +00:00
..
basic.def.odr Check for redefinitions in MergeVarDecl. This finds redefinitions of globals without an initializer in C++ and thus fixes PR5451. 2010-02-02 18:35:11 +00:00
basic.link Only merge down a variable type if the previous declaration was 2013-04-01 18:34:28 +00:00
basic.lookup Skip transparent contexts when looking for using directives in name lookup. 2013-04-09 01:49:26 +00:00
basic.scope Fix more try scoping bugs introduced by r167650. 2012-11-12 22:25:41 +00:00
basic.start/basic.start.main PR15100: look through type sugar when determining whether we have one of the 2013-01-29 02:49:47 +00:00
basic.stc/basic.stc.dynamic 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
basic.types C++1y constexpr extensions, round 1: Allow most forms of declaration and 2013-04-22 15:31:51 +00:00