Author: idrissrio
Date: Mon Sep 17 05:29:29 2018
New Revision: 342388
URL: http://llvm.org/viewvc/llvm-project?rev=342388&view=rev
Log:
[Clang-Tidy: modernize] Fix for modernize-redundant-void-arg: complains about
variable cast to void
Summary:
Hello, i would like to suggest a fix for one of the
Author: idrissrio
Date: Mon Sep 17 05:58:19 2018
New Revision: 342389
URL: http://llvm.org/viewvc/llvm-project?rev=342389&view=rev
Log:
Fix
Modified:
clang-tools-extra/trunk/test/clang-tidy/modernize-redundant-void-arg.cpp
Modified:
clang-tools-extra/trunk/test/clang-tidy/modernize-redundan
Author: idrissrio
Date: Tue Jul 17 07:35:15 2018
New Revision: 337286
URL: http://llvm.org/viewvc/llvm-project?rev=337286&view=rev
Log:
[clang-tidy: modernize] Fix modernize-use-equals-default with {} brackets list
initialization: patch
Summary:
Hello, i would like to suggest a fix for one of th
Hello, i would like to suggest a fix for one of the checks in clang-tidy and i should hope this one is the correct mailing list.The check is modernize-avoid-bind.Consider the following:void bar(int x, int y);namespace N{ void bar(int x, int y);}void foo(){ auto Test = std::bind(N::bar,1,1);}clang
Hello, i would like to suggest a fix for one of the checks in clang-tidy and i should hope this one is the correct mailing list.The check is modernize-avoid-bind.Consider the following:void bar(int x, int y);namespace N{ void bar(int x, int y);}void foo(){ auto Test = std::bind(N::bar,1,1);}clang