[clang] [Clang][Parser] Make 'T...[N]' within a function parameter a valid pack expansion prior to C++2c (PR #116332)
Younan Zhang via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 18 17:46:46 PST 2024
================
@@ -65,7 +64,7 @@ int main() {
}
-namespace GH11460 {
+namespace GH111460 {
----------------
zyn0217 wrote:
That was a typo. The patch - https://github.com/llvm/llvm-project/commit/1ad5f315ae1cd44369a72cc8dc44fc9ef0cbe638#diff-64f7b2e488768fb71e127d736dc81d9d817ec14b759a8ec23fab7416d70a31aeR68 - was actually fixing 111460
https://github.com/llvm/llvm-project/pull/116332
More information about the cfe-commits
mailing list