[PATCH] D157090: [Flang][Sema] Move directive sets to a shared location
Kiran Chandramohan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 4 15:28:34 PDT 2023
kiranchandramohan added a comment.
This looks OK. The only concern is whether we will lose the ability to inline the code for set membership. Can these sets be put in a header file with `inline constexpr`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157090/new/
https://reviews.llvm.org/D157090
More information about the cfe-commits
mailing list