| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | misc-unused-parameters: Fix crasher with C forward declarations that | Daniel Jasper | 2015-08-14 | 1 | -1/+2 |
| * | misc-unused-parameters: Don't touch K&R style functions. | Daniel Jasper | 2015-08-10 | 1 | -1/+2 |
| * | misc-unused-parameters: Only remove parameters in the main source file. | Daniel Jasper | 2015-07-28 | 1 | -1/+3 |
| * | misc-unused-parameters: Properly handle static class members. | Daniel Jasper | 2015-07-28 | 1 | -3/+4 |
| * | misc-unused-parameters: Don't warn on ParmVarDecls in the return type. | Daniel Jasper | 2015-07-27 | 1 | -16/+18 |
| * | misc-unused-parameters: Fix bug where the check was looking at | Daniel Jasper | 2015-07-23 | 1 | -2/+4 |
| * | misc-unused-parameters: Fix handling of parameters in template functions. | Daniel Jasper | 2015-07-22 | 1 | -2/+2 |
| * | Extend misc-unused-parameters to delete parameters of local functions. | Daniel Jasper | 2015-07-20 | 1 | -3/+65 |
| * | Initial version of clang-tidy check to find and fix unused parameters. | Daniel Jasper | 2015-07-20 | 1 | -0/+43 |

