[PATCH] D100611: [Clang] Add clang attribute `clang_builtin_alias`.

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 24 09:12:48 PDT 2021


aaron.ballman accepted this revision.
aaron.ballman added a comment.

LGTM aside from a small nit with the documentation wording.



================
Comment at: clang/include/clang/Basic/AttrDocs.td:5704
+
+This attribute is deprecated. Use clang_builtin_alias instead.
   }];
----------------
I'd like to avoid saying "deprecated" because then people may expect to see warnings about use of the ARM attribute. I don't know if the ARM folks are ready for it to be officially deprecated as opposed to just discouraged.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100611/new/

https://reviews.llvm.org/D100611



More information about the cfe-commits mailing list