[clang] [llvm] [Clang][OpenMP] Non-contiguous strided update (PR #144635)
Amit Tiwari via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 28 08:19:03 PDT 2025
================
@@ -4724,6 +4724,65 @@ void x() {
EXPECT_TRUE(matchesWithOpenMP(Source8, Matcher));
}
+TEST_P(ASTMatchersTest, OMPTargetUpdateDirective_IsStandaloneDirective) {
----------------
amitamd7 wrote:
The tests are moved to a separate patch: https://github.com/llvm/llvm-project/pull/150580
https://github.com/llvm/llvm-project/pull/144635
More information about the cfe-commits
mailing list