[all-commits] [llvm/llvm-project] d592aa: [Clang] Fixed auto parsing regression with brace i...
Tony Guillot via All-commits
all-commits at lists.llvm.org
Fri Jul 17 14:23:29 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d592aa5a10f44164cd403257270802eb2a4b123a
https://github.com/llvm/llvm-project/commit/d592aa5a10f44164cd403257270802eb2a4b123a
Author: Tony Guillot <tony.guillot at protonmail.com>
Date: 2026-07-17 (Fri, 17 Jul 2026)
Changed paths:
M clang/lib/Parse/ParseDecl.cpp
A clang/test/CXX/dcl/dcl.spec/dcl.type/dcl.type.general/p2.cpp
Log Message:
-----------
[Clang] Fixed auto parsing regression with brace initialization (#210347)
The PR #208552 has introduced a regression where brace initialization
was not taken into account `auto foo{12}`. It was also breaking
`dcl.type.general` p2 rules, which is also now tested.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list