[clang] [llvm] [Clang][OpenMP] Non-contiguous strided update (PR #144635)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 25 11:07:24 PDT 2025


================
@@ -4724,6 +4724,65 @@ void x() {
   EXPECT_TRUE(matchesWithOpenMP(Source8, Matcher));
 }
 
+TEST_P(ASTMatchersTest, OMPTargetUpdateDirective_IsStandaloneDirective) {
----------------
alexey-bataev wrote:

These tests better to move a separate patch, if really needed

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


More information about the llvm-commits mailing list