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
/
performance-unnecessary-value-param.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ExprMutationAnalyzer in performance-unnecessary-value-param
Shuai Wang
2018-08-03
1
-0
/
+22
*
[clang-tidy] Do not issue fixit for explicit template specializations
Felix Berger
2017-07-26
1
-0
/
+11
*
[clang-tidy] Ignore implicit functions in performance-unnecessary-value-param
Malcolm Parsons
2017-01-23
1
-0
/
+17
*
[clang-tidy] Do not trigger move fix for non-copy assignment operators in per...
Felix Berger
2017-01-19
1
-0
/
+11
*
[clang-tidy] Handle constructors in performance-unnecessary-value-param
Malcolm Parsons
2017-01-03
1
-2
/
+24
*
[clang-tidy] Do not move parameter if only DeclRefExpr occurs inside of a loop
Felix Berger
2016-12-16
1
-0
/
+9
*
[clang-tidy] Do not trigger unnecessary-value-param check on methods marked a...
Felix Berger
2016-12-02
1
-0
/
+18
*
[clang-tidy] Do not issue fix for functions that are referenced outside of ca...
Felix Berger
2016-11-10
1
-0
/
+18
*
[clang-tidy] Move incomplete type test into separate test file
Felix Berger
2016-11-07
1
-8
/
+1
*
[ClangTidy - performance-unnecessary-value-param] Only add "const" when curre...
Felix Berger
2016-11-04
1
-0
/
+16
*
[clang-tidy] Ignore incomplete types when determining whether they are expens...
Felix Berger
2016-11-04
1
-1
/
+8
*
[clang-tidy] UnnecessaryValueParamCheck - only warn for virtual methods
Felix Berger
2016-07-05
1
-0
/
+13
*
[clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const va...
Felix Berger
2016-07-01
1
-0
/
+44
*
[clang-tidy] TypeTraits - Type is not expensive to copy when it has a deleted...
Felix Berger
2016-05-14
1
-0
/
+11
*
[clang-tidy] Add performance check to flag function parameters of expensive t...
Felix Berger
2016-03-29
1
-0
/
+171