summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* misc-unused-parameters: Fix crasher with C forward declarations thatDaniel Jasper2015-08-141-1/+2
* misc-unused-parameters: Don't touch K&R style functions.Daniel Jasper2015-08-101-1/+2
* misc-unused-parameters: Only remove parameters in the main source file.Daniel Jasper2015-07-281-1/+3
* misc-unused-parameters: Properly handle static class members.Daniel Jasper2015-07-281-3/+4
* misc-unused-parameters: Don't warn on ParmVarDecls in the return type.Daniel Jasper2015-07-271-16/+18
* misc-unused-parameters: Fix bug where the check was looking atDaniel Jasper2015-07-231-2/+4
* misc-unused-parameters: Fix handling of parameters in template functions.Daniel Jasper2015-07-221-2/+2
* Extend misc-unused-parameters to delete parameters of local functions.Daniel Jasper2015-07-201-3/+65
* Initial version of clang-tidy check to find and fix unused parameters.Daniel Jasper2015-07-201-0/+43
OpenPOWER on IntegriCloud