hanchenye-llvm-project/clang-tools-extra/clang-modernize/Core
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
..
CMakeLists.txt [CMake] Add dependencies on clangToolingCore. 2014-10-30 00:44:01 +00:00
CustomMatchers.h
IncludeDirectives.cpp Revert "Apply modernize-use-default to clang-tools-extra." 2015-10-20 21:45:52 +00:00
IncludeDirectives.h clang-tools-extra: Appease PR24881. [-Wdocumentation] 2015-09-19 02:21:28 +00:00
IncludeExcludeInfo.cpp Update for llvm api change. 2014-07-06 17:43:19 +00:00
IncludeExcludeInfo.h include system_error directly. 2014-06-12 16:53:02 +00:00
Makefile
PerfSupport.cpp Update for LLVM api change 2014-08-25 18:17:00 +00:00
PerfSupport.h
Refactoring.h
ReplacementHandling.cpp Use findProgramByName. NFC. 2014-11-04 12:48:22 +00:00
ReplacementHandling.h clang-tools-extra: Appease PR24881. [-Wdocumentation] 2015-09-19 02:21:28 +00:00
Transform.cpp Revert "Apply modernize-use-default to clang-tools-extra." 2015-10-20 21:45:52 +00:00
Transform.h Pass SourceLocation by value instead of by const reference since its just a 32-bit integer. NFC 2015-09-21 01:33:03 +00:00
Transforms.cpp [C++11] Replace OwningPtr with std::unique_ptr. 2014-03-09 09:24:40 +00:00
Transforms.h