================ @@ -268,6 +268,8 @@ def err_expected_semi_after_namespace_name : Error< "expected ';' after namespace name">; def err_unexpected_namespace_attributes_alias : Error< "attributes cannot be specified on namespace alias">; +def err_unexpected_qualified_namespace_alias : Error< + "unexpected nested name specifier in namespace alias definition">; ---------------- katzdm wrote:
Sounds good - I was trying to think of the right phrasing and had found some references to "nested name specifiers" in other diagnostics. But I like your suggested phrasing 👍 https://github.com/llvm/llvm-project/pull/86122 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits