[PATCH] D153914: [clang-cl] Enable concatenation of predefined identifiers
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 13 07:25:22 PDT 2023
aaron.ballman added reviewers: cor3ntin, tahonermann.
aaron.ballman added a comment.
Adding some other reviewers for more opinions while I ponder the changes. Sema seems like the wrong place to perform such concatenations, but given that adjacent string literals are concatenated during phase 6, I'm not certain it's actually observable.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153914/new/
https://reviews.llvm.org/D153914
More information about the cfe-commits
mailing list