[all-commits] [llvm/llvm-project] d0fcbb: [clang-tidy] Fix invalid fix-it for cppcoreguideli...
Nathan James via All-commits
all-commits at lists.llvm.org
Thu Apr 7 11:14:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d0fcbb37838a653c1c3f8d6ac83e64714c407b19
https://github.com/llvm/llvm-project/commit/d0fcbb37838a653c1c3f8d6ac83e64714c407b19
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2022-04-07 (Thu, 07 Apr 2022)
Changed paths:
M clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-prefer-member-initializer.cpp
Log Message:
-----------
[clang-tidy] Fix invalid fix-it for cppcoreguidelines-prefer-member-initializer
Fixes https://github.com/llvm/llvm-project/issues/53515.
Reviewed By: LegalizeAdulthood
Differential Revision: https://reviews.llvm.org/D118927
More information about the All-commits
mailing list