[libcxx-commits] [clang] [libcxx] Reapply "[Clang] Implement resolution for CWG1835 (#92957, #98547)" (PR #100425)

Matheus Izvekov via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jul 27 18:40:24 PDT 2024


================
@@ -767,6 +757,7 @@ bool Sema::BuildCXXNestedNameSpecifier(Scope *S, NestedNameSpecInfo &IdInfo,
   else
     Diag(IdInfo.IdentifierLoc, diag::err_undeclared_var_use)
         << IdInfo.Identifier;
+#endif
----------------
mizvekov wrote:

You should probably remove these before merging :)

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


More information about the libcxx-commits mailing list