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
/
test
/
clang-tidy
/
modernize-make-unique.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ClangTidy] Separate tests for infrastructure and checkers
Dmitri Gribenko
2019-10-11
1
-570
/
+0
*
[clang-tidy] Fix make-unique tests on C++2a.
Haojian Wu
2019-06-06
1
-60
/
+1
*
[clang-tidy] Fix make-unique check to work in C++17 mode.
Haojian Wu
2019-06-03
1
-6
/
+6
*
Run ClangTidy tests in all C++ language modes
Dmitri Gribenko
2019-05-20
1
-2
/
+2
*
[clang-tidy] Do not show incorrect fix in modernize-make-unique
Ilya Biryukov
2019-05-08
1
-0
/
+8
*
[clang-tidy] No warning for auto new expression in smart check
Haojian Wu
2018-11-26
1
-0
/
+3
*
[clang-tidy] Don't generate incorrect fixes for class with deleted copy const...
Haojian Wu
2018-11-26
1
-0
/
+59
*
[clang-tidy] Don't generate incorrect fixes for class constructed from list-i...
Haojian Wu
2018-11-20
1
-0
/
+32
*
[clang-tidy] Ignore a case where the fix of make_unique check introduces side...
Haojian Wu
2018-10-18
1
-8
/
+5
*
[clang-tidy] Fix handling of parens around new expressions in make_<smartptr>...
Alexander Kornienko
2018-10-09
1
-0
/
+13
*
[clang-tidy][modernize-make-unique] Checks c++14 flag before using std::make_...
Alexander Kornienko
2018-03-21
1
-1
/
+1
*
[clang-tidy] Fix one corner case in make-unique check.
Haojian Wu
2018-03-06
1
-0
/
+8
*
[clang-tidy] Don't generate fixes for invalid new expr location in modernize-...
Haojian Wu
2018-01-23
1
-0
/
+9
*
[clang-tidy] Don't generate fix for argument constructed from std::initialize...
Haojian Wu
2018-01-18
1
-0
/
+13
*
[clang-tidy] A follow-up fix of braced-init-list constructors in make-unique ...
Haojian Wu
2017-08-24
1
-0
/
+22
*
[clang-tidy] Ignore statements inside a template instantiation.
Haojian Wu
2017-08-17
1
-0
/
+12
*
[clang-tidy] Don't generate fixes for initializer_list constructor in make_un...
Haojian Wu
2017-08-17
1
-7
/
+30
*
[clang-tidy] Fix another crash in make-unique check.
Haojian Wu
2017-08-09
1
-0
/
+13
*
[clang-tidy] Ignore macros in make-unique check.
Haojian Wu
2017-08-04
1
-0
/
+11
*
[clang-tidy] Support initializer-list constructor cases in modernize-make-uni...
Haojian Wu
2017-08-04
1
-0
/
+68
*
[clang-tidy] Add "MakeSmartPtrFunction" option to modernize-make-shared/uniqu...
Haojian Wu
2017-07-05
1
-28
/
+4
*
[clang-tidy] Handle new array expressions in modernize-make-unique check.
Haojian Wu
2017-06-27
1
-0
/
+31
*
[clang-tidy] Fix type names in modernize-use-unique/shared_ptr checks.
Haojian Wu
2017-06-27
1
-0
/
+22
*
[clang-tidy] Enhance modernize-make-unique to handle unique_ptr.reset()
Malcolm Parsons
2016-10-31
1
-11
/
+85
*
[clang-tidy] modernize-make-{smart_ptr} private ctor bugfix
Piotr Padlewski
2016-08-31
1
-0
/
+32
*
Improve modernize-make-unique matcher.
Angel Garcia Gomez
2015-11-04
1
-0
/
+6
*
Correctly print the type in modernize-make-unique.
Angel Garcia Gomez
2015-10-22
1
-0
/
+12
*
Add %check_clang_tidy and %clang_tidy_diff.
Manuel Klimek
2015-10-22
1
-1
/
+1
*
Use __SIZE_TYPE__ to fix buildbot failures.
Angel Garcia Gomez
2015-10-14
1
-1
/
+1
*
Support every kind of initialization.
Angel Garcia Gomez
2015-10-14
1
-17
/
+77
*
Use better mocks in modernize-make-unique, and fix matcher.
Angel Garcia Gomez
2015-10-05
1
-1
/
+4
*
Create modernize-make-unique check.
Angel Garcia Gomez
2015-09-29
1
-0
/
+122