This is an archive of the discontinued LLVM Phabricator instance.

[libTooling] Rename overloaded `range` range selector.
ClosedPublic

Authored by ymandel on Jun 25 2020, 12:42 PM.

Details

Summary

Renames the overloaded RangeSelector combinator range to the more
descriptive enclose and encloseNodes. The old overloads are left in place
and marked deprected and will be deleted at a future time.

Diff Detail

Event Timeline

ymandel created this revision.Jun 25 2020, 12:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 25 2020, 12:42 PM
tdl-g accepted this revision.Jun 25 2020, 12:49 PM
This revision is now accepted and ready to land.Jun 25 2020, 12:49 PM
This revision was automatically updated to reflect the committed changes.