[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 11:33:33 PST 2022


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);
----------------
I cannot figure out why I have to add this line and it's not needed before.


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