]> granicus.if.org Git - clang/commitdiff
[analyzer][www] Moving MoveChecker out of alpha is no longer an open project.
authorKristof Umann <kristof.umann@ericsson.com>
Mon, 22 Apr 2019 09:20:23 +0000 (09:20 +0000)
committerKristof Umann <kristof.umann@ericsson.com>
Mon, 22 Apr 2019 09:20:23 +0000 (09:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358877 91177308-0d34-0410-b5e6-96231b3b80d8

www/analyzer/open_projects.html

index 7a882ed8d4919385f75729b27a4cd6d0614ceeda..855d60d9aa958db8fba8f66b874bbd05c93d4634 100644 (file)
@@ -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