[PATCH] D125049: [pseudo] Only expand UCNs for raw_identifiers
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 5 22:30:06 PDT 2022
hokein accepted this revision.
hokein added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang-tools-extra/pseudo/test/crash/backslashes.c:2
+// We used to try to interpret these backslashes as UCNs.
+// RUN: clang-pseudo -source=%s
+\
----------------
nit: I'd add `--print-tokens` to make the purpose of this test clearer.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125049/new/
https://reviews.llvm.org/D125049
More information about the cfe-commits
mailing list