[Lldb-commits] [PATCH] D62654: [Docs] Modernize references to macOS
J. Ryan Stinnett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 30 05:22:26 PDT 2019
jryans created this revision.
jryans added a reviewer: JDevlieghere.
Herald added subscribers: llvm-commits, libcxx-commits, lldb-commits, cfe-commits, arphaman, christof, mgorny.
Herald added projects: clang, LLDB, libc++, LLVM.
This updates all places in documentation that refer to "Mac OS X", "OS X", etc.
to instead use the modern name "macOS" when no specific version number is
mentioned.
If a specific version is mentioned, this attempts to use the OS name at the time
of that version:
- Mac OS X for 10.0 - 10.7
- OS X for 10.8 - 10.11
- macOS for 10.12 - present
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D62654
Files:
clang/docs/AddressSanitizer.rst
clang/docs/AutomaticReferenceCounting.rst
clang/docs/ClangCommandLineReference.rst
clang/docs/CommandGuide/clang.rst
clang/docs/LeakSanitizer.rst
clang/docs/Modules.rst
clang/docs/SafeStack.rst
clang/docs/UndefinedBehaviorSanitizer.rst
clang/docs/UsersManual.rst
clang/docs/analyzer/checkers.rst
clang/docs/analyzer/developer-docs/DebugChecks.rst
libcxx/docs/BuildingLibcxx.rst
libcxx/docs/UsingLibcxx.rst
libcxx/docs/index.rst
libunwind/docs/index.rst
lld/docs/sphinx_intro.rst
lldb/docs/lldb-gdb-remote.txt
lldb/docs/resources/build.rst
lldb/docs/use/remote.rst
llvm/docs/CMake.rst
llvm/docs/CommandGuide/llvm-ar.rst
llvm/docs/CompilerWriterInfo.rst
llvm/docs/DebuggingJITedCode.rst
llvm/docs/GettingStarted.rst
llvm/docs/ProgrammersManual.rst
llvm/docs/TestingGuide.rst
llvm/docs/WritingAnLLVMPass.rst
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62654.202161.patch
Type: text/x-patch
Size: 22479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190530/9f1b37b9/attachment-0001.bin>
More information about the lldb-commits
mailing list