================
@@ -21,6 +21,29 @@ using namespace clang::ast_matchers;
namespace clang::tidy::modernize {
+namespace {
+AST_MATCHER(FunctionDecl, isOverloaded) {
----------------
vbvictor wrote:
IIRC as discussed previously, should this be an option?
Since we have a trick to `std::string(...)`, overloads should not be always
ingored?
https://github.com/llvm/llvm-project/pull/183921
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits