[PATCH] D71830: [OpenMP][Part 2] Use reusable OpenMP context/traits handling

Kiran Chandramohan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 11 15:44:22 PST 2020


kiranchandramohan added inline comments.


================
Comment at: clang/lib/Serialization/ASTWriter.cpp:6575
 
+template <> void ASTRecordWriter::writeUserType(OMPTraitInfo *TI) {
+  writeUInt32(TI->Sets.size());
----------------
Had to also move this up in the file to avoid an instantiation after use error.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71830





More information about the cfe-commits mailing list