This is an archive of the discontinued LLVM Phabricator instance.

[libTooling] Small changes in Transformer API.
ClosedPublic

Authored by ymandel on Nov 6 2019, 7:58 AM.

Details

Summary
  • Rename transformer::change to transformer::changeTo, make change forward to changeTo and mark it deprecated.
  • Mark transformer::text and transformer::selection deprecated and migrate references to them in tests.

Diff Detail

Event Timeline

ymandel created this revision.Nov 6 2019, 7:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 6 2019, 7:58 AM
This revision is now accepted and ready to land.Nov 6 2019, 8:06 AM
This revision was automatically updated to reflect the committed changes.

Build breakage fixed in commit "6c683aa8d7d [libTooling] Fix breakage from change #84922"