Skip to content

Commit 6224e2f

Browse files
authored
Update regression tests for apple-clang-14 (23W48) (#867)
1 parent b74a5a2 commit 6224e2f

11 files changed

+8
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
2-
Target: arm64-apple-darwin22.6.0
2+
Target: arm64-apple-darwin23.1.0
33
Thread model: posix
44
InstalledDir: /Library/Developer/CommandLineTools-14/usr/bin
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
true
22
false
33
"test.exe"
4+
true
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
xyzzy and plugh
2+
xyzzyplugh
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
pure2-bugfix-for-name-lookup-and-value-decoration.cpp2:8:18: warning: expression result unused [-Wunused-value]
2-
std::move(v).i;
3-
~~~~~~~~~~~~ ^
4-
1 warning generated.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
0123456789
2+
9
3+
0123456789
4+
9

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-arguments.cpp.output

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-name-lookup.cpp.execution

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-name-lookup.cpp.output

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-noexcept.cpp.output

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-sfinae.cpp.output

Whitespace-only changes.

0 commit comments

Comments
 (0)