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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
1
-1
/
+1
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
[clang-tidy] Fix make-unique check to work in C++17 mode.
Haojian Wu
2019-06-03
1
-3
/
+12
*
[clang-tidy] Do not show incorrect fix in modernize-make-unique
Ilya Biryukov
2019-05-08
1
-2
/
+3
*
Fix up after r360006.
Richard Smith
2019-05-06
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
*
[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
/
+13
*
[clang-tidy] Don't generate incorrect fixes for class constructed from list-i...
Haojian Wu
2018-11-20
1
-19
/
+31
*
[clang-tidy] Ignore a case where the fix of make_unique check introduces side...
Haojian Wu
2018-10-18
1
-0
/
+9
*
[clang-tidy] Fix handling of parens around new expressions in make_<smartptr>...
Alexander Kornienko
2018-10-09
1
-16
/
+30
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-2
/
+2
*
[clang-tidy][modernize-make-unique] Checks c++14 flag before using std::make_...
Alexander Kornienko
2018-03-21
1
-2
/
+7
*
[clang-tidy] Fix one corner case in make-unique check.
Haojian Wu
2018-03-06
1
-9
/
+1
*
[clang-tidy] Don't generate fixes for invalid new expr location in modernize-...
Haojian Wu
2018-01-23
1
-0
/
+4
*
[clang-tidy] Don't generate fix for argument constructed from std::initialize...
Haojian Wu
2018-01-18
1
-3
/
+16
*
[clang-tidy] A follow-up fix of braced-init-list constructors in make-unique ...
Haojian Wu
2017-08-24
1
-2
/
+14
*
[clang-tidy] Ignore statements inside a template instantiation.
Haojian Wu
2017-08-17
1
-2
/
+4
*
[clang-tidy] Don't generate fixes for initializer_list constructor in make_un...
Haojian Wu
2017-08-17
1
-16
/
+36
*
[clang-tidy] Fix another crash in make-unique check.
Haojian Wu
2017-08-09
1
-0
/
+7
*
[clang-tidy] Ignore macros in make-unique check.
Haojian Wu
2017-08-04
1
-2
/
+26
*
[clang-tidy] Support initializer-list constructor cases in modernize-make-uni...
Haojian Wu
2017-08-04
1
-10
/
+27
*
[clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are used
Alexander Kornienko
2017-07-20
1
-1
/
+1
*
[clang-tidy] Add "MakeSmartPtrFunction" option to modernize-make-shared/uniqu...
Haojian Wu
2017-07-05
1
-6
/
+44
*
[clang-tidy] Handle new array expressions in modernize-make-unique check.
Haojian Wu
2017-06-27
1
-13
/
+43
*
[clang-tidy] Fix type names in modernize-use-unique/shared_ptr checks.
Haojian Wu
2017-06-27
1
-3
/
+15
*
[clang-tidy] Enhance modernize-make-unique to handle unique_ptr.reset()
Malcolm Parsons
2016-10-31
1
-2
/
+52
*
[clang-tidy] modernize-make-{smart_ptr} private ctor bugfix
Piotr Padlewski
2016-08-31
1
-1
/
+7
*
[ASTMatchers] Added ignoringParenImpCasts to has matchers
Piotr Padlewski
2016-05-31
1
-8
/
+8
*
[clang-tidy] Add modernize-make-shared check
Piotr Padlewski
2016-05-02
1
-0
/
+150