tahonermann accepted this revision.
tahonermann added a comment.

Looks good; the default implementations would definitely do the wrong thing, so 
this is a good find. My suggested edit is just to add a blank line.



================
Comment at: clang/lib/CodeGen/CGStmtOpenMP.cpp:1823-1826
+  OMPTransformDirectiveScopeRAII(const OMPTransformDirectiveScopeRAII &) =
+      delete;
+  OMPTransformDirectiveScopeRAII &
+  operator=(const OMPTransformDirectiveScopeRAII &) = delete;
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155849

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to