summaryrefslogtreecommitdiff
path: root/docs/analyzer
diff options
context:
space:
mode:
authorJ. Ryan Stinnett <jryans@gmail.com>2019-05-30 16:46:22 +0000
committerJ. Ryan Stinnett <jryans@gmail.com>2019-05-30 16:46:22 +0000
commit0995aac68ee0d35648cd8a7577689a8bec29be6d (patch)
tree36b135dc70838df7aa12fea881e35a5380f1dc4a /docs/analyzer
parenta85622d923a899272c7acbd19210ba2f7bb88ab9 (diff)
downloadclang-0995aac68ee0d35648cd8a7577689a8bec29be6d.tar.gz
[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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362113 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/analyzer')
-rw-r--r--docs/analyzer/checkers.rst2
-rw-r--r--docs/analyzer/developer-docs/DebugChecks.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/analyzer/checkers.rst b/docs/analyzer/checkers.rst
index 6a266eb1d9..93b8f0cbf5 100644
--- a/docs/analyzer/checkers.rst
+++ b/docs/analyzer/checkers.rst
@@ -778,7 +778,7 @@ Check for null pointers being passed as arguments to C string functions:
osx
^^^
-OS X checkers.
+macOS checkers.
osx.API (C)
"""""""""""
diff --git a/docs/analyzer/developer-docs/DebugChecks.rst b/docs/analyzer/developer-docs/DebugChecks.rst
index 56ce015d64..3f9bed7860 100644
--- a/docs/analyzer/developer-docs/DebugChecks.rst
+++ b/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