Apply modernize-use-override.

This commit is contained in:
Alexander Arlt
2020-04-02 18:00:44 -05:00
parent 4816484964
commit cae6e7769f
19 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -672,7 +672,7 @@ BOOST_AUTO_TEST_CASE(inline_asm_end_location)
{
public:
bool visited = false;
virtual bool visit(InlineAssembly const& _inlineAsm)
bool visit(InlineAssembly const& _inlineAsm) override
{
auto loc = _inlineAsm.location();
auto asmStr = loc.source->source().substr(loc.start, loc.end - loc.start);