diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2010-07-16 04:32:28 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2010-07-16 04:32:28 +0000 |
commit | b21fc4a4c17fdf7d3de4fd3cd36a1ad4d8af6f55 (patch) | |
tree | 7f4fad6844888b2066ffc8756cdbdc8c524f94b8 /test/SemaCXX/nested-name-spec.cpp | |
parent | 1e4c33a677ba085bbbbfff211719ae4bb571c5b1 (diff) |
Butcher a perfectly reasonable diagnostic to pacify old versions of SWIG.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108505 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaCXX/nested-name-spec.cpp')
-rw-r--r-- | test/SemaCXX/nested-name-spec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/nested-name-spec.cpp b/test/SemaCXX/nested-name-spec.cpp index 0dc1097e38..acdec6183e 100644 --- a/test/SemaCXX/nested-name-spec.cpp +++ b/test/SemaCXX/nested-name-spec.cpp @@ -102,7 +102,7 @@ void f6(int A2::RC::x); // expected-error{{parameter declarator cannot be qualif int A2::RC::x; // expected-error{{non-static data member defined out-of-line}} -void A2::CC::NC::m(); // expected-error{{out-of-line declaration of a member must be a definition}} +void A2::CC::NC::m(); // expected-warning{{out-of-line declaration of a member must be a definition}} namespace E { |