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
/
MakeSmartPtrCheck.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
Alexander Kornienko
2019-03-25
1
-1
/
+1
*
[clang-tidy] Move all checks to the new registerPPCallbacks API
Alexander Kornienko
2019-03-22
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang-tidy] Fix handling of parens around new expressions in make_<smartptr>...
Alexander Kornienko
2018-10-09
1
-8
/
+6
*
[clang-tidy][modernize-make-unique] Checks c++14 flag before using std::make_...
Alexander Kornienko
2018-03-21
1
-0
/
+3
*
[clang-tidy] Don't generate fixes for initializer_list constructor in make_un...
Haojian Wu
2017-08-17
1
-1
/
+2
*
[clang-tidy] Ignore macros in make-unique check.
Haojian Wu
2017-08-04
1
-0
/
+1
*
[clang-tidy] Add "MakeSmartPtrFunction" option to modernize-make-shared/uniqu...
Haojian Wu
2017-07-05
1
-2
/
+10
*
[clang-tidy] Handle new array expressions in modernize-make-unique check.
Haojian Wu
2017-06-27
1
-1
/
+2
*
[clang-tidy] Enhance modernize-make-unique to handle unique_ptr.reset()
Malcolm Parsons
2016-10-31
1
-0
/
+7
*
[Clang-tidy] Fix Clang-tidy modernize-use-override and some Include What You ...
Eugene Zelenko
2016-05-03
1
-3
/
+5
*
[clang-tidy] Add modernize-make-shared check
Piotr Padlewski
2016-05-02
1
-0
/
+50