We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8927e7 commit 40e37f1Copy full SHA for 40e37f1
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/checksecurity.cpp" />
48
+ <Unit filename="src/checksecurity.h" />
49
<Unit filename="src/checkstl.cpp" />
50
<Unit filename="src/checkstl.h" />
51
<Unit filename="src/cppcheck.cpp" />
@@ -81,6 +83,7 @@
81
83
<Unit filename="test/testpreprocessor.cpp" />
82
84
<Unit filename="test/testredundantif.cpp" />
85
<Unit filename="test/testrunner.cpp" />
86
+ <Unit filename="test/testsecurity.cpp" />
87
<Unit filename="test/testsimplifytokens.cpp" />
88
<Unit filename="test/teststl.cpp" />
89
<Unit filename="test/testsuite.cpp" />
0 commit comments