[PATCH] D108483: [OpenMP] Correctly add member expressions to OpenMP info

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 20 13:52:05 PDT 2021


jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.

LG, one nit.



================
Comment at: clang/lib/CodeGen/CGOpenMPRuntime.cpp:9439
+// Try to extract the base declaration from a `this->x` expression if possible.
+ValueDecl *getDeclFromThisExpr(const Expr *E) {
+  if (!E)
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108483



More information about the cfe-commits mailing list