MMark de Wever[libc++] Qualifies intmax_t and uintmax_t.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc++] Qualifies intmax_t and uintmax_t. This has been done using the following command find libcxx/test -type f -exec perl -pi -e 's|^([^/]+?)((?<!::)(?<!::u)u?intmax_t)|\1std::\2|' \{} \; The std module doesn't export declarations in the global namespaace. This is a preparation for that module. Reviewed By: #libc, ldionne Differential Revision: https://reviews.llvm.org/D146821 | 3 年前 |