================ @@ -4,252 +4,220 @@ #if defined(__cplusplus) && (__cplusplus >= 201103L) + +#define TEST_CONSTEXPR(...) static_assert(__VA_ARGS__, #__VA_ARGS__) ---------------- RKSimon wrote:
all the changes in this file look unnecessary - all we need to do is update the builtins files https://github.com/llvm/llvm-project/pull/156260 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
