[PATCH] D154503: [Sema] Fix handling of functions that hide classes
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 7 23:26:44 PDT 2023
shafik added inline comments.
================
Comment at: clang/lib/Sema/SemaLookup.cpp:507
+ // C++ [basic.scope.hiding]p2:
+ // A class name or enumeration name can be hidden by the name of
----------------
This section does not exist anymore, it was replaced in [p1787](https://wg21.link/p1787) which resolved a very large number of DRs and reflector discussions. I have not fully digested the paper myself but this change should reflect the new wording as it exists in the current draft.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154503/new/
https://reviews.llvm.org/D154503
More information about the cfe-commits
mailing list