Skip to content

Commit

Permalink
Fix Sphinx warnings.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213559 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
delcypher committed Jul 21, 2014
1 parent df99a7f commit cef5388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/CommandGuide/FileCheck.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions docs/TableGen/LangIntro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cef5388

Please sign in to comment.