[PATCH] D90770: [openacc][openmp] Allow duplicate between required and allowed once/exclusive

sameeran joshi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 10:18:08 PST 2020


sameeranjoshi added inline comments.


================
Comment at: llvm/utils/TableGen/DirectiveEmitter.cpp:134
 bool HasDuplicateClausesInDirectives(const std::vector<Record *> &Directives) {
+  bool hasDuplicate = false;
   for (const auto &D : Directives) {
----------------
`nit:` - Is clang-tidy suggesting something? if not ignore me on this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90770



More information about the llvm-commits mailing list