[PATCH] D123235: [OpenMP] atomic compare fail : Parser & AST support
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 13 03:52:10 PST 2023
ABataev added inline comments.
================
Comment at: clang/include/clang/AST/OpenMPClause.h:2554
+ break;
+ case llvm::omp::OMPC_adjust_args:
+ case llvm::omp::OMPC_affinity:
----------------
I think all these cases are unexpected and must be terminated with llvm_unreachable
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123235/new/
https://reviews.llvm.org/D123235
More information about the cfe-commits
mailing list