We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d4b31 commit 003409fCopy full SHA for 003409f
1 file changed
test/testvalueflow.cpp
@@ -1407,14 +1407,14 @@ class TestValueFlow : public TestFixture {
1407
values = tokenValues(code, "( p");
1408
ASSERT_EQUALS(1U, values.size());
1409
ASSERT_EQUALS(settings.platform.sizeof_pointer, values.back().intvalue);
1410
-
+
1411
code = "char*& pr = p;\n"
1412
"sizeof(pr);";
1413
values = tokenValues(code, "( pr");
1414
1415
1416
1417
- code = "struct { char& r; char* p; } s{ x, y};\n"
+ code = "struct { char& r; char* p; } s{ x, y };\n"
1418
"sizeof(s);\n";
1419
values = tokenValues(code, "( s");
1420
0 commit comments