index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
clang-tidy
/
misc
/
UnusedParametersCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] Cleaning namespaces to be more consistant across checkers.
Etienne Bergeron
2016-05-02
1
-0
/
+3
*
[clang-tidy] Remove unnecessary getName() on Decls and Types feeding into a D...
Benjamin Kramer
2016-04-07
1
-2
/
+1
*
[clang-tidy] Don't delete unused parameter in class override method in anonym...
Haojian Wu
2016-04-01
1
-10
/
+12
*
clang-tidy: [misc-unused-parameters] Ignore template instantiations.
Daniel Jasper
2016-02-03
1
-1
/
+2
*
Fix bug in suggested fix that truncated variable names to 1 character.
Samuel Benzaquen
2015-11-11
1
-30
/
+35
*
misc-unused-parameter: Ignore lambda static invokers.
Daniel Jasper
2015-09-22
1
-0
/
+3
*
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