[PATCH] D123235: [OpenMP] atomic compare fail : Parser & AST support
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 8 07:47:56 PST 2023
ABataev added inline comments.
================
Comment at: clang/include/clang/AST/OpenMPClause.h:2555
+ break;
+ default:
+ this->FailParameter = llvm::omp::OMPC_unknown;
----------------
Same here, remove default: and explicitly list all possible values
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123235/new/
https://reviews.llvm.org/D123235
More information about the llvm-commits
mailing list