hanchenye-llvm-project/clang-tools-extra/clang-modernize
David Blaikie e04a3da093 Revert "Apply modernize-use-default to clang-tools-extra."
Breaks the build in GCC 4.7.2 (see
http://lab.llvm.org:8011/builders/perf-x86_64-penryn-O3 for example)

This reverts commit r250824.

llvm-svn: 250862
2015-10-20 21:45:52 +00:00
..
AddOverride Refactors AST matching code to use the new AST matcher names. This patch correlates to r247885 which performs the AST matcher rename in Clang. 2015-09-17 13:31:25 +00:00
Core Revert "Apply modernize-use-default to clang-tools-extra." 2015-10-20 21:45:52 +00:00
LoopConvert SourceRanges are small and trivially copyable, don't them by reference. NFC 2015-10-04 04:53:37 +00:00
PassByValue Refactors AST matching code to use the new AST matcher names. This patch correlates to r247885 which performs the AST matcher rename in Clang. 2015-09-17 13:31:25 +00:00
ReplaceAutoPtr Refactors AST matching code to use the new AST matcher names. This patch correlates to r247885 which performs the AST matcher rename in Clang. 2015-09-17 13:31:25 +00:00
UseAuto Make a bunch of static arrays const. 2015-10-18 05:14:41 +00:00
UseNullptr Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 07:59:33 +00:00
tool Make a bunch of static arrays const. 2015-10-18 05:14:41 +00:00
CMakeLists.txt
Makefile