[PATCH] D70142: [OpenMP5.0] Fix a parsing issue for the extended defaultmap

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 13 07:21:51 PST 2019


ABataev added a comment.

In D70142#1742984 <https://reviews.llvm.org/D70142#1742984>, @cchen wrote:

> Not sure how to test this change since the issue only happens after I add more implicit-behaviors for extended defaultmap. Now `ActOnOpenMPDefaultmapClause` is doing `M != OMPC_DEFAULTMAP_MODIFIER_tofrom`, so even the modifier is set  to be "scalar", the code is still right.


Then it just means that the original code does not have this problem, only the new one. Ok, just drop this patch and again make it part of the original one.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70142





More information about the cfe-commits mailing list