summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [clang-tidy] misc-unused-parameters: don't comment out parameter name for C codeMatthias Gehre2019-06-211-4/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Update checks to play nicely with limited traversal scope added ...Sam McCall2018-11-151-3/+2
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-2/+2
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-2/+2
* [clang-tidy] Fix http://llvm.org/PR38055Alexander Kornienko2018-07-041-2/+3
* [clang-tidy] misc-unused-parameters - retain old behavior under StrictModeAlexander Kornienko2018-06-281-7/+20
* Do not warn on unused parameters for functions with empty bodies.Manuel Klimek2018-05-091-4/+5
* [clang-tidy] Fixed misc-unused-parameters omitting parameters square bracketsAlexander Kornienko2017-09-151-2/+1
* [clang-tidy] fixed misc-unused-parameters omitting parameters default valueAlexander Kornienko2017-09-131-1/+2
* [clang-tidy] Optimize misc-unused-parameters. NFCIAlexander Kornienko2017-05-171-15/+67
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-2/+1
* [clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron2016-05-021-0/+3
* [clang-tidy] Remove unnecessary getName() on Decls and Types feeding into a D...Benjamin Kramer2016-04-071-2/+1
* [clang-tidy] Don't delete unused parameter in class override method in anonym...Haojian Wu2016-04-011-10/+12
* clang-tidy: [misc-unused-parameters] Ignore template instantiations.Daniel Jasper2016-02-031-1/+2
* Fix bug in suggested fix that truncated variable names to 1 character.Samuel Benzaquen2015-11-111-30/+35
* misc-unused-parameter: Ignore lambda static invokers.Daniel Jasper2015-09-221-0/+3
* 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