summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2016-09-27 12:17:05 +0000
committerAaron Ballman <aaron@aaronballman.com>2016-09-27 12:17:05 +0000
commit8d513e928589a69a805af3f026e89eead52acb01 (patch)
tree4d8973a96c3d0131e8d7ff3b4d40724c928477f9 /docs/CommandGuide
parent0dccc357e915d0ec0e86f0c6fbfb0548acc4d81e (diff)
downloadclang-8d513e928589a69a805af3f026e89eead52acb01.tar.gz
Silencing a Sphinx diagnostic with options, again.
Warning, treated as error: /opt/llvm/build.attributes.src/tools/clang/docs/CommandGuide/clang.rst:413: WARNING: unknown option: -save-stats=cwd git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282484 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/clang.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandGuide/clang.rst b/docs/CommandGuide/clang.rst
index b4b607d5a2..14c81270e1 100644
--- a/docs/CommandGuide/clang.rst
+++ b/docs/CommandGuide/clang.rst
@@ -411,8 +411,8 @@ Driver Options
.. option:: -save-stats, -save-stats=cwd, -save-stats=obj
Save internal code generation (LLVM) statistics to a file in the current
- directory (:option:`-save-stats`/:option:`-save-stats=cwd`) or the directory
- of the output file (:option:`-save-state=obj`).
+ directory (:option:`-save-stats`/"-save-stats=cwd") or the directory
+ of the output file ("-save-state=obj").
.. option:: -integrated-as, -no-integrated-as