================ @@ -553,6 +553,14 @@ latest release, please see the [Clang Web Site](https://clang.llvm.org) or the - The `modular_format` attribute now supports the `fixed` aspect for C ISO 18037 fixed-point `printf` specifiers. +- The `lifetime_capture_by` attribute now accepts three new spelling forms: + `lifetime_capture_by_this`, `lifetime_capture_by_global`, and + `lifetime_capture_by_unknown`. These replace passing `this`, `global`, and + `unknown` as arguments to `lifetime_capture_by`; that argument form is now + deprecated because those names can conflict with user-defined parameters. ---------------- Xazax-hun wrote:
I think we should mention that the deprecated form will be removed in the next release. https://github.com/llvm/llvm-project/pull/196635 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
