[PATCH] D157035: [clang][cli] Accept option spelling as `Twine`
Ben Langmuir via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 3 14:19:01 PDT 2023
benlangmuir added a comment.
This code asserts that the Twine is a single stringref, but it's also relying on the fact it's null-terminated; can we check for that as well, or at least document it?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157035/new/
https://reviews.llvm.org/D157035
More information about the cfe-commits
mailing list