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
/
MoveConstructorInitCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] Move checks from misc- to performance-
Alexander Kornienko
2017-11-27
1
-110
/
+0
*
[clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are used
Alexander Kornienko
2017-07-20
1
-1
/
+1
*
[clang-tidy] Supresses misc-move-constructor-init warning for const fields.
Alexander Kornienko
2017-02-08
1
-0
/
+3
*
[clang-tidy] Remove duplicated check from move-constructor-init
Malcolm Parsons
2016-12-17
1
-80
/
+1
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
1
-1
/
+2
*
[clang-tidy] remove trailing whitespaces and retab
Kirill Bobyrev
2016-08-01
1
-1
/
+1
*
[clang-tidy] Switch to a more common way of customizing check behavior.
Alexander Kornienko
2016-05-20
1
-2
/
+4
*
[clang-tidy] MoveConstructorInitCheck - Add parameter name to check message.
Felix Berger
2016-05-03
1
-2
/
+3
*
[clang-tidy] Cleanup namespace in utils folder.
Etienne Bergeron
2016-05-03
1
-4
/
+5
*
[clang-tidy] Cleaning namespaces to be more consistant across checkers.
Etienne Bergeron
2016-05-02
1
-0
/
+2
*
Disable part of the misc-move-constructor-init checker when the check is enab...
Aaron Ballman
2016-01-08
1
-16
/
+22
*
Improved the misc-move-constructor-init check to identify arguments that are ...
Aaron Ballman
2015-10-06
1
-3
/
+92
*
Refactors AST matching code to use the new AST matcher names. This patch corr...
Aaron Ballman
2015-09-17
1
-8
/
+10
*
Using an early return as it is more clear; NFC.
Aaron Ballman
2015-08-31
1
-11
/
+12
*
Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the ...
Aaron Ballman
2015-08-28
1
-9
/
+13
*
Add a new clang-tidy check (misc-move-constructor-init) that diagnoses move c...
Aaron Ballman
2015-08-20
1
-0
/
+77