diff options
author | J. Ryan Stinnett <jryans@gmail.com> | 2019-05-30 16:46:22 +0000 |
---|---|---|
committer | J. Ryan Stinnett <jryans@gmail.com> | 2019-05-30 16:46:22 +0000 |
commit | d45eaf9405c865cae0737a92d5ebce4e485106c3 (patch) | |
tree | 27684d5f8705c3a8055d8aa424c68ed82104267a /clang/docs/analyzer/developer-docs/DebugChecks.rst | |
parent | 2e1807678d4d49abfe03489641141d777baf9ad4 (diff) | |
download | bcm5719-llvm-d45eaf9405c865cae0737a92d5ebce4e485106c3.tar.gz bcm5719-llvm-d45eaf9405c865cae0737a92d5ebce4e485106c3.zip |
[Docs] Modernize references to macOS
Summary:
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
Reviewers: JDevlieghere
Subscribers: mgorny, christof, arphaman, cfe-commits, lldb-commits, libcxx-commits, llvm-commits
Tags: #clang, #lldb, #libc, #llvm
Differential Revision: https://reviews.llvm.org/D62654
llvm-svn: 362113
Diffstat (limited to 'clang/docs/analyzer/developer-docs/DebugChecks.rst')
-rw-r--r-- | clang/docs/analyzer/developer-docs/DebugChecks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/analyzer/developer-docs/DebugChecks.rst b/clang/docs/analyzer/developer-docs/DebugChecks.rst index 56ce015d645..3f9bed78604 100644 --- a/clang/docs/analyzer/developer-docs/DebugChecks.rst +++ b/clang/docs/analyzer/developer-docs/DebugChecks.rst @@ -15,7 +15,7 @@ General Analysis Dumpers These checkers are used to dump the results of various infrastructural analyses to stderr. Some checkers also have "view" variants, which will display a graph -using a 'dot' format viewer (such as Graphviz on OS X) instead. +using a 'dot' format viewer (such as Graphviz on macOS) instead. - debug.DumpCallGraph, debug.ViewCallGraph: Show the call graph generated for the current translation unit. This is used to determine the order in which to |