cppcheck/rules/empty-catch-block.xml

10 lines
236 B
XML
Raw Permalink Normal View History

2016-08-23 23:40:54 +02:00
<?xml version="1.0"?>
<rule>
2019-09-26 19:58:39 +02:00
<tokenlist>normal</tokenlist>
<pattern><![CDATA[\}\s*catch\s*\(.*\)\s*\{\s*\}]]></pattern>
<message>
<severity>style</severity>
<summary>Empty catch block found.</summary>
</message>
2016-08-23 23:40:54 +02:00
</rule>