================ @@ -465,6 +473,7 @@ bool Parser::ParseOptionalCXXScopeSpecifier( if (Actions.ActOnCXXNestedNameSpecifier( getCurScope(), IdInfo, EnteringContext, SS, CorrectionFlagPtr, OnlyNamespace)) { + FailedNesatedNameBuilding = true; ---------------- erichkeane wrote:
I think we ONLY are going to want to suggest things of the pattern `NS::TypeName`. So ensuring we have hte 'full name' isn't really necessary. I think we can just store the namespace and identifier. https://github.com/llvm/llvm-project/pull/146227 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits