misc-unused-parameters: Only remove parameters in the main source file.
authorDaniel Jasper <djasper@google.com>
Tue, 28 Jul 2015 13:19:12 +0000 (13:19 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 28 Jul 2015 13:19:12 +0000 (13:19 +0000)
commit542482e63dc068fbcf912d95c07a6e6dc1270690
tree553f3def7f08c789755903f58c4b2ea1333e46d6
parent3916c910d1589938dd1a7b121543c287cbce1301
misc-unused-parameters: Only remove parameters in the main source file.
In headers, they might always be pulled in to different TUs, even if
they are declared static or nested in an unnamed namespace.

llvm-svn: 243414
clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.cpp
clang-tools-extra/test/clang-tidy/misc-unused-parameters.cpp