[clang] Raise an error on namespace aliases with qualified names. (PR #86122)

Daniel M. Katz via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 21 09:36:03 PDT 2024


================
@@ -394,6 +394,8 @@ Bug Fixes to C++ Support
   expression references to an entity declared outside of the lambda. (#GH64808)
 - Clang's __builtin_bit_cast will now produce a constant value for records with empty bases. See:
   (#GH82383)
+- Fix an issue where a namespace alias could be defined using a qualified name (all name components
+following the first `::` were ignored). (#GH86122)
----------------
katzdm wrote:

Good to know! Fixed.

https://github.com/llvm/llvm-project/pull/86122


More information about the cfe-commits mailing list