r180674 - Documentation: Change UTF-8 ellipsis character to ASCII ... sequence

Dmitri Gribenko gribozavr at gmail.com
Sat Apr 27 09:26:29 PDT 2013


Author: gribozavr
Date: Sat Apr 27 11:26:29 2013
New Revision: 180674

URL: http://llvm.org/viewvc/llvm-project?rev=180674&view=rev
Log:
Documentation: Change UTF-8 ellipsis character to ASCII ... sequence

Patch by Dimitry Andric

Modified:
    cfe/trunk/docs/LibASTMatchersTutorial.rst

Modified: cfe/trunk/docs/LibASTMatchersTutorial.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LibASTMatchersTutorial.rst?rev=180674&r1=180673&r2=180674&view=diff
==============================================================================
--- cfe/trunk/docs/LibASTMatchersTutorial.rst (original)
+++ cfe/trunk/docs/LibASTMatchersTutorial.rst Sat Apr 27 11:26:29 2013
@@ -420,7 +420,7 @@ previous iteration of loop-convert, show
             (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





More information about the cfe-commits mailing list