[PATCH] D154503: [Sema] Fix handling of functions that hide classes

John Brawn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 25 04:55:24 PDT 2023


john.brawn added a comment.

The first version of this that I committed caused a failure in  clang/test/Modules/stress1.cpp so I reverted it. I've now committed a new version that handles the removal of existing decl when isPreferredLookupResult is true in a slightly different way, which should fix that failure.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154503/new/

https://reviews.llvm.org/D154503



More information about the cfe-commits mailing list