This is an archive of the discontinued LLVM Phabricator instance.

[include-cleaner] Treat references to nested types implicit
ClosedPublic

Authored by kadircet on May 5 2023, 3:40 AM.

Diff Detail

Event Timeline

kadircet created this revision.May 5 2023, 3:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2023, 3:40 AM
kadircet requested review of this revision.May 5 2023, 3:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2023, 3:40 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
hokein accepted this revision.May 23 2023, 6:29 AM
hokein added a subscriber: hokein.

thanks, this solution makes sense!

clang-tools-extra/include-cleaner/unittests/WalkASTTest.cpp
361

Maybe add a test for two-level nested specifier (Derived2::Derived1::a x)?

This revision is now accepted and ready to land.May 23 2023, 6:29 AM
This revision was automatically updated to reflect the committed changes.
kadircet marked an inline comment as done.