[PATCH] D124624: [OpenMP] Add variant extension that applies to declarations

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 14:20:51 PDT 2022


jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.

LG. one nit.



================
Comment at: clang/include/clang/Basic/AttrDocs.td:4312
 declarations with the same name. The template parameters for the base functions
-are used to instantiate the specialization.
-
+are used to instantiate the specialization. if ``bind_to_declartion`` is given,
+apply the same variant rules to function declarations. This allows the user to
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124624



More information about the llvm-commits mailing list