[PATCH] D89276: Support ObjC in IncludeInserter

Joe Turner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 13 15:38:35 PDT 2020


compositeprimes updated this revision to Diff 297980.

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.297980.patch
Type: text/x-patch
Size: 893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201013/050c01df/attachment.bin>


More information about the cfe-commits mailing list