[PATCH] D39481: [CodeGen] fix const-ness of builtin equivalents of <math.h> and <complex.h> functions that might set errno

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 2 13:18:43 PDT 2017


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

LGTM.

(For reference, lgamma is weird because of the POSIX signgam.)


https://reviews.llvm.org/D39481





More information about the cfe-commits mailing list