jhuber6 accepted this revision. jhuber6 added a comment. This revision is now accepted and ready to land.
LG, thanks a lot for the quick fix. ================ Comment at: clang/lib/CodeGen/CGStmtOpenMP.cpp:7294 + // Emit helper decls of the use_device_ptr/use_device_addr clauses. + for (const auto *C : S.getClausesOfKind<OMPUseDevicePtrClause>()) + for (const Expr *E : C->varlists()) { ---------------- nit. I prefer outer braces if and inner blocks have braces. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D144993/new/ https://reviews.llvm.org/D144993 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits