a8b9f59e8cImplement feature test macros using a script.
%!s(int64=6) %!d(string=hai) anos
Marshall Clow
96484477d1Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
%!s(int64=6) %!d(string=hai) anos
Marshall Clow
e3973fd962Implement the infrastructure for feature-test macros. Very few actual feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955