================
@@ -4,252 +4,220 @@
 
 #if defined(__cplusplus) && (__cplusplus >= 201103L)
 
+
+#define TEST_CONSTEXPR(...) static_assert(__VA_ARGS__, #__VA_ARGS__)
----------------
bursow wrote:

Hi, I'm a bit confused. The tests pass because the C++11 compatibility issue in 
builtin_test_helpers.h was resolved. If I revert those changes, the tests fail 
again. Is there another way I should be approaching this?

https://github.com/llvm/llvm-project/pull/156260
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to