[PATCH] D70364: Fix iOSDarwin()'s doc comment.

Cyndy Ishida via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 18 13:24:53 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rG9b36f2cfd98d: Fix iOSDarwin()'s doc comment. (authored by cishida).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70364

Files:
  llvm/include/llvm/ADT/Triple.h


Index: llvm/include/llvm/ADT/Triple.h
===================================================================
--- llvm/include/llvm/ADT/Triple.h
+++ llvm/include/llvm/ADT/Triple.h
@@ -477,7 +477,7 @@
     return getSubArch() == Triple::ARMSubArch_v7k;
   }
 
-  /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
+  /// isOSDarwin - Is this a "Darwin" OS (macOS, iOS, tvOS or watchOS).
   bool isOSDarwin() const {
     return isMacOSX() || isiOS() || isWatchOS();
   }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70364.229914.patch
Type: text/x-patch
Size: 479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191118/c8f1fb21/attachment.bin>


More information about the llvm-commits mailing list