aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM aside from a minor naming nit. I think finding a way to unify with 
`SkipUntil` would be good follow-up work, though.



================
Comment at: clang/lib/Lex/Preprocessor.cpp:1000
+  while (1) {
+    Token tok;
+    Lex(tok);
----------------
Minor naming convention nit.


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

https://reviews.llvm.org/D158413

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to