[PATCH] D12747: Implement [depr.c.headers]
Marshall Clow via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 8 07:23:14 PDT 2015
On Tue, Oct 6, 2015 at 3:36 PM, Richard Smith <richard at metafoo.co.uk> wrote:
> Split <math.h> out of <cmath>. This is a big change, but the same pattern
> as the prior ones.
>
> In this patch, you replicate the #ifdef XXX, __libcpp_XXX, #undef XXX
dance for all the isXXX functions. Is that because they're not required to
be actual functions in a C library?
Other than that Q, LGTM. Like the extended tests.
-- Marshall
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151008/4dd62842/attachment.html>
More information about the cfe-commits
mailing list