[all-commits] [llvm/llvm-project] b9d84b: [clang][NFC] Fix DR test ordering
Vlad Serebrennikov via All-commits
all-commits at lists.llvm.org
Sat Apr 15 08:25:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b9d84b57f680cb294da906a6eeca2d0598c11568
https://github.com/llvm/llvm-project/commit/b9d84b57f680cb294da906a6eeca2d0598c11568
Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
Date: 2023-04-15 (Sat, 15 Apr 2023)
Changed paths:
M clang/test/CXX/drs/dr10xx.cpp
M clang/test/CXX/drs/dr13xx.cpp
M clang/test/CXX/drs/dr14xx.cpp
M clang/test/CXX/drs/dr16xx.cpp
M clang/test/CXX/drs/dr17xx.cpp
M clang/test/CXX/drs/dr20xx.cpp
M clang/test/CXX/drs/dr22xx.cpp
M clang/test/CXX/drs/dr23xx.cpp
M clang/test/CXX/drs/dr26xx.cpp
M clang/test/CXX/drs/dr9xx.cpp
Log Message:
-----------
[clang][NFC] Fix DR test ordering
Some C++ DR tests are disrupting the usual ascending order, introducing confusion, and making people put new tests in the wrong place (myself included). This change affects 15 tests out of roughly 700.
More information about the All-commits
mailing list