From 4ea8f1222bdea2cad4fb56224c990871d7d0dd0c Mon Sep 17 00:00:00 2001
From: Kristof Umann
(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