summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/misc-unused-parameters.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ClangTidy] Separate tests for infrastructure and checkersDmitri Gribenko2019-10-111-278/+0
* Run ClangTidy tests in all C++ language modesDmitri Gribenko2019-05-201-1/+2
* [clang-tidy] Fix http://llvm.org/PR38055Alexander Kornienko2018-07-041-0/+15
* [clang-tidy] misc-unused-parameters - retain old behavior under StrictModeAlexander Kornienko2018-06-281-1/+37
* Do not warn on unused parameters for functions with empty bodies.Manuel Klimek2018-05-091-44/+47
* [clang-tidy] Fixed misc-unused-parameters omitting parameters square bracketsAlexander Kornienko2017-09-151-2/+49
* [clang-tidy] fixed misc-unused-parameters omitting parameters default valueAlexander Kornienko2017-09-131-3/+21
* [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