[PATCH] D74970: [OpenMP] Refactor the analysis in checkMapClauseBaseExpression using StmtVisitor clause.

Chi Chun Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 21 08:42:01 PST 2020


cchen marked an inline comment as done.
cchen added inline comments.


================
Comment at: clang/lib/Sema/SemaOpenMP.cpp:15283
+        return false;
+      return Visit(E->IgnoreParenImpCasts());;
+    }
----------------
@ABataev, in the previous patch you mentioned that we don't need `IgnoreParenImpCasts()` here, but I think I was just trying to do what line 15232 did.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74970





More information about the cfe-commits mailing list