This is an archive of the discontinued LLVM Phabricator instance.

Fixing small errors in libAST Matcher Tutorial.
ClosedPublic

Authored by madsravn on Dec 30 2016, 10:54 AM.

Details

Summary

The tutorial contains a few errors which results in code not being able to compile.

One error was described here: https://llvm.org/bugs/show_bug.cgi?id=25583 .

I found and fixed the error and one additional error.

Diff Detail

Repository
rL LLVM

Event Timeline

madsravn updated this revision to Diff 82735.Dec 30 2016, 10:54 AM
madsravn retitled this revision from to Fixing small errors in libAST Matcher Tutorial. .
madsravn updated this object.
madsravn added a subscriber: cfe-commits.
aaron.ballman accepted this revision.Dec 30 2016, 12:17 PM
aaron.ballman edited edge metadata.

LGTM, thank you for the documentation fix!

This revision is now accepted and ready to land.Dec 30 2016, 12:17 PM
This revision was automatically updated to reflect the committed changes.