diff options
-rw-r--r-- | clang/www/CheckerNotes.html | 9 | ||||
-rw-r--r-- | clang/www/StaticAnalysis.html | 21 | ||||
-rw-r--r-- | clang/www/StaticAnalysisUsage.html | 21 |
3 files changed, 0 insertions, 51 deletions
diff --git a/clang/www/CheckerNotes.html b/clang/www/CheckerNotes.html deleted file mode 100644 index 523048de769..00000000000 --- a/clang/www/CheckerNotes.html +++ /dev/null @@ -1,9 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html> -<head> -<title>Static Analysis</title> -<meta http-equiv="REFRESH" content="0;url=http://clang.llvm.org/StaticAnalysis.html"></HEAD> -<BODY> -This page has relocated: <a href="http://clang.llvm.org/StaticAnalysis.html">http://clang.llvm.org/StaticAnalysis.html</a>. -</BODY> -</HTML> diff --git a/clang/www/StaticAnalysis.html b/clang/www/StaticAnalysis.html deleted file mode 100644 index a701c0ff067..00000000000 --- a/clang/www/StaticAnalysis.html +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" - "http://www.w3.org/TR/html4/strict.dtd"> -<html> -<head> - <meta HTTP-EQUIV="REFRESH" content="0; url=http://clang-analyzer.llvm.org"> - <title>LLVM/Clang Static Analyzer</title> - <link type="text/css" rel="stylesheet" href="menu.css" /> - <link type="text/css" rel="stylesheet" href="content.css" /> -</head> -<body> - -<!--#include virtual="menu.html.incl"--> - -<div id="content"> - -<p>This page has moved: <a href="http://clang-analyzer.llvm.org">clang.analyzer.llvm.org</a>.</p> - -</div> -</body> -</html> - diff --git a/clang/www/StaticAnalysisUsage.html b/clang/www/StaticAnalysisUsage.html deleted file mode 100644 index a701c0ff067..00000000000 --- a/clang/www/StaticAnalysisUsage.html +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" - "http://www.w3.org/TR/html4/strict.dtd"> -<html> -<head> - <meta HTTP-EQUIV="REFRESH" content="0; url=http://clang-analyzer.llvm.org"> - <title>LLVM/Clang Static Analyzer</title> - <link type="text/css" rel="stylesheet" href="menu.css" /> - <link type="text/css" rel="stylesheet" href="content.css" /> -</head> -<body> - -<!--#include virtual="menu.html.incl"--> - -<div id="content"> - -<p>This page has moved: <a href="http://clang-analyzer.llvm.org">clang.analyzer.llvm.org</a>.</p> - -</div> -</body> -</html> - |