sfantao added a comment. Thanks for the comments!
================ Comment at: lib/CodeGen/CGOpenMPRuntime.h:323 @@ +322,3 @@ + /// far. + struct OffloadEntriesInfoManagerTy { + CodeGenModule &CGM; ---------------- ABataev wrote: > Maybe it is better to make it a class if it has some non-public members? Ok, replaced struct by class in `OffloadEntriesInfoManagerTy` and the other subtypes that have either private or protected fields. http://reviews.llvm.org/D12614 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits