You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ Deployment.
62
62
- Only scan files which actually exist. (Contribution by @firewave)
63
63
- Use unique file names for temporary files used for analysis. (Contribution by @firewave)
64
64
- Properly handle `debug` messages generated by `--debug-warnings`. (Contribution by @firewave)
65
+
- Added `.cl`, `.hxx`, `.tpp` and `.txx` to list of supported file extensions - now matches the ones supported by Cppcheck internally. (Contribution by @firewave)
Copy file name to clipboardExpand all lines: resources/META-INF/plugin.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@
66
66
- Only scan files which actually exist. (Contribution by @firewave)
67
67
- Use unique file names for temporary files used for analysis. (Contribution by @firewave)
68
68
- Properly handle "debug" messages generated by --debug-warnings. (Contribution by @firewave
69
+
- Added .cl, .hxx, .tpp and .txx to list of supported file extensions - now matches the ones supported by Cppcheck internally. (Contribution by @firewave
0 commit comments