This is an archive of the discontinued LLVM Phabricator instance.

Fix unqualified type in AST_TYPE_MATCHER
AcceptedPublic

Authored by terrelln on Feb 28 2016, 9:17 PM.

Details

Reviewers
klimek
Summary

The AST matcher macro AST_TYPE_MATCHER used ::clang::Type unqualified.

Diff Detail

Event Timeline

terrelln updated this revision to Diff 49339.Feb 28 2016, 9:17 PM
terrelln retitled this revision from to Fix unqualified type in AST_TYPE_MATCHER.
terrelln updated this object.
klimek accepted this revision.Mar 1 2016, 1:04 AM
klimek edited edge metadata.

LG

This revision is now accepted and ready to land.Mar 1 2016, 1:04 AM

Looks like patch was not committed.