[PATCH] D108308: [WIP] Cleanup identifier parsing.

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 25 12:27:14 PDT 2021


aaron.ballman added inline comments.


================
Comment at: clang/include/clang/Lex/Lexer.h:701
 
   // Helper functions to lex the remainder of a token of the specific type.
+  bool LexIdentifierContinue(Token &Result, const char *CurPtr);
----------------
Something like this then?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108308/new/

https://reviews.llvm.org/D108308



More information about the cfe-commits mailing list