[clang] [llvm] [Clang][OpenMP] Non-contiguous strided update (PR #144635)
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 17 04:47:26 PDT 2025
================
@@ -4724,6 +4724,65 @@ void x() {
EXPECT_TRUE(matchesWithOpenMP(Source8, Matcher));
}
+TEST_P(ASTMatchersTest, OMPTargetUpdateDirective_IsStandaloneDirective) {
----------------
alexey-bataev wrote:
Clang tests are required
https://github.com/llvm/llvm-project/pull/144635
More information about the cfe-commits
mailing list