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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits