rnk accepted this revision. rnk added a comment. This revision is now accepted and ready to land.
Nice, the solution was right in front of us the whole time. :) lgtm, but please share the TokenCollector class. ================ Comment at: clang/lib/Lex/Pragma.cpp:169 struct TokenCollector { Preprocessor &Self; ---------------- Let's pull this class out to file scope (and put it in an anonymous namespace) so we can reuse it instead of copying it. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D68114/new/ https://reviews.llvm.org/D68114 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits