blob: b447968087fe9cfbb9e109f3d8e478d5789aa250 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<!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>
|