================ @@ -245,6 +224,12 @@ Changes in existing checks positive when increment/decrement operators appear inside lambda bodies that are part of a condition expression. +- Improved :doc:`bugprone-incorrect-enable-if + <clang-tidy/checks/bugprone/incorrect-enable-if>` check to not + insert an extraneous ``typename`` on code like + ``typename std::enable_if<...>``, where there's already a + ``typename`` and only the ``::type`` at the end is missing. ---------------- EugeneZelenko wrote:
```suggestion ``typename std::enable_if<...>``, where there's already a ``typename`` and only the ``::type`` at the end is missing. ``` https://github.com/llvm/llvm-project/pull/190899 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
