[PATCH] D67159: [clang] New __attribute__((__clang_builtin)).

Simon Tatham via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 5 03:53:40 PDT 2019


simon_tatham added a comment.

Come to think of it, it would also not be too hard to constrain it to //only// be usable for a particular subset of builtins, and perhaps even only with a particular set of alias names for them. (I could easily derive all that information from the same Tablegen that `arm_mve.h` itself is made from.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67159





More information about the cfe-commits mailing list