[libcxx-commits] [libcxx] [RFC][libc++] Install modules. (PR #75741)

Ben Boeckel via libcxx-commits libcxx-commits at lists.llvm.org
Sun Dec 31 10:35:44 PST 2023


================
@@ -0,0 +1,26 @@
+{
----------------
mathstuf wrote:

Problems that can occur (not exhaustive):

- paths with `"` in them
- non-unicode
- control characters

Anything else should preserve JSON validity at least. I think these are all uncommon enough to ignore until someone complains and manages to convince a developer that `"<newline><invalid_unicode>` makes sens in an install directory.

https://github.com/llvm/llvm-project/pull/75741


More information about the libcxx-commits mailing list