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
/
ReplaceAutoPtrCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix trivial typos in comments; NFC
Kazuaki Ishizaki
2020-01-02
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Dmitri Gribenko
2019-08-22
1
-1
/
+1
*
[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
*
A bit of AST matcher cleanup, NFC.
Alexander Kornienko
2018-11-25
1
-1
/
+1
*
[tidy] Move private ast matchers into anonymous namespaces to avoid ODR confl...
Benjamin Kramer
2018-02-18
1
-0
/
+3
*
[clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are used
Alexander Kornienko
2017-07-20
1
-1
/
+1
*
[clang-tidy] A bit of refactoring of modernize-replace-auto-ptr. NFC
Alexander Kornienko
2017-05-17
1
-141
/
+69
*
[clang-tidy] Cleanup namespace in utils folder.
Etienne Bergeron
2016-05-03
1
-4
/
+5
*
Make string constants in the modernize module static.
Angel Garcia Gomez
2015-10-22
1
-2
/
+2
*
Improved the misc-move-constructor-init check to identify arguments that are ...
Aaron Ballman
2015-10-06
1
-5
/
+3
*
Refactors AST matching code to use the new AST matcher names. This patch corr...
Aaron Ballman
2015-09-17
1
-5
/
+6
*
Disable several more clang-tidy modernize checkers when not compiling in C++ ...
Aaron Ballman
2015-08-28
1
-6
/
+15
*
Add replace-auto_ptr check.
Angel Garcia Gomez
2015-08-25
1
-0
/
+262