[PATCH] D159064: [Modules] Make clang modules for the C standard library headers

Ben Langmuir via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 8 10:12:58 PDT 2023


benlangmuir added inline comments.


================
Comment at: clang/test/Modules/Inputs/System/usr/include/stdint.h:2
 typedef int my_awesome_nonstandard_integer_type;
+
+/* C99 7.18.1.1 Exact-width integer types.
----------------
Why do we need all this code now (I assume this is copied from the real header)?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159064/new/

https://reviews.llvm.org/D159064



More information about the cfe-commits mailing list