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-modernize
/
tool
/
ClangModernize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove clang-modernize.
Alexander Kornienko
2015-12-17
1
-489
/
+0
*
Make a bunch of static arrays const.
Craig Topper
2015-10-18
1
-1
/
+1
*
Make helpers static. clang-tools edition.
Benjamin Kramer
2015-03-23
1
-5
/
+5
*
NFC. Migrating clang-tools-extra to the cl::HideUnrelatedOptions API.
Chris Bieneman
2015-01-28
1
-15
/
+1
*
Updated tools to match r227345 which changed the getRegisteredOptions method
Pete Cooper
2015-01-28
1
-2
/
+1
*
clang-modernize: Transform::createActionFactory return ownership by unique_pt...
David Blaikie
2014-08-08
1
-8
/
+8
*
Plug memory leaks.
Benjamin Kramer
2014-07-24
1
-4
/
+5
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-1
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-09
1
-3
/
+3
*
Try to fix the build. newFrontendActionFactory was changed to return a unique...
Benjamin Kramer
2014-04-28
1
-1
/
+1
*
[C++11] Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Fix a variety of user-visible and comment typos
Alp Toker
2013-12-01
1
-4
/
+4
*
clang-modernize: Clean up help output
Edwin Vane
2013-10-08
1
-36
/
+88
*
clang-modernize: Apply replacements using clang-apply-replacements
Edwin Vane
2013-10-05
1
-194
/
+100
*
Clean up timing command line option.
Ariel J. Bernal
2013-09-24
1
-5
/
+3
*
Added tests for testing migration of files in a compilation database.
Ariel J. Bernal
2013-09-23
1
-2
/
+15
*
Fix for removing not included files from a compilation database.
Ariel J. Bernal
2013-09-16
1
-1
/
+3
*
Transform files in a compilation database if no sources are provided.
Ariel J. Bernal
2013-09-12
1
-26
/
+79
*
clang-modernize: Update docs with -include/-exclude
Edwin Vane
2013-09-06
1
-6
/
+4
*
clang-modernize: Remove -headers option
Edwin Vane
2013-09-06
1
-18
/
+6
*
Fix writing of reformatted files.
Manuel Klimek
2013-09-05
1
-10
/
+9
*
Rename cpp11-migrate to clang-modernize.
Chandler Carruth
2013-09-04
1
-0
/
+494