[all-commits] [llvm/llvm-project] 4ce737: [clang] Sequence C++20 Parenthesized List Init (#8...
Douglas Deslauriers via All-commits
all-commits at lists.llvm.org
Tue Mar 5 06:08:08 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4ce737bfd6fd0aafb436eb220c3e724bfc831db4
https://github.com/llvm/llvm-project/commit/4ce737bfd6fd0aafb436eb220c3e724bfc831db4
Author: Douglas Deslauriers <48334845+vapdrs at users.noreply.github.com>
Date: 2024-03-05 (Tue, 05 Mar 2024)
Changed paths:
M clang/lib/Sema/SemaChecking.cpp
A clang/test/SemaCXX/warn-unsequenced-paren-list-init.cpp
Log Message:
-----------
[clang] Sequence C++20 Parenthesized List Init (#83476)
Parenthesized list intializers are sequenced operations, see C++20
[decl.init]p16.5 and [decl.init]p16.6.2.2 for more details.
Fixes #83474
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