[PATCH] D13899: Fix bug in suggested fix that truncated variable names to 1 character.

Samuel Benzaquen via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 20 08:24:43 PDT 2015


sbenza created this revision.
sbenza added reviewers: alexfh, aaron.ballman.
sbenza added a subscriber: cfe-commits.

Fix bug in suggested fix that truncated variable names to 1 character.
Also, rework the suggested fix to try to remove unnecessary whitespace.

http://reviews.llvm.org/D13899

Files:
  clang-tidy/misc/UnusedParametersCheck.cpp
  test/clang-tidy/misc-unused-parameters.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13899.37885.patch
Type: text/x-patch
Size: 6045 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151020/79bcff14/attachment.bin>


More information about the cfe-commits mailing list