llvm-project/clang/test/CXX
Richard Smith 2ec4061e39 Pedantic diagnostic correction: in C++, we have integral constant expressions,
not integer constant expressions. In passing, fix the 'folding is an extension'
diagnostic to not claim we're accepting the code, since that's not true in
-pedantic-errors mode, and add this diagnostic to -Wgnu.

llvm-svn: 148209
2012-01-15 03:51:30 +00:00
..
basic Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its: 2012-01-12 23:53:29 +00:00
class Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +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 PR11754: Reject non-static constexpr member functions in classes with virtual 2012-01-13 04:54:00 +00:00
dcl.decl constexpr: initialization of a union from an empty initializer-list should 2012-01-12 18:54:33 +00:00
except Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
expr Pedantic diagnostic correction: in C++, we have integral constant expressions, 2012-01-15 03:51:30 +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 Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
temp Fix "note" of a duplicate explicit instantiation definition following a specialization. 2012-01-09 19:52:25 +00:00