sammccall accepted this revision. sammccall added inline comments. This revision is now accepted and ready to land.
================ Comment at: clang-tools-extra/include-cleaner/lib/WalkAST.cpp:135 + } + // For refs to member-like decls, report an implicit ref to the container. + if (auto *Qual = DRE->getQualifier()) { ---------------- try to write a test case that relies on this :-) ================ Comment at: clang-tools-extra/include-cleaner/unittests/WalkASTTest.cpp:320 + "auto x = ^bar;"); } ---------------- test using enum Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D158515/new/ https://reviews.llvm.org/D158515 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits