mgorny added inline comments. ================ Comment at: include/stdint.h:25 @@ +24,3 @@ + INT8_MAX + INT16_MAX + INT32_MAX ---------------- Are you referring to the way __STDC_LIMIT_MACROS etc. is handled there? Or something more? https://reviews.llvm.org/D24903