[clang-tidy] fix readability-redundant-member-init auto-fix of Function-try-block
authorAlexander Lanin <alex@lanin.de>
Wed, 19 Feb 2020 22:58:54 +0000 (22:58 +0000)
committerNathan James <n.james93@hotmail.co.uk>
Wed, 19 Feb 2020 23:04:05 +0000 (23:04 +0000)
commit709fd989b644a80527e0f4a22503d54255bc095c
tree483f9e0ad913e9301e3de47a0821bf2bf81e5cd1
parent38419b8afa8daeb0c650143c87037bab907650bf
[clang-tidy] fix readability-redundant-member-init auto-fix of Function-try-block

Summary: This fixes https://bugs.llvm.org/show_bug.cgi?id=39310

Reviewers: malcolm.parsons, ioeric

Reviewed By: malcolm.parsons

Subscribers: xazax.hun

Tags: #clang-format, #clang-tools-extra

Differential Revision: https://reviews.llvm.org/D74800
clang-tools-extra/test/clang-tidy/checkers/modernize-use-default-member-init.cpp
clang/lib/Format/TokenAnnotator.cpp
clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/CleanupTest.cpp