This is an archive of the discontinued LLVM Phabricator instance.

[index] Expose FriendDecl
ClosedPublic

Authored by ogoffart on Nov 3 2016, 10:35 AM.

Details

Summary

I need to be able to visit friend declarations (the function) for the clang based qdoc (documentation parser).

This also fix KDevelop not highlighting friend declarations. (Espetialy ennoying when declaring an operator with a body)

Diff Detail

Repository
rL LLVM

Event Timeline

ogoffart updated this revision to Diff 76873.Nov 3 2016, 10:35 AM
ogoffart retitled this revision from to [index] Expose FriendDecl.
ogoffart updated this object.
ogoffart edited reviewers, added: klimek; removed: alexey.klimov.dev.Nov 3 2016, 11:25 AM
kfunk added a reviewer: Restricted Project.Nov 3 2016, 12:30 PM
kfunk added a subscriber: kfunk.
rsmith accepted this revision.Nov 3 2016, 2:35 PM
rsmith added a reviewer: rsmith.
rsmith added a subscriber: rsmith.

LGTM

This revision is now accepted and ready to land.Nov 3 2016, 2:35 PM
This revision was automatically updated to reflect the committed changes.