hanchenye-llvm-project/clang-tools-extra/modularize
Angel Garcia Gomez 3ca34bc870 Apply modernize-use-default to clang-tools-extra.
Summary: Replace empty bodies of default constructors and destructors with '= default'.

Reviewers: klimek

Subscribers: alexfh, cfe-commits

Differential Revision: http://reviews.llvm.org/D13889

llvm-svn: 250824
2015-10-20 12:56:27 +00:00
..
CMakeLists.txt Added module map coverage support, extracted from module-map-checker. 2015-02-19 16:47:27 +00:00
CoverageChecker.cpp Apply modernize-use-default to clang-tools-extra. 2015-10-20 12:56:27 +00:00
CoverageChecker.h Make helpers static. clang-tools edition. 2015-03-23 12:49:15 +00:00
Makefile Revert "Adapt clang-tools-extra to clang module format changes." 2015-02-25 02:46:37 +00:00
Modularize.cpp Prune CRLF. 2015-09-14 11:13:39 +00:00
Modularize.h Added mechanism to modularize for doing a compilation precheck 2015-07-10 00:37:25 +00:00
ModularizeUtilities.cpp Added mechanism to modularize for doing a compilation precheck 2015-07-10 00:37:25 +00:00
ModularizeUtilities.h Added mechanism to modularize for doing a compilation precheck 2015-07-10 00:37:25 +00:00
ModuleAssistant.cpp Make a bunch of static arrays const. 2015-10-18 05:14:41 +00:00
PreprocessorTracker.cpp Apply modernize-use-default to clang-tools-extra. 2015-10-20 12:56:27 +00:00
PreprocessorTracker.h Added -block-check-header-list-only option. This is a work-around for private includes that purposefully get included inside blocks. 2015-02-11 16:58:36 +00:00