[libcxx-commits] [PATCH] D132593: [libc++][NFC] Use `#error message` instead of `#error "message"`
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 24 14:47:30 PDT 2022
philnik added a comment.
Are you sure we want to do this? This breaks if you have any `'`s in your message. Couldn't clang just remove the `"` when the only thing in the error message is a string?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132593/new/
https://reviews.llvm.org/D132593
More information about the libcxx-commits
mailing list