This is an archive of the discontinued LLVM Phabricator instance.

Fixed some buggy edge-cases in UseOverrideCheck.cpp
Needs ReviewPublic

Authored by baxtersa on Nov 20 2015, 12:24 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Fix modernize-use-override bug when overriding const function ending with '...const= 0' by inserting additional space in replacement text
Added case to catch virtual throwing functions with no function body in header

Diff Detail

Event Timeline

baxtersa updated this revision to Diff 40812.Nov 20 2015, 12:24 PM
baxtersa retitled this revision from to Fixed some buggy edge-cases in UseOverrideCheck.cpp.
baxtersa updated this object.

I don't know who to add as reviewers here, so if someone in the know could do that that would be great!