This is an archive of the discontinued LLVM Phabricator instance.

[Clang-rename] Remove custom version, fix extra space in error message
ClosedPublic

Authored by Eugene.Zelenko on Jul 21 2016, 3:29 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

Eugene.Zelenko retitled this revision from to [Clang-rename] Remove custom version, fix extra space in error message.
Eugene.Zelenko updated this object.
Eugene.Zelenko added reviewers: omtcyfz, vmiklos, klimek.
Eugene.Zelenko set the repository for this revision to rL LLVM.
Eugene.Zelenko added a subscriber: cfe-commits.
omtcyfz added inline comments.Jul 22 2016, 1:42 AM
clang-rename/tool/ClangRename.cpp
19 ↗(On Diff #64977)

Do we use anything from DiagnosticIDs.h here?

It's used for DiagnosticIDs.. However, in D22656 Alexander told that DiagnosticIDs.h should be treated as part of Diagnostic.h.

omtcyfz edited edge metadata.Jul 25 2016, 1:33 AM

Just remove it then?

Eugene.Zelenko edited edge metadata.

Don't include DiagnosticIDs.h

omtcyfz accepted this revision.Jul 25 2016, 11:44 AM
omtcyfz edited edge metadata.
This revision is now accepted and ready to land.Jul 25 2016, 11:44 AM
This revision was automatically updated to reflect the committed changes.