[PATCH] D113804: [clang-tidy] Fix behavior of `modernize-use-using` with nested structs/unions

Fabian Wolff via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 12 13:38:14 PST 2021


fwolff created this revision.
fwolff added reviewers: alexfh, whisperity.
fwolff added a project: clang-tools-extra.
Herald added subscribers: carlosgalvezp, rnkovacs, xazax.hun.
fwolff requested review of this revision.
Herald added a subscriber: cfe-commits.

Fixes PR#50990.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113804

Files:
  clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp
  clang-tools-extra/clang-tidy/modernize/UseUsingCheck.h
  clang-tools-extra/test/clang-tidy/checkers/modernize-use-using.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113804.386939.patch
Type: text/x-patch
Size: 4707 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211112/160a3bb6/attachment.bin>


More information about the cfe-commits mailing list