lgtm

================
Comment at: test/Sema/private-extern.c:16
@@ -15,3 +15,3 @@
 
-extern int g4; // expected-note{{previous definition}}
+extern int g4; // expected-note{{previous declaration}}
 static int g4; // expected-error{{static declaration of 'g4' follows 
non-static declaration}}
----------------
Good catch on improving these diagnostics!

http://reviews.llvm.org/D4149



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to