[all-commits] [llvm/llvm-project] 9b36f2: Fix iOSDarwin()'s doc comment.
Cyndy Ishida via All-commits
all-commits at lists.llvm.org
Mon Nov 18 13:24:21 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9b36f2cfd98d56531b95c1f62976c01b65a0c18b
https://github.com/llvm/llvm-project/commit/9b36f2cfd98d56531b95c1f62976c01b65a0c18b
Author: Cyndy Ishida <cyndy_ishida at apple.com>
Date: 2019-11-18 (Mon, 18 Nov 2019)
Changed paths:
M llvm/include/llvm/ADT/Triple.h
Log Message:
-----------
Fix iOSDarwin()'s doc comment.
Summary:
I saw the doc comment using the Option + Click in Xcode and I was
confused by the fact that tvOS wasn't listed. The method definition
also doesn't make it clear that the check for tvOS is taking place as
the tvOS check is hidden in the isiOS() check.
Reviewers: rjmccall
Reviewed By: rjmccall
Subscribers: dexonsmith, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D70364
This patch is from Varun Gandhi <varun_gandhi at apple.com>
More information about the All-commits
mailing list