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
/
modernize
/
PassByValueCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove \brief commands from doxygen comments.
Dmitri Gribenko
2019-08-22
1
-6
/
+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
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-2
/
+2
*
[tidy] Move private ast matchers into anonymous namespaces to avoid ODR confl...
Benjamin Kramer
2018-02-18
1
-0
/
+2
*
[clang-tidy] Move more checks from misc- to performance-
Alexander Kornienko
2017-11-28
1
-1
/
+1
*
[clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are used
Alexander Kornienko
2017-07-20
1
-1
/
+1
*
[clang-tidy] Fix check for trivially copyable types in modernize-pass-by-value
Malcolm Parsons
2017-01-12
1
-1
/
+2
*
[clang-tidy] Remove duplicated check from move-constructor-init
Malcolm Parsons
2016-12-17
1
-3
/
+8
*
[clang-tidy] Cleaning up language options.
Gabor Horvath
2016-09-24
1
-5
/
+4
*
[clang-tidy] remove trailing whitespaces and retab
Kirill Bobyrev
2016-08-01
1
-1
/
+1
*
[ASTMatchers] Added ignoringParenImpCasts to has matchers
Piotr Padlewski
2016-05-31
1
-2
/
+2
*
[clang-tidy] modernize-pass-by-value bugfix
Mads Ravn
2016-05-24
1
-0
/
+5
*
Commiting for http://reviews.llvm.org/D20365
Mads Ravn
2016-05-23
1
-6
/
+0
*
Commiting for http://reviews.llvm.org/D20365
Mads Ravn
2016-05-23
1
-0
/
+6
*
[clang-tidy] Cleanup namespace in utils folder.
Etienne Bergeron
2016-05-03
1
-4
/
+5
*
small reformat to test access
Piotr Padlewski
2016-04-29
1
-27
/
+27
*
[clang-tidy] Make 'modernize-pass-by-value' fix work on header files.
Haojian Wu
2016-03-02
1
-5
/
+6
*
Improved the misc-move-constructor-init check to identify arguments that are ...
Aaron Ballman
2015-10-06
1
-4
/
+3
*
Refactors AST matching code to use the new AST matcher names. This patch corr...
Aaron Ballman
2015-09-17
1
-5
/
+5
*
Disable several more clang-tidy modernize checkers when not compiling in C++ ...
Aaron Ballman
2015-08-28
1
-26
/
+37
*
Replacing a custom AST matcher with some builtin AST matchers; NFC, and exist...
Aaron Ballman
2015-08-19
1
-14
/
+1
*
[clang-tidy] Create clang-tidy module modernize. Add pass-by-value check.
Alexander Kornienko
2015-08-14
1
-0
/
+223