From 4ea8f1222bdea2cad4fb56224c990871d7d0dd0c Mon Sep 17 00:00:00 2001 From: Kristof Umann Date: Mon, 22 Apr 2019 09:20:23 +0000 Subject: [PATCH] [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 --- www/analyzer/open_projects.html | 10 ---------- 1 file changed, 10 deletions(-) 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 -- 2.50.1