]> granicus.if.org Git - clang/commitdiff
Documentation: Change UTF-8 ellipsis character to ASCII ... sequence
authorDmitri Gribenko <gribozavr@gmail.com>
Sat, 27 Apr 2013 16:26:29 +0000 (16:26 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Sat, 27 Apr 2013 16:26:29 +0000 (16:26 +0000)
Patch by Dimitry Andric

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180674 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LibASTMatchersTutorial.rst

index 9fe45ccc4b64f07f510298f0dfb48554205c4fd5..5bd62a133649c7ee9c9f8d06022a5ef32adc6e93 100644 (file)
@@ -420,7 +420,7 @@ previous iteration of loop-convert, shows us the answer:
             (DeclRefExpr 0x173b008 'const int' lvalue Var 0x170fa80 'N' 'const int')))
         (UnaryOperator 0x173b0b0 'int' lvalue prefix '++'
           (DeclRefExpr 0x173b088 'int' lvalue Var 0x173af50 'i' 'int'))
-        (CompoundStatement 
+        (CompoundStatement ...
 
 We already know that the declaration and increments both match, or this
 loop wouldn't have been dumped. The culprit lies in the implicit cast