[clang] [OpenMP][Clang] Handle unsupported inscan modifier for generic types (PR #79431)

Saiyedul Islam via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 25 02:50:57 PST 2024


================
@@ -12,28 +12,6 @@
 
 void foo() {}
 
-template <class T>
----------------
saiislam wrote:

How was this test case working till now when templates were not supported in scan?

https://github.com/llvm/llvm-project/pull/79431


More information about the cfe-commits mailing list