[PATCH] D116637: [Clang][Sema][OpenMP] Sema support for `atomic compare`

Shilei Tian via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 3 12:11:58 PST 2022


tianshilei1992 marked an inline comment as done.
tianshilei1992 added inline comments.


================
Comment at: clang/test/OpenMP/atomic_ast_print.cpp:964
+  // CHECK-51-NEXT: }
+  // omp51-note at +1 {{in instantiation of function template specialization 'foo<int>' requested here}}
   return foo(a);
----------------
jdoerfert wrote:
> tianshilei1992 wrote:
> > I cannot figure out why I have to add this line and it's not needed before.
> it's caused by the error.
Aha, I see. Thanks.


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