================ @@ -0,0 +1,6 @@ +// RUN: %clang_cc1 %s -triple x86_64-linux-gnu -emit-llvm -o - | FileCheck %s ---------------- AaronBallman wrote:
Because you're changing the constant expression evaluator, I think it would be good to have a Sema test for these changes (this should be rejected at constant evaluation time due to UB, right?). The codegen test is also fine, but it would be better to test what the codegen output is so we can verify it's reasonable. https://github.com/llvm/llvm-project/pull/180563 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
