[all-commits] [llvm/llvm-project] a58dd0: [clang] Make sure all C++ DR tests are running wit...
Vlad Serebrennikov via All-commits
all-commits at lists.llvm.org
Mon Jun 3 05:39:42 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a58dd0e948040b75266b2ee02292a16ed7b2afd5
https://github.com/llvm/llvm-project/commit/a58dd0e948040b75266b2ee02292a16ed7b2afd5
Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
Date: 2024-06-03 (Mon, 03 Jun 2024)
Changed paths:
M clang/test/CXX/drs/cwg24xx.cpp
M clang/test/CXX/drs/cwg2630.cpp
M clang/test/CXX/drs/cwg26xx.cpp
M clang/test/CXX/drs/cwg27xx.cpp
Log Message:
-----------
[clang] Make sure all C++ DR tests are running with `-pedantic-errors` (#94203)
In #94167 I found out that `cwg28xx.cpp` has been running without
`-pedantic-errors` and fixed that. This patch fixes that for the rest of
the test suite. Only one test was affected with a trivial fix (warning
was escalated to an error).
I'm intentionally leaving out test for CWG2390, because it requires
major surgery. It's addressed in #94206.
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