[clang] [Clang] Implement resolution for CWG1835 (PR #92957)

Matheus Izvekov via cfe-commits cfe-commits at lists.llvm.org
Tue May 21 20:57:54 PDT 2024


================
@@ -720,7 +720,7 @@ Parser::DeclGroupPtrTy Parser::ParseUsingDeclaration(
       return nullptr;
     }
     CXXScopeSpec SS;
-    if (ParseOptionalCXXScopeSpecifier(SS, /*ParsedType=*/nullptr,
+    if (ParseOptionalCXXScopeSpecifier(SS, /*ObjectType=*/nullptr,
----------------
mizvekov wrote:

Land this cleanup separately as well.

https://github.com/llvm/llvm-project/pull/92957


More information about the cfe-commits mailing list