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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to