We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72a38a commit 4c64b09Copy full SHA for 4c64b09
1 file changed
cppcheck.cbp
@@ -73,6 +73,8 @@
73
<Unit filename="src/filelister.cpp" />
74
<Unit filename="src/filelister.h" />
75
<Unit filename="src/main.cpp" />
76
+ <Unit filename="src/mathlib.cpp" />
77
+ <Unit filename="src/mathlib.h" />
78
<Unit filename="src/preprocessor.cpp" />
79
<Unit filename="src/preprocessor.h" />
80
<Unit filename="src/settings.cpp" />
@@ -93,6 +95,7 @@
93
95
<Unit filename="test/testfilelister.cpp" />
94
96
<Unit filename="test/testfunctionusage.cpp" />
97
<Unit filename="test/testincompletestatement.cpp" />
98
+ <Unit filename="test/testmathlib.cpp" />
99
<Unit filename="test/testmemleak.cpp" />
100
<Unit filename="test/testmemleakmp.cpp" />
101
<Unit filename="test/testother.cpp" />
0 commit comments