This is an archive of the discontinued LLVM Phabricator instance.

[Clang] Fix Clang-tidy misc-use-override warnings, other minor fixes
ClosedPublic

Authored by Eugene.Zelenko on Sep 9 2015, 4:27 PM.

Details

Summary

I checked this patch on my own build on RHEL 6. Regressions were OK.

Please check it in if it's OK, because I don't have SVN write access.

Diff Detail

Repository
rL LLVM

Event Timeline

Eugene.Zelenko retitled this revision from to [Clang] Fix Clang-tidy misc-use-override warnings, other minor fixes.
Eugene.Zelenko updated this object.
Eugene.Zelenko added a reviewer: hans.
Eugene.Zelenko set the repository for this revision to rL LLVM.
hans accepted this revision.Sep 9 2015, 5:25 PM
hans edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 9 2015, 5:25 PM
This revision was automatically updated to reflect the committed changes.
hans added a comment.Sep 9 2015, 6:00 PM
In D12741#242907, @hans wrote:

Sorry, it was probably the LLVM side that broke things. I've reverted that too, in r247226.

Someone suggested it's gcc 4.7 that's unhappy about something. I can try to take a look tomorrow.

I'm sorry for making trouble.

I don't have access to GCC 4.7. 4.8 build looks OK (not completed yet, but LLVM part didn't cause problems).

hans added a comment.Sep 10 2015, 10:10 AM

Re-committed in r247302.