krystyna added inline comments. ================ Comment at: docs/clang-tidy/checks/modernize-bool-to-integer-conversion.rst:9 @@ +8,3 @@ +.. code-block:: C++ + int a = false + vector<bool> v(true); // Makes vector of one element ---------------- int a = false; http://reviews.llvm.org/D18821