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
/
test
/
clang-tidy
/
misc-unused-parameters.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ClangTidy] Separate tests for infrastructure and checkers
Dmitri Gribenko
2019-10-11
1
-278
/
+0
*
Run ClangTidy tests in all C++ language modes
Dmitri Gribenko
2019-05-20
1
-1
/
+2
*
[clang-tidy] Fix http://llvm.org/PR38055
Alexander Kornienko
2018-07-04
1
-0
/
+15
*
[clang-tidy] misc-unused-parameters - retain old behavior under StrictMode
Alexander Kornienko
2018-06-28
1
-1
/
+37
*
Do not warn on unused parameters for functions with empty bodies.
Manuel Klimek
2018-05-09
1
-44
/
+47
*
[clang-tidy] Fixed misc-unused-parameters omitting parameters square brackets
Alexander Kornienko
2017-09-15
1
-2
/
+49
*
[clang-tidy] fixed misc-unused-parameters omitting parameters default value
Alexander Kornienko
2017-09-13
1
-3
/
+21
*
[clang-tidy] Don't delete unused parameter in class override method in anonym...
Haojian Wu
2016-04-01
1
-0
/
+10
*
Fix bug in suggested fix that truncated variable names to 1 character.
Samuel Benzaquen
2015-11-11
1
-2
/
+28
*
Switch check_clang_tidy to argparse and add a -resource-dir argument.
Manuel Klimek
2015-10-22
1
-1
/
+1
*
Add %check_clang_tidy and %clang_tidy_diff.
Manuel Klimek
2015-10-22
1
-1
/
+1
*
misc-unused-parameter: Ignore lambda static invokers.
Daniel Jasper
2015-09-22
1
-1
/
+4
*
[clang-tidy] Use a python script instead of a shell script to run clang-tidy ...
Alexander Kornienko
2015-08-20
1
-2
/
+1
*
Move an extra switch to clang-tools-extra/test/clang-tidy/misc-unused-paramet...
NAKAMURA Takumi
2015-07-28
1
-1
/
+1
*
misc-unused-parameters: Only remove parameters in the main source file.
Daniel Jasper
2015-07-28
1
-1
/
+7
*
misc-unused-parameters: Properly handle static class members.
Daniel Jasper
2015-07-28
1
-0
/
+6
*
misc-unused-parameters: Don't warn on ParmVarDecls in the return type.
Daniel Jasper
2015-07-27
1
-0
/
+5
*
misc-unused-parameters: Fix bug where the check was looking at
Daniel Jasper
2015-07-23
1
-0
/
+2
*
misc-unused-parameters: Fix handling of parameters in template functions.
Daniel Jasper
2015-07-22
1
-0
/
+11
*
Extend misc-unused-parameters to delete parameters of local functions.
Daniel Jasper
2015-07-20
1
-0
/
+69
*
Initial version of clang-tidy check to find and fix unused parameters.
Daniel Jasper
2015-07-20
1
-0
/
+21