[PATCH] D35190: __builtin_constant_p should consider the parameter of a constexpr function as constant

Olivier Goffart via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 13 00:16:54 PDT 2017


ogoffart added a comment.

Thanks for the link to the bug report.
This patch mostly address the evaluation within a constexpr, which is orthogonal to the changes in the backend suggered in that bug report.


https://reviews.llvm.org/D35190





More information about the cfe-commits mailing list