[clang] [Clang] Implement C++26 Attributes for Structured Bindings (P0609R3) (PR #89906)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 24 07:22:24 PDT 2024
================
@@ -1056,11 +1056,21 @@ def ext_decl_attrs_on_lambda : ExtWarn<
def ext_lambda_missing_parens : ExtWarn<
"lambda without a parameter clause is a C++23 extension">,
InGroup<CXX23>;
+
----------------
yronglin wrote:
Here is a whitespace change.
https://github.com/llvm/llvm-project/pull/89906
More information about the cfe-commits
mailing list