[PATCH] D115561: [Clang][OpenMP] Add the support for atomic compare in parser

Shilei Tian via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 14 19:00:53 PST 2021


tianshilei1992 added a comment.

In D115561#3189179 <https://reviews.llvm.org/D115561#3189179>, @jdoerfert wrote:

> All good but parser tests needed.

Since we directly emit an error in Sema, I'm not sure if we can do the same thing as `clang/test/OpenMP/atomic_ast_print.cpp` because we can always get compile error. I'll see what we can do.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115561



More information about the cfe-commits mailing list