We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd1e84 commit e40c36aCopy full SHA for e40c36a
1 file changed
cppcheck.cbp
@@ -44,6 +44,8 @@
44
<Unit filename="src/checkmemoryleak.h" />
45
<Unit filename="src/checkother.cpp" />
46
<Unit filename="src/checkother.h" />
47
+ <Unit filename="src/checkstl.cpp" />
48
+ <Unit filename="src/checkstl.h" />
49
<Unit filename="src/cppcheck.cpp" />
50
<Unit filename="src/cppcheck.h" />
51
<Unit filename="src/cppcheckexecutor.cpp" />
@@ -78,6 +80,7 @@
78
80
<Unit filename="test/testredundantif.cpp" />
79
81
<Unit filename="test/testrunner.cpp" />
82
<Unit filename="test/testsimplifytokens.cpp" />
83
+ <Unit filename="test/teststl.cpp" />
84
<Unit filename="test/testsuite.cpp" />
85
<Unit filename="test/testsuite.h" />
86
<Unit filename="test/testtoken.cpp" />
0 commit comments