[Openmp-commits] [PATCH] D83281: [OpenMP] Allow traits for the OpenMP context selector `isa`

Mike Rice via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Nov 19 16:45:31 PST 2020


mikerice added inline comments.


================
Comment at: clang/include/clang/AST/OpenMPClause.h:7641
+  /// (which accepts anything) and (later) extensions.
+  StringRef RawString;
 };
----------------
This field doesn't seem to have serialization code.  Is that expected or an oversight?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83281



More information about the Openmp-commits mailing list