summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/misc-unused-parameters.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Don't delete unused parameter in class override method in anonym...Haojian Wu2016-04-011-0/+10
* Fix bug in suggested fix that truncated variable names to 1 character.Samuel Benzaquen2015-11-111-2/+28
* Switch check_clang_tidy to argparse and add a -resource-dir argument.Manuel Klimek2015-10-221-1/+1
* Add %check_clang_tidy and %clang_tidy_diff.Manuel Klimek2015-10-221-1/+1
* misc-unused-parameter: Ignore lambda static invokers.Daniel Jasper2015-09-221-1/+4
* [clang-tidy] Use a python script instead of a shell script to run clang-tidy ...Alexander Kornienko2015-08-201-2/+1
* Move an extra switch to clang-tools-extra/test/clang-tidy/misc-unused-paramet...NAKAMURA Takumi2015-07-281-1/+1
* misc-unused-parameters: Only remove parameters in the main source file.Daniel Jasper2015-07-281-1/+7
* misc-unused-parameters: Properly handle static class members.Daniel Jasper2015-07-281-0/+6
* misc-unused-parameters: Don't warn on ParmVarDecls in the return type.Daniel Jasper2015-07-271-0/+5
* misc-unused-parameters: Fix bug where the check was looking atDaniel Jasper2015-07-231-0/+2
* misc-unused-parameters: Fix handling of parameters in template functions.Daniel Jasper2015-07-221-0/+11
* Extend misc-unused-parameters to delete parameters of local functions.Daniel Jasper2015-07-201-0/+69
* Initial version of clang-tidy check to find and fix unused parameters.Daniel Jasper2015-07-201-0/+21
OpenPOWER on IntegriCloud