aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorKristof Umann <kristof.umann@ericsson.com>2019-04-22 09:20:23 +0000
committerKristof Umann <kristof.umann@ericsson.com>2019-04-22 09:20:23 +0000
commit4aa387212bb889ea2ea77353cb694317b16cf3ed (patch)
tree5c65f3cf3172cd75169312b0297a776f0fe51e45 /clang/www
parent5aacc7a573111cddbb0275642c023f026af300bc (diff)
downloadllvm-4aa387212bb889ea2ea77353cb694317b16cf3ed.zip
llvm-4aa387212bb889ea2ea77353cb694317b16cf3ed.tar.gz
llvm-4aa387212bb889ea2ea77353cb694317b16cf3ed.tar.bz2
[analyzer][www] Moving MoveChecker out of alpha is no longer an open project.
llvm-svn: 358877
Diffstat (limited to 'clang/www')
-rw-r--r--clang/www/analyzer/open_projects.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/clang/www/analyzer/open_projects.html b/clang/www/analyzer/open_projects.html
index 7a882ed..855d60d 100644
--- a/clang/www/analyzer/open_projects.html
+++ b/clang/www/analyzer/open_projects.html
@@ -48,16 +48,6 @@ mailing list</a> to notify other members of the community.</p>
<p><i>(Difficulty: Medium)</i></p></p>
</li>
- <li><code>alpha.cplusplus.MisusedMovedObject</code>
- <p>The checker emits a warning on objects which were used after
- <a href="https://en.cppreference.com/w/cpp/utility/move">move</a>.
- Currently it has an overly high false positive rate due to classes
- which have a well-defined semantics for use-after-move.
- This property does not hold for STL objects, but is often the case
- for custom containers.
- <p><i>(Difficulty: Medium)</i></p></p>
- </li>
-
<li><code>alpha.unix.StreamChecker</code>
<p>A SimpleStreamChecker has been presented in the Building a Checker in 24
Hours talk