[PATCH] D50443: [clang] Store code completion token range in preprocessor.

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 10 07:15:00 PDT 2018


ilya-biryukov accepted this revision.
ilya-biryukov added a comment.
This revision is now accepted and ready to land.

LGTM, but let's land together with a dependent revision to hove some code that actually tests it.



================
Comment at: include/clang/Lex/Preprocessor.h:313
 
+  /// Range for the code completion taken.
+  SourceRange CodeCompletionTokenRange;
----------------
NIT: s/taken/token


Repository:
  rC Clang

https://reviews.llvm.org/D50443





More information about the cfe-commits mailing list