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

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 3 11:41:49 PST 2022


jdoerfert 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);
----------------
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.


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