[PATCH] D32081: Add support for editor placeholders to Clang's lexer

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 14 14:00:32 PDT 2017


arphaman added a comment.

It's more about handling all of the cases, e.g. the completion results for declaration patterns with placeholders, as those can't be caught with a check at an expression/typename level.

I guess then I can catch all of the most common cases now and we can improve the suppression for the remaining cases later on.


Repository:
  rL LLVM

https://reviews.llvm.org/D32081





More information about the cfe-commits mailing list