summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/mangle.cpp
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-12-04 22:33:25 +0000
committerAnders Carlsson <andersca@mac.com>2009-12-04 22:33:25 +0000
commit1f78b2bf62416f1cc6ba468e73761266e036abd2 (patch)
treef344b43ee14c77c7a4eb5b3597e0099e2a53d6ff /clang/test/CodeGenCXX/mangle.cpp
parentbfcb650e9647945815ef33937044fd61eca80f6b (diff)
downloadbcm5719-llvm-1f78b2bf62416f1cc6ba468e73761266e036abd2.tar.gz
bcm5719-llvm-1f78b2bf62416f1cc6ba468e73761266e036abd2.zip
Diagnose declarations of implicit member functions.
llvm-svn: 90605
Diffstat (limited to 'clang/test/CodeGenCXX/mangle.cpp')
-rw-r--r--clang/test/CodeGenCXX/mangle.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/mangle.cpp b/clang/test/CodeGenCXX/mangle.cpp
index 03e405ecba1..38f3c8bd3fb 100644
--- a/clang/test/CodeGenCXX/mangle.cpp
+++ b/clang/test/CodeGenCXX/mangle.cpp
@@ -208,8 +208,9 @@ void extern_f(void);
void extern_f(void) { }
struct S7 {
- struct S { S(); };
+ S7();
+ struct S { S(); };
struct {
S s;
} a;
OpenPOWER on IntegriCloud