================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to