[libcxx-commits] [clang] [libcxxabi] [llvm] [Clang] Mangling of pack indexing type and expression for itanium (PR #123513)
Younan Zhang via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jan 26 17:56:27 PST 2025
================
@@ -1003,6 +1003,7 @@ Bug Fixes to C++ Support
lambda functions or inline friend functions defined inside templates (#GH122493).
- Clang now rejects declaring an alias template with the same name as its template parameter. (#GH123423)
- Correctly determine the implicit constexprness of lambdas in dependent contexts. (#GH97958) (#GH114234)
+- Implement Itanium mangling for pack indexing. (#GH112003)
----------------
zyn0217 wrote:
I think it should live in `C++2c support` section, as this isn't strictly a bug.
https://github.com/llvm/llvm-project/pull/123513
More information about the libcxx-commits
mailing list