[llvm] r213559 - Fix Sphinx warnings.

Dan Liew dan at su-root.co.uk
Mon Jul 21 09:39:00 PDT 2014


Author: delcypher
Date: Mon Jul 21 11:39:00 2014
New Revision: 213559

URL: http://llvm.org/viewvc/llvm-project?rev=213559&view=rev
Log:
Fix Sphinx warnings.

Modified:
    llvm/trunk/docs/CommandGuide/FileCheck.rst
    llvm/trunk/docs/TableGen/LangIntro.rst

Modified: llvm/trunk/docs/CommandGuide/FileCheck.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/FileCheck.rst?rev=213559&r1=213558&r2=213559&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/FileCheck.rst (original)
+++ llvm/trunk/docs/CommandGuide/FileCheck.rst Mon Jul 21 11:39:00 2014
@@ -53,7 +53,7 @@ OPTIONS
 
   Adds implicit negative checks for the specified patterns between positive
   checks. The option allows writing stricter tests without stuffing them with
-  ``CHECK-NOT``s.
+  ``CHECK-NOT``\ s.
 
   For example, "``--implicit-check-not warning:``" can be useful when testing
   diagnostic messages from tools that don't have an option similar to ``clang

Modified: llvm/trunk/docs/TableGen/LangIntro.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TableGen/LangIntro.rst?rev=213559&r1=213558&r2=213559&view=diff
==============================================================================
--- llvm/trunk/docs/TableGen/LangIntro.rst (original)
+++ llvm/trunk/docs/TableGen/LangIntro.rst Mon Jul 21 11:39:00 2014
@@ -208,10 +208,7 @@ supported include:
     on string, int and bit objects.  Use !cast<string> to compare other types of
     objects.
 
-``!shl(a,b)``
-``!srl(a,b)``
-``!sra(a,b)``
-``!add(a,b)``
+``!shl(a,b)`` ``!srl(a,b)`` ``!sra(a,b)`` ``!add(a,b)``
     The usual logical and arithmetic operators.
 
 Note that all of the values have rules specifying how they convert to values





More information about the llvm-commits mailing list