summaryrefslogtreecommitdiffstats
path: root/clang/www/analyzer/open_projects.html
diff options
context:
space:
mode:
Diffstat (limited to 'clang/www/analyzer/open_projects.html')
-rw-r--r--clang/www/analyzer/open_projects.html23
1 files changed, 11 insertions, 12 deletions
diff --git a/clang/www/analyzer/open_projects.html b/clang/www/analyzer/open_projects.html
index 855d60d9aa9..46cc2b5c63f 100644
--- a/clang/www/analyzer/open_projects.html
+++ b/clang/www/analyzer/open_projects.html
@@ -5,7 +5,7 @@
<title>Open Projects</title>
<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>
+ <script type="text/javascript" src="scripts/menu.js"></script>
</head>
<body>
@@ -15,11 +15,11 @@
<h1>Open Projects</h1>
-<p>This page lists several projects that would boost analyzer's usability and
-power. Most of the projects listed here are infrastructure-related so this list
-is an addition to the <a href="potential_checkers.html">potential checkers
-list</a>. If you are interested in tackling one of these, please send an email
-to the <a href=http://lists.llvm.org/mailman/listinfo/cfe-dev>cfe-dev
+<p>This page lists several projects that would boost analyzer's usability and
+power. Most of the projects listed here are infrastructure-related so this list
+is an addition to the <a href="potential_checkers.html">potential checkers
+list</a>. If you are interested in tackling one of these, please send an email
+to the <a href=https://lists.llvm.org/mailman/listinfo/cfe-dev>cfe-dev
mailing list</a> to notify other members of the community.</p>
<ul>
@@ -49,9 +49,9 @@ mailing list</a> to notify other members of the community.</p>
</li>
<li><code>alpha.unix.StreamChecker</code>
- <p>A SimpleStreamChecker has been presented in the Building a Checker in 24
- Hours talk
- (<a href="http://llvm.org/devmtg/2012-11/Zaks-Rose-Checker24Hours.pdf">slides</a>
+ <p>A SimpleStreamChecker has been presented in the Building a Checker in 24
+ Hours talk
+ (<a href="https://llvm.org/devmtg/2012-11/Zaks-Rose-Checker24Hours.pdf">slides</a>
<a href="https://youtu.be/kdxlsP5QVPw">video</a>).</p>
<p>This alpha checker is an attempt to write a production grade stream checker.
@@ -113,7 +113,7 @@ mailing list</a> to notify other members of the community.</p>
</p>
</li>
- <li>Handle constructors for default arguments
+ <li>Handle constructors for default arguments
<p>Default arguments in C++ are recomputed at every call,
and are therefore local, and not static, variables.
</p>
@@ -144,7 +144,7 @@ mailing list</a> to notify other members of the community.</p>
<p>Currently in the analyzer the value of a union is always regarded as
an unknown.
This problem was
- previously <a href="http://lists.llvm.org/pipermail/cfe-dev/2017-March/052864.html">discussed</a>
+ previously <a href="https://lists.llvm.org/pipermail/cfe-dev/2017-March/052864.html">discussed</a>
on the mailing list, but no solution was implemented.
<p><i> (Difficulty: Medium) </i></p></p>
</li>
@@ -228,4 +228,3 @@ mailing list</a> to notify other members of the community.</p>
</div>
</body>
</html>
-
OpenPOWER on IntegriCloud