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

Chi Chun Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 12 14:40:33 PST 2019


cchen added a comment.

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.


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