[all-commits] [llvm/llvm-project] 95d773: [clang-tidy] Fix behavior of `modernize-use-using`...
FabianWolff via All-commits
all-commits at lists.llvm.org
Thu Apr 21 06:21:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95d77383f2ba8d3136856b52520d3f73f9bc89e7
https://github.com/llvm/llvm-project/commit/95d77383f2ba8d3136856b52520d3f73f9bc89e7
Author: Fabian Wolff <fabian.wolff at alumni.ethz.ch>
Date: 2022-04-21 (Thu, 21 Apr 2022)
Changed paths:
M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.h
M clang-tools-extra/test/clang-tidy/checkers/modernize-use-using.cpp
Log Message:
-----------
[clang-tidy] Fix behavior of `modernize-use-using` with nested structs/unions
Fixes https://github.com/llvm/llvm-project/issues/50334.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D113804
More information about the All-commits
mailing list