r238885 - Fix typo in tutorial.
Douglas Katzman
dougk at google.com
Tue Jun 2 15:40:27 PDT 2015
Author: dougk
Date: Tue Jun 2 17:40:27 2015
New Revision: 238885
URL: http://llvm.org/viewvc/llvm-project?rev=238885&view=rev
Log:
Fix typo in tutorial.
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=238885&r1=238884&r2=238885&view=diff
==============================================================================
--- cfe/trunk/docs/LibASTMatchersTutorial.rst (original)
+++ cfe/trunk/docs/LibASTMatchersTutorial.rst Tue Jun 2 17:40:27 2015
@@ -169,7 +169,7 @@ You should now be able to run the syntax
.. code-block:: console
- cat "int main() { return 0; }" > test.cpp
+ echo "int main() { return 0; }" > test.cpp
bin/loop-convert test.cpp --
Note the two dashes after we specify the source file. The additional
More information about the cfe-commits
mailing list