Skip to content

Commit b757afd

Browse files
authored
Update regression tests for apple-clang-14 (23W33) (#600)
1 parent 1e6d740 commit b757afd

File tree

45 files changed

+37
-38
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+37
-38
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.4.0
2+
Target: arm64-apple-darwin22.5.0
33
Thread model: posix
44
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

regression-tests/test-results/apple-clang-14/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/mixed-bugfix-for-literal-as-nttp.cpp.execution

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/mixed-bugfix-for-literal-as-nttp.cpp.output

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
hello
2+
2022
3+
hello-ish
4+
2022-ish
Original file line numberDiff line numberDiff line change
@@ -1,7 +0,0 @@
1-
mixed-captures-in-expressions-and-postconditions.cpp2:12:18: error: no member named 'for_each' in namespace 'std::ranges'
2-
std::ranges::for_each(vec, callback);
3-
~~~~~~~~~~~~~^
4-
mixed-captures-in-expressions-and-postconditions.cpp2:14:18: error: no member named 'for_each' in namespace 'std::ranges'
5-
std::ranges::for_each(std::move(vec), std::move(callback));
6-
~~~~~~~~~~~~~^
7-
2 errors generated.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
hello
2+
2022
3+
hello-ish
4+
2022-ish
Original file line numberDiff line numberDiff line change
@@ -1,7 +0,0 @@
1-
mixed-function-expression-and-std-ranges-for-each-with-capture.cpp2:14:18: error: no member named 'for_each' in namespace 'std::ranges'
2-
std::ranges::for_each
3-
~~~~~~~~~~~~~^
4-
mixed-function-expression-and-std-ranges-for-each-with-capture.cpp2:18:18: error: no member named 'for_each' in namespace 'std::ranges'
5-
std::ranges::for_each(view, std::move(callback));
6-
~~~~~~~~~~~~~^
7-
2 errors generated.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
hello
2+
2022
3+
hello-ish
4+
2022-ish

0 commit comments

Comments
 (0)