llvm-project/clang/test/CXX
Richard Smith a230224be4 Implement DR482: namespace members can be redeclared with a qualified name
within their namespace, and such a redeclaration isn't required to be a
definition any more.

Update DR status page to say Clang 3.4 instead of SVN and add new Clang 3.5
category (but keep Clang 3.4 yellow for now).

llvm-svn: 196481
2013-12-05 07:51:02 +00:00
..
basic Added warning on structures/unions that are empty or contain only 2013-11-14 02:13:03 +00:00
class Provide better diagnostic wording for initializers on static 2013-11-21 03:17:44 +00:00
class.access Issue a diagnostic if we see a templated friend declaration that we do not 2013-11-08 18:59:56 +00:00
class.derived Implement final resolution of DR1402: implicitly-declared move operators that 2013-11-04 01:48:18 +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 Adding the Subjects entry back for the noreturn attributes. This caused some test cases to be updated because the original diagnostic was about applying to methods as well as functions, but the semantic checking disallowed methods. 2013-11-27 18:53:58 +00:00
dcl.decl Implement DR482: namespace members can be redeclared with a qualified name 2013-12-05 07:51:02 +00:00
drs Implement DR482: namespace members can be redeclared with a qualified name 2013-12-05 07:51:02 +00:00
except Take cv-qualifiers on fields of class type into account when determining 2013-11-25 07:07:05 +00:00
expr This patch implements capturing of variables within generic lambdas. 2013-11-07 05:17:06 +00:00
lex Add a triple to unbreak buildbots where size_t is not 'unsigned long'. 2013-10-07 22:58:25 +00:00
over Don't produce duplicate notes if we have deduction failure notes when resolving 2013-08-14 00:00:44 +00:00
special Unify lookup from within not-yet-defined defaulted special members: use common 2013-11-27 03:39:20 +00:00
stmt.stmt Add -Wdeprecated warnings and fixits for things deprecated in C++11: 2013-06-13 02:02:51 +00:00
temp Implement DR482: namespace members can be redeclared with a qualified name 2013-12-05 07:51:02 +00:00