[PATCH] D123243: [pseudo] Strip directives from a token stream

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 3 13:45:25 PDT 2022


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

would be nice to land it in some of form.



================
Comment at: clang-tools-extra/pseudo/unittests/DirectiveTreeTest.cpp:316
+  std::string Code = R"cpp(
+    a a a
+    #warning AAA
----------------
nit: cover `#include` as well?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123243



More information about the cfe-commits mailing list