Hoops, I forgot a blank line just after the double colon in my previous commit. Here is the additional patch. Sorry for the inconvenience.

Regards,

Béatrice.


On 03/04/2013 12:32 PM, Manuel Klimek wrote:
Thx, submitted as r176434.

Cheers,
/Manuel


On Mon, Mar 4, 2013 at 12:21 PM, Béatrice Creusillet <[email protected]> wrote:
Hi everybody,

I ran through Steps 1 and 2 of the above mentioned tutorial, and met some difficulties completing Step 2 due to mere missing "#include" and "using namespace". I propose the attached patch, in the hope this is the right place to do it.

Regards,
Béatrice.

--
Béatrice Creusillet
SILKAN - www.silkan.com


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits



-- 
Béatrice Creusillet
SILKAN - www.silkan.com

Index: LibASTMatchersTutorial.rst
===================================================================
--- LibASTMatchersTutorial.rst	(revision 176479)
+++ LibASTMatchersTutorial.rst	(working copy)
@@ -261,6 +261,7 @@
 Add the following to ``LoopConvert.cpp``:
 
 ::
+
       #include "clang/ASTMatchers/ASTMatchers.h"
       #include "clang/ASTMatchers/ASTMatchFinder.h"
 
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to