Fix iOSDarwin()'s doc comment.
authorCyndy Ishida <cyndy_ishida@apple.com>
Mon, 18 Nov 2019 21:13:40 +0000 (13:13 -0800)
committerCyndy Ishida <cyndy_ishida@apple.com>
Mon, 18 Nov 2019 21:18:06 +0000 (13:18 -0800)
commit9b36f2cfd98d56531b95c1f62976c01b65a0c18b
tree65954e880e4dfe2fb8d0272ff1166d6b831d6b00
parent17919017878e9abda5bb33a38199c593b151dcd7
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@apple.com>
llvm/include/llvm/ADT/Triple.h