Skip to content

Commit

Permalink
Merge pull request #2270 from guwirth/llvmorg-14
Browse files Browse the repository at this point in the history
update rules from LLVM tools
  • Loading branch information
guwirth authored Nov 2, 2021
2 parents fed5f63 + 20724a5 commit e8ff85c
Show file tree
Hide file tree
Showing 6 changed files with 2,416 additions and 649 deletions.
15 changes: 15 additions & 0 deletions cxx-sensors/src/main/resources/clangsa.xml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,21 @@ Rules list was generated based on clang version 11.0.1 -->
<description>
<![CDATA[
<p>Check pure virtual function calls during construction/destruction
</p>
<h2>References</h2> <p><a href="https://clang-analyzer.llvm.org/" target="_blank">clang-analyzer.llvm.org</a></p>
]]> </description>
<severity>MAJOR</severity>
<type>BUG</type>
<remediationFunction>LINEAR</remediationFunction>
<remediationFunctionGapMultiplier>5min</remediationFunctionGapMultiplier>
<tag>cplusplus</tag>
</rule>
<rule>
<key>cplusplus.StringChecker</key>
<name>cplusplus.StringChecker</name>
<description>
<![CDATA[
<p>Checks C++ std::string bugs
</p>
<h2>References</h2> <p><a href="https://clang-analyzer.llvm.org/" target="_blank">clang-analyzer.llvm.org</a></p>
]]> </description>
Expand Down
Loading

0 comments on commit e8ff85c

Please sign in to comment.