[PATCH] D58979: [clang][OpenMP] Revert "OMPFlushClause is synthetic, no such clause exists"
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 5 10:03:58 PST 2019
gribozavr accepted this revision.
gribozavr added a comment.
> Hmm, do we really need the matches for the AST node that is not described/defined by the standard? If this is really so, I'm ok with this.
When the rubber meets the road, it does not matter what is in the spec, users will need to work with the ASTs that they get. If there's something in the AST, users will want to match it.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58979/new/
https://reviews.llvm.org/D58979
More information about the cfe-commits
mailing list