[all-commits] [llvm/llvm-project] 5d74c0: Fixup test added in #155573 to work when the compi...
dyung via All-commits
all-commits at lists.llvm.org
Sat Aug 30 12:12:54 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d74c045eddc1ba00846ce6ef7df3584d439b007
https://github.com/llvm/llvm-project/commit/5d74c045eddc1ba00846ce6ef7df3584d439b007
Author: dyung <douglas.yung at sony.com>
Date: 2025-08-30 (Sat, 30 Aug 2025)
Changed paths:
M clang/test/AST/ByteCode/vectors.cpp
Log Message:
-----------
Fixup test added in #155573 to work when the compiler defaults to C++20. (#156166)
The test added in #155573 assumes the compiler defaults to the current
default of C++17. If the compiler is changed to default to C++20, the
test fails because the expected warnings about a construct being a C++20
extension are no longer emitted. This change fixes up the test to work
in either C++17 or C++20 mode by disabling the warning and removing the
check for it as this is not what is being tested here.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list