aboutsummaryrefslogtreecommitdiff
path: root/gcc/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/json.h')
-rw-r--r--gcc/json.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/json.h b/gcc/json.h
index 057119d..6cc58c8 100644
--- a/gcc/json.h
+++ b/gcc/json.h
@@ -30,6 +30,9 @@ along with GCC; see the file COPYING3. If not see
Supports creating a DOM-like tree of json::value *, and then dumping
json::value * to text. */
+/* TODO: `libcpp/mkdeps.cc` wants JSON writing support for p1689r5 output;
+ extract this code and move to libiberty. */
+
namespace json
{