[PATCH] D62437: [clang-tidy] Splits fuchsia-default-arguments

Diego Astiazarán via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 24 17:59:07 PDT 2019


DiegoAstiazaran updated this revision to Diff 201375.
DiegoAstiazaran added a comment.

Reduces lines to 80 characters. The files have been also formatted by clang-format.
Types are replaced by auto in declarations where the type is spelled in cast.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62437/new/

https://reviews.llvm.org/D62437

Files:
  clang-tools-extra/clang-tidy/fuchsia/DefaultArgumentsCallsCheck.cpp
  clang-tools-extra/clang-tidy/fuchsia/DefaultArgumentsCallsCheck.h
  clang-tools-extra/clang-tidy/fuchsia/DefaultArgumentsDeclarationsCheck.cpp
  clang-tools-extra/clang-tidy/fuchsia/DefaultArgumentsDeclarationsCheck.h
  clang-tools-extra/clang-tidy/fuchsia/FuchsiaTidyModule.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62437.201375.patch
Type: text/x-patch
Size: 4698 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190525/08f22f7d/attachment.bin>


More information about the cfe-commits mailing list