Eugene.Zelenko added inline comments.
Comment at: clang-tidy/modernize/ReplaceGenericFunctorCallCheck.cpp:1
+//===--- ReplaceGenericFunctorCallCheck.cpp -
clang-tidy---===//
+//
Please add space after clang-tidy.
Comment at: cl
boga95 created this revision.
boga95 added a project: clang-tools-extra.
Herald added subscribers: cfe-commits, mgorny.
In generic code (e.g.: in a type dependent expression), the `std::invoke`
should be used, in order to support functors, function pointers, pointers to
members, regular function