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

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 16:55:19 PST 2020


jdoerfert added inline comments.


================
Comment at: clang/include/clang/AST/OpenMPClause.h:7641
+  /// (which accepts anything) and (later) extensions.
+  StringRef RawString;
 };
----------------
mikerice wrote:
> This field doesn't seem to have serialization code.  Is that expected or an oversight?
Oversight. I assume we need it to preserve the behavior when we go the pch route. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83281



More information about the llvm-commits mailing list