[PATCH] D116637: [Clang][Sema][OpenMP] Sema support for `atomic compare`
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 31 10:30:48 PST 2022
ABataev added a comment.
sema and parsing tests?
================
Comment at: clang/lib/Sema/SemaOpenMP.cpp:10921
+/// Get the node id of the fixed point of an expression \a S.
+llvm::FoldingSetNodeID getNodeId(ASTContext &Context, const Expr *S) {
+ llvm::FoldingSetNodeID Id;
----------------
static
================
Comment at: clang/lib/Sema/SemaOpenMP.cpp:10928
+/// Check if two expressions are same.
+bool checkIfTwoExprsAreSame(ASTContext &Context, const Expr *LHS,
+ const Expr *RHS) {
----------------
static
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116637/new/
https://reviews.llvm.org/D116637
More information about the cfe-commits
mailing list