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-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[clang-tidy] misc-unused-parameters: don't comment out parameter name for C code
Matthias Gehre
2019-06-21
1
-4
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang-tidy] Update checks to play nicely with limited traversal scope added ...
Sam McCall
2018-11-15
1
-3
/
+2
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-2
/
+2
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-2
/
+2
*
[clang-tidy] Fix http://llvm.org/PR38055
Alexander Kornienko
2018-07-04
1
-2
/
+3
*
[clang-tidy] misc-unused-parameters - retain old behavior under StrictMode
Alexander Kornienko
2018-06-28
1
-7
/
+20
*
Do not warn on unused parameters for functions with empty bodies.
Manuel Klimek
2018-05-09
1
-4
/
+5
*
[clang-tidy] Fixed misc-unused-parameters omitting parameters square brackets
Alexander Kornienko
2017-09-15
1
-2
/
+1
*
[clang-tidy] fixed misc-unused-parameters omitting parameters default value
Alexander Kornienko
2017-09-13
1
-1
/
+2
*
[clang-tidy] Optimize misc-unused-parameters. NFCI
Alexander Kornienko
2017-05-17
1
-15
/
+67
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
1
-2
/
+1
*
[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