[PATCH] D19534: [clang-tidy] new google-default-arguments check

Clement Courbet via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 26 08:24:21 PDT 2016


courbet created this revision.
courbet added a reviewer: alexfh.
courbet added a subscriber: cfe-commits.

To check the google style guide rule here:
https://google.github.io/styleguide/cppguide.html#Default_Arguments

http://reviews.llvm.org/D19534

Files:
  clang-tidy/google/CMakeLists.txt
  clang-tidy/google/DefaultArgumentsCheck.cpp
  clang-tidy/google/DefaultArgumentsCheck.h
  clang-tidy/google/GoogleTidyModule.cpp
  docs/ReleaseNotes.rst
  docs/clang-tidy/checks/google-default-arguments.rst
  docs/clang-tidy/checks/list.rst
  test/clang-tidy/google-default-arguments.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19534.55006.patch
Type: text/x-patch
Size: 6925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160426/590e8951/attachment.bin>


More information about the cfe-commits mailing list