This is an archive of the discontinued LLVM Phabricator instance.

[Clang-tidy] Fix Clang-tidy modernize-use-override warning in unittests/clang-tidy/IncludeInserterTest.cpp; other minor fixes
ClosedPublic

Authored by Eugene.Zelenko on Jan 25 2016, 6:20 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

Eugene.Zelenko retitled this revision from to [Clang-tidy] Fix Clang-tidy modernize-use-override warning in unittests/clang-tidy/IncludeInserterTest.cpp; other minor fixes.
Eugene.Zelenko updated this object.
Eugene.Zelenko set the repository for this revision to rL LLVM.
Eugene.Zelenko added a subscriber: cfe-commits.
aaron.ballman accepted this revision.Jan 26 2016, 5:57 AM
aaron.ballman edited edge metadata.

LGTM!

This revision is now accepted and ready to land.Jan 26 2016, 5:57 AM
alexfh added inline comments.Jan 26 2016, 8:29 AM
unittests/clang-tidy/IncludeInserterTest.cpp
101 ↗(On Diff #45938)

I'd better remove it completely.

unittests/clang-tidy/IncludeInserterTest.cpp
101 ↗(On Diff #45938)

Will do this in commit.

This revision was automatically updated to reflect the committed changes.