[PATCH] D89276: Support ObjC in IncludeInserter

Joe Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 21:57:55 PDT 2020


compositeprimes updated this revision to Diff 298027.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89276/new/

https://reviews.llvm.org/D89276

Files:
  clang-tools-extra/unittests/clang-tidy/IncludeInserterTest.cpp


Index: clang-tools-extra/unittests/clang-tidy/IncludeInserterTest.cpp
===================================================================
--- clang-tools-extra/unittests/clang-tidy/IncludeInserterTest.cpp
+++ clang-tools-extra/unittests/clang-tidy/IncludeInserterTest.cpp
@@ -717,7 +717,7 @@
 })";
 
   EXPECT_EQ(PostCode, runCheckOnCode<ObjCCategoryHeaderInserterCheck>(
-                          PreCode, "devtools/cymbal/clang_tidy/tests/"
+                          PreCode, "repo/clang_tidy/tests/"
                                    "insert_includes_test_header.mm"));
 }
 
@@ -748,7 +748,7 @@
 })";
 
   EXPECT_EQ(PostCode, runCheckOnCode<ObjCGeneratedHeaderInserterCheck>(
-                          PreCode, "devtools/cymbal/clang_tidy/tests/"
+                          PreCode, "repo/clang_tidy/tests/"
                                    "insert_includes_test_header.mm"));
 }
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89276.298027.patch
Type: text/x-patch
Size: 893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201014/402d0f2b/attachment.bin>


More information about the llvm-commits mailing list