r282484 - Silencing a Sphinx diagnostic with options, again.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 27 05:17:05 PDT 2016


Author: aaronballman
Date: Tue Sep 27 07:17:05 2016
New Revision: 282484

URL: http://llvm.org/viewvc/llvm-project?rev=282484&view=rev
Log:
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

Modified:
    cfe/trunk/docs/CommandGuide/clang.rst

Modified: cfe/trunk/docs/CommandGuide/clang.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/CommandGuide/clang.rst?rev=282484&r1=282483&r2=282484&view=diff
==============================================================================
--- cfe/trunk/docs/CommandGuide/clang.rst (original)
+++ cfe/trunk/docs/CommandGuide/clang.rst Tue Sep 27 07:17:05 2016
@@ -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
 




More information about the cfe-commits mailing list