[all-commits] [llvm/llvm-project] 327e2b: [clang][NFC] Make all C++ DR tests run in full ran...
Vlad Serebrennikov via All-commits
all-commits at lists.llvm.org
Sun Jan 5 04:14:05 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 327e2b7c7659e2fff2e644850b767ca77234bef4
https://github.com/llvm/llvm-project/commit/327e2b7c7659e2fff2e644850b767ca77234bef4
Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
Date: 2025-01-05 (Sun, 05 Jan 2025)
Changed paths:
M clang/test/CXX/drs/cwg0xx.cpp
M clang/test/CXX/drs/cwg10xx.cpp
M clang/test/CXX/drs/cwg118.cpp
M clang/test/CXX/drs/cwg11xx.cpp
M clang/test/CXX/drs/cwg12xx.cpp
M clang/test/CXX/drs/cwg158.cpp
M clang/test/CXX/drs/cwg1748.cpp
M clang/test/CXX/drs/cwg177x.cpp
M clang/test/CXX/drs/cwg1xx.cpp
M clang/test/CXX/drs/cwg2771.cpp
M clang/test/CXX/drs/cwg2xx.cpp
M clang/test/CXX/drs/cwg3xx.cpp
A clang/test/CXX/drs/cwg593.cpp
M clang/test/CXX/drs/cwg6xx.cpp
M clang/test/CXX/drs/cwg7xx.cpp
M clang/test/CXX/drs/cwg9xx.cpp
R clang/test/CXX/drs/cwgr593.cpp
Log Message:
-----------
[clang][NFC] Make all C++ DR tests run in full range of language modes (#121688)
This patch plugs holes in RUN lines in C++ DR tests, making sure they
are run in C++98 through C++26, with the exception of C++03, which in
Clang is synonymous to C++98.
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