File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
src/com/github/johnthagen/cppcheck Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ Deployment.
6161- Fixed scanning of files with whitespaces in name. (Contribution by @firewave )
6262- Only scan files which actually exist. (Contribution by @firewave )
6363- Use unique file names for temporary files used for analysis. (Contribution by @firewave )
64+ - Properly handle ` debug ` messages generated by ` --debug-warnings ` . (Contribution by @firewave )
6465
6566### 1.5.1 - 2020-11-12
6667
Original file line number Diff line number Diff line change 6565 - Fixed scanning of files with whitespaces in name. (Contribution by @firewave)
6666 - Only scan files which actually exist. (Contribution by @firewave)
6767 - Use unique file names for temporary files used for analysis. (Contribution by @firewave)
68+ - Properly handle "debug" messages generated by --debug-warnings. (Contribution by @firewave
6869 ]]>
6970 </change-notes >
7071
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ private static ProblemHighlightType severityToHighlightType(@NotNull final Strin
4545 case "style" :
4646 case "performance" :
4747 case "portability" :
48+ case "debug" :
4849 return ProblemHighlightType .WEAK_WARNING ;
4950 case "information" :
5051 return ProblemHighlightType .INFORMATION ;
You can’t perform that action at this time.
0 commit comments