We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a9d03 commit 526887fCopy full SHA for 526887f
clang/test/AST/ast-print-expansion-stmts.cpp
@@ -20,7 +20,7 @@ template <typename T>
20
void test(T t) {
21
// Enumerating expansion statement.
22
//
23
- // CHECK: template for (auto x : { 1, 2, 3 }) {
+ // CHECK: template for (auto x : {1, 2, 3}) {
24
// CHECK-NEXT: foo(x);
25
// CHECK-NEXT: }
26
template for (auto x : {1, 2, 3}) {
@@ -64,7 +64,7 @@ template <typename T>
64
void test2(T t) {
65
66
67
- // CHECK: template for (int x : { 1, 2, 3 }) {
+ // CHECK: template for (int x : {1, 2, 3}) {
68
69
70
template for (int x : {1, 2, 3}) {
0 commit comments