diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2013-04-27 16:26:29 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2013-04-27 16:26:29 +0000 |
commit | ebf8fe2699bd179db70ff98d3a00c933978a25fa (patch) | |
tree | 8abfa449b932216b6f5dc000fac8c40fe9138059 /docs | |
parent | c6a31777fe03c73aca654c7c54224e36e75398dd (diff) |
Documentation: Change UTF-8 ellipsis character to ASCII ... sequence
Patch by Dimitry Andric
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180674 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/LibASTMatchersTutorial.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LibASTMatchersTutorial.rst b/docs/LibASTMatchersTutorial.rst index 9fe45ccc4b..5bd62a1336 100644 --- a/docs/LibASTMatchersTutorial.rst +++ b/docs/LibASTMatchersTutorial.rst @@ -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 |