On Tue, Jul 15, 2014 at 6:57 AM, Benjamin Kramer <[email protected]> wrote:
> - Added a testcase with multiple template instantiations.
> - If a method has an unnamed argument and is overriding a method from a base 
> cla
> ss try to copy the argument name from the base class first.

Something similar for decl/defs?

  void func(int x);
  ...
  void func(int) {
  }

Not sure if that comes up all that often, though?

> http://reviews.llvm.org/D4518
>
> Files:
>   clang-tidy/google/CMakeLists.txt
>   clang-tidy/google/GoogleTidyModule.cpp
>   clang-tidy/google/NamedParameterCheck.cpp
>   clang-tidy/google/NamedParameterCheck.h
>   test/clang-tidy/google-readability-function.cpp
>
> _______________________________________________
> cfe-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to