[PATCH] D119162: [Pseudo] Token/TokenStream, PP directive parser.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 7 10:17:27 PST 2022


sammccall added a comment.

This needs some more detailed unittests than the smoke lex.test added so far.

But I wanted to get a bit of feedback first on whether the general scope/layout is reasonable.
It'd be very possible to split off the PP support out of this patch, I just wasn't sure if what remained was 'interesting' enough.

(LMK if having the tests earlier would help you understand/evaluate what's there)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119162



More information about the cfe-commits mailing list