[PATCH] D29778: Declare lgamma library builtins as never being const
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 15 11:38:33 PST 2017
efriedma added inline comments.
================
Comment at: include/clang/Basic/Builtins.def:1091
+LIBBUILTIN(lgammaf, "ff", "fn", "math.h", ALL_LANGUAGES)
+LIBBUILTIN(lgammal, "LdLd", "fn", "math.h", ALL_LANGUAGES)
----------------
Please add a comment explaining why this doesn't have an "e" marking.
https://reviews.llvm.org/D29778
More information about the cfe-commits
mailing list