[PATCH] D44932: [CodeComplete] Fix completion in the middle of ident in ctor lists.
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 23 04:26:10 PDT 2018
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM, modulo a tiny commenting nit.
================
Comment at: lib/Lex/Lexer.cpp:1667
+ // Note that code completion token is not added as a separate character
+ // when completion point is at the end of the buffer. Therefore, we need
+ // to check if the buffer has ended.
----------------
when completion -> when the completion
Repository:
rC Clang
https://reviews.llvm.org/D44932
More information about the cfe-commits
mailing list