[clang] [Clang][Sema] access checking of friend declaration should not be delayed (PR #91430)
Qizhi Hu via cfe-commits
cfe-commits at lists.llvm.org
Wed May 8 06:26:40 PDT 2024
================
@@ -229,6 +229,8 @@ void Scope::dumpImpl(raw_ostream &OS) const {
{ClassInheritanceScope, "ClassInheritanceScope"},
{CatchScope, "CatchScope"},
{OpenACCComputeConstructScope, "OpenACCComputeConstructScope"},
+ {TypeAliasScope, "TypeAliasScope"},
----------------
jcsxky wrote:
Removed. This will be done in a follow-up.
https://github.com/llvm/llvm-project/pull/91430
More information about the cfe-commits
mailing list