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.
Differential D30002
[clang-tidy] Fix handling of methods with try-statement as a body in modernize-use-override idlecode on Feb 15 2017, 11:20 AM. Authored by
Details
Fix generated by modernize-use-override caused syntax error when method This fixes PR27119.
Diff Detail
|