[PATCH] D24894: [clang-tidy] Prefer transparent functors to non-transparent one.
Piotr Padlewski via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 23 03:00:41 PDT 2016
Prazek added inline comments.
================
Comment at: docs/clang-tidy/checks/modernize-use-transparent-functors.rst:12
+ .. code-block:: c++
+
+ // Non-transparent functor
----------------
Say somewhere that you also handle cases like
std::less<Type>(arg1, arg2)
because from this documentation I didn't know about it.
https://reviews.llvm.org/D24894
More information about the cfe-commits
mailing list