From: Kristof Umann Date: Mon, 22 Apr 2019 09:20:23 +0000 (+0000) Subject: [analyzer][www] Moving MoveChecker out of alpha is no longer an open project. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ea8f1222bdea2cad4fb56224c990871d7d0dd0c;p=clang [analyzer][www] Moving MoveChecker out of alpha is no longer an open project. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358877 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/analyzer/open_projects.html b/www/analyzer/open_projects.html index 7a882ed8d4..855d60d9aa 100644 --- a/www/analyzer/open_projects.html +++ b/www/analyzer/open_projects.html @@ -48,16 +48,6 @@ mailing list to notify other members of the community.

(Difficulty: Medium)

-
  • alpha.cplusplus.MisusedMovedObject -

    The checker emits a warning on objects which were used after - move. - 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. -

    (Difficulty: Medium)

    -
  • -
  • alpha.unix.StreamChecker

    A SimpleStreamChecker has been presented in the Building a Checker in 24 Hours talk