forked from OSchip/llvm-project
parent
4378bf098c
commit
a2937bc3cb
|
@ -175,10 +175,11 @@ them.</p>
|
|||
|
||||
<h3>More Checks</h3>
|
||||
|
||||
<p>Static analysis not magic; a static analyzer can only find bugs that it has
|
||||
been specifically engineered to find. If there are specific kinds of bugs you
|
||||
would like the Clang Static Analyzer to find, please feel free to file <a
|
||||
href="filing_bugs.html">feature requests</a> or contribute your own patches.</p>
|
||||
<p>Static analysis is not magic; a static analyzer can only find bugs that it
|
||||
has been specifically engineered to find. If there are specific kinds of bugs
|
||||
you would like the Clang Static Analyzer to find, please feel free to
|
||||
file <a href="filing_bugs.html">feature requests</a> or contribute your own
|
||||
patches.</p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue