diff options
author | Alexander Kornienko <alexfh@google.com> | 2017-03-01 10:16:36 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2017-03-01 10:16:36 +0000 |
commit | eedf7ec07f40ab17fb8d77ed15ae27a65473856a (patch) | |
tree | 910fb1cd4bc7ea18188365c8743853fc913ef06b /lldb/packages/Python/lldbsuite/test/expression_command | |
parent | c84ca256d30272cf958d2f94357b58d872b983bf (diff) | |
download | bcm5719-llvm-eedf7ec07f40ab17fb8d77ed15ae27a65473856a.tar.gz bcm5719-llvm-eedf7ec07f40ab17fb8d77ed15ae27a65473856a.zip |
[clang-tidy] Fix handling of methods with try-statement as a body in modernize-use-override
Summary:
Fix generated by modernize-use-override caused syntax error when method
used try-statement as a body. `override` keyword was inserted after last
declaration token which happened to be a `try` keyword.
This fixes PR27119.
Reviewers: ehsan, djasper, alexfh
Reviewed By: alexfh
Subscribers: JDevlieghere, cfe-commits
Tags: #clang-tools-extra
Patch by Paweł Żukowski!
Differential Revision: https://reviews.llvm.org/D30002
llvm-svn: 296598
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command')
0 files changed, 0 insertions, 0 deletions