================
@@ -0,0 +1,7 @@
+// RUN: %clang_cc1 -fsyntax-only %s -verify
+namespace a {
+template <class b>
+void c() {
+ ((::c::)); // expected-error {{expected unqualified-id}}
----------------
ilovepi wrote:
i've updated the early exit by duplicating the diagnostic. I didn't see an
obvious way to avoid doing that. Happy to amend if this still isn't quite right.
https://github.com/llvm/llvm-project/pull/166995
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits