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
/
performance
/
UnnecessaryValueParamCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] implement utility-function to add 'const' to variables
Jonas Toth
2020-01-03
1
-3
/
+6
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[clang-tidy] Move all checks to the new registerPPCallbacks API
Alexander Kornienko
2019-03-22
1
-4
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
A bit of AST matcher cleanup, NFC.
Alexander Kornienko
2018-11-25
1
-2
/
+2
*
[clang-tidy] White List Option for performance-unnecessary-value-param, perfo...
Adam Balogh
2018-10-12
1
-5
/
+13
*
[clang-tidy] Remove duplicated logic in UnnecessaryValueParamCheck and use Fu...
Shuai Wang
2018-09-17
1
-15
/
+8
*
[clangtidy] Remove old copy of ExprMutationAnalyzer
Shuai Wang
2018-09-11
1
-3
/
+3
*
[clang-tidy] ExprMutationAnalyzer: construct from references. Fixes PR38888
Roman Lebedev
2018-09-10
1
-2
/
+2
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-5
/
+5
*
Use ExprMutationAnalyzer in performance-unnecessary-value-param
Shuai Wang
2018-08-03
1
-34
/
+39
*
[clang-tidy] ObjC ARC objects should not trigger performance-unnecessary-valu...
Ben Hamilton
2018-02-02
1
-0
/
+4
*
[clang-tidy] Do not issue fixit for explicit template specializations
Felix Berger
2017-07-26
1
-1
/
+15
*
[clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are used
Alexander Kornienko
2017-07-20
1
-1
/
+1
*
[clang-tidy] Speed up performance-unnecessary-value-param check
Alexander Kornienko
2017-05-16
1
-5
/
+4
*
[clang-tidy] Ignore implicit functions in performance-unnecessary-value-param
Malcolm Parsons
2017-01-23
1
-1
/
+1
*
[clang-tidy] Handle constructors in performance-unnecessary-value-param
Malcolm Parsons
2017-01-03
1
-28
/
+17
*
[clang-tidy] Remove duplicated check from move-constructor-init
Malcolm Parsons
2016-12-17
1
-1
/
+1
*
[clang-tidy] Do not move parameter if only DeclRefExpr occurs inside of a loop
Felix Berger
2016-12-16
1
-0
/
+13
*
[clang-tidy] Do not trigger unnecessary-value-param check on methods marked a...
Felix Berger
2016-12-02
1
-1
/
+2
*
[clang-tidy] Do not issue fix for functions that are referenced outside of ca...
Felix Berger
2016-11-10
1
-3
/
+15
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
1
-1
/
+1
*
[ClangTidy - performance-unnecessary-value-param] Only add "const" when curre...
Felix Berger
2016-11-04
1
-1
/
+4
*
[clang-tidy] remove trailing whitespaces and retab
Kirill Bobyrev
2016-08-01
1
-2
/
+2
*
[clang-tidy] UnnecessaryValueParamCheck - only warn for virtual methods
Felix Berger
2016-07-05
1
-2
/
+4
*
[clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const va...
Felix Berger
2016-07-01
1
-4
/
+83
*
[clang-tidy] Cleanup namespace in utils folder.
Etienne Bergeron
2016-05-03
1
-3
/
+3
*
[clang-tidy] fix a crash with -fdelayed-template-parsing in UnnecessaryValueP...
Etienne Bergeron
2016-04-07
1
-0
/
+4
*
[clang-tidy] Add performance check to flag function parameters of expensive t...
Felix Berger
2016-03-29
1
-0
/
+87