JonChesterfield added inline comments.
================
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:2307
+ // Only alphanumeric and underscore is allowed in -cuid option.
+ if (auto *A = Args.getLastArg(OPT_cuid_EQ)) {
+ const char *V = A->getValue();
----------------
Why this limitation? In particular I can imagine people using an id based on a
filesystem location, which introduces /\:. and possibly other characters.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95007/new/
https://reviews.llvm.org/D95007
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits