llvm-project/clang/test/CXX
Richard Smith 2de5a939e2 constexpr: Implement DR1358: An instantiation of a constexpr function which
can't produce a constant expression is not ill-formed (so long as some
instantiation of that function can produce a constant expression).

llvm-svn: 149802
2012-02-05 02:30:54 +00:00
..
basic Disallow constexpr main. 2012-02-04 06:10:17 +00:00
class Further testing for instantiation of out-of-line constexpr static data member 2012-01-19 22:50:02 +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 constexpr: Implement DR1358: An instantiation of a constexpr function which 2012-02-05 02:30:54 +00:00
dcl.decl Add -Wnarrowing as an alias for -Wc++11-narrowing, for better GCC 2012-01-23 15:52:03 +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 constexpr: Fix implementation of DR1311: check for volatile qualifiers in 2012-02-05 01:23:16 +00:00
lex Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
over Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
special constexpr: fix typo resulting in move constructors sometimes not being 2012-01-11 18:26:05 +00:00
stmt.stmt Support decltype as a simple-type-specifier. 2012-01-24 05:47:35 +00:00
temp When a pack expansion occurs in the template argument list of an alias 2012-02-03 17:16:23 +00:00