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
/
MakeUniqueCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MakeUniqueCheck.cpp: explicit the fact that there is an autofix for this checker
Sylvestre Ledru
2020-01-10
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang-tidy][modernize-make-unique] Checks c++14 flag before using std::make_...
Alexander Kornienko
2018-03-21
1
-1
/
+7
*
Adapt clang-tidy checks to changing semantics of hasDeclaration.
Manuel Klimek
2017-08-02
1
-12
/
+13
*
[clang-tidy] Replace matchesName with hasName where no regex is needed
Alexander Kornienko
2017-05-17
1
-8
/
+8
*
[clang-tidy] Add modernize-make-shared check
Piotr Padlewski
2016-05-02
1
-133
/
+18
*
Improve modernize-make-unique matcher.
Angel Garcia Gomez
2015-11-04
1
-3
/
+4
*
Correctly print the type in modernize-make-unique.
Angel Garcia Gomez
2015-10-22
1
-2
/
+2
*
Make string constants in the modernize module static.
Angel Garcia Gomez
2015-10-22
1
-3
/
+3
*
Support every kind of initialization.
Angel Garcia Gomez
2015-10-14
1
-3
/
+41
*
Use better mocks in modernize-make-unique, and fix matcher.
Angel Garcia Gomez
2015-10-05
1
-3
/
+11
*
Create modernize-make-unique check.
Angel Garcia Gomez
2015-09-29
1
-0
/
+108