
The ClangSA documentation lives in RST format, and the FAQ section of the old webpage is also migrated from HTML with this change. --------- Co-authored-by: Donát Nagy <donat.nagy@ericsson.com>
28 lines
1.1 KiB
HTML
28 lines
1.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|
"http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title>FAQ and How to Deal with Common False Positives</title>
|
|
<link rel="canonical" href="https://clang.llvm.org/docs/analyzer/user-docs/FAQ.html"/>
|
|
<meta http-equiv="refresh" content="0;url=https://clang.llvm.org/docs/analyzer/user-docs/FAQ.html" />
|
|
<link type="text/css" rel="stylesheet" href="menu.css">
|
|
<link type="text/css" rel="stylesheet" href="content.css">
|
|
<script type="text/javascript" src="scripts/menu.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="page">
|
|
<!--#include virtual="menu.html.incl"-->
|
|
|
|
<div id="content">
|
|
|
|
<h1>FAQ and How to Deal with Common False Positives</h1>
|
|
<p style="color:red; font-size:200%">This page is deprecated and will be removed in release 21.0</p>
|
|
<p>Its content was migrated to <a href="https://clang.llvm.org/docs/analyzer/user-docs/FAQ.html">the regular LLVM documentation</a>.</p>
|
|
<script>window.location='https://clang.llvm.org/docs/analyzer/user-docs/FAQ.html'</script>
|
|
|
|
</div> <!-- content -->
|
|
</div> <!-- page -->
|
|
</body>
|
|
</html>
|