We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33822ca commit 83407efCopy full SHA for 83407ef
1 file changed
test/testother.cpp
@@ -4511,7 +4511,7 @@ class TestOther : public TestFixture {
4511
"}\n");
4512
ASSERT_EQUALS("[test.cpp:4:8]: (style) Variable 'tok1' can be declared as pointer to const [constVariablePointer]\n",
4513
errout_str());
4514
-
+
4515
check("struct S { S* next; };\n" // #14119
4516
"void f(S* s) {\n"
4517
" for (S* p = s->next; p != nullptr; p = p->next) {}\n"
0 commit comments