[PATCH] D77471: address review comment

Kazuaki Ishizaki via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 4 12:13:33 PDT 2020


kiszk created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
kiszk added a comment.
kiszk removed a project: clang.
kiszk removed a subscriber: cfe-commits.
Herald added a project: clang.

Sorry, I made a mistake. This should not be reviewed. This should be deleted.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77471

Files:
  clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.cpp


Index: clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.cpp
===================================================================
--- clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.cpp
+++ clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.cpp
@@ -116,7 +116,7 @@
     }
 
     if (NumConcrete > 1) {
-      diag(D->getBeginLoc(), "inheriting mulitple classes that aren't "
+      diag(D->getBeginLoc(), "inheriting multiple classes that aren't "
                              "pure virtual is discouraged");
     }
   }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77471.255068.patch
Type: text/x-patch
Size: 558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200404/57d960cd/attachment.bin>


More information about the cfe-commits mailing list