kadircet accepted this revision. kadircet added a comment. This revision is now accepted and ready to land.
LGTM, as previous version only saves a single character, i.e. pressing a single tab after qualifier vs hitting `:` twice, while it is annoying for the non-qualified case, now you need to delete the rest. let me know if I should land this for you. ================ Comment at: clang/lib/Sema/SemaCodeComplete.cpp:1693 Builder.AddChunk(CodeCompletionString::CK_HorizontalSpace); - Builder.AddPlaceholderChunk("qualifier"); - Builder.AddTextChunk("::"); - Builder.AddPlaceholderChunk("name"); + Builder.AddPlaceholderChunk("identifier"); Results.AddResult(Result(Builder.TakeString())); ---------------- nit: let's use `name` instead of `identifier` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D82373/new/ https://reviews.llvm.org/D82373 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits