commit | e04a3da09383103c7333e0b1786b1eb6f4e51e3d | [log] [tgz] |
---|---|---|
author | David Blaikie <[email protected]> | Tue Oct 20 21:45:52 2015 |
committer | David Blaikie <[email protected]> | Tue Oct 20 21:45:52 2015 |
tree | a8ef405178cea6e640f51e8eafb654cdd3344b21 | |
parent | 650c00be899e1284d6d7a9d20eacc95aedd1d2e0 [diff] [blame] |
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
diff --git a/clang-tools-extra/clang-query/Query.cpp b/clang-tools-extra/clang-query/Query.cpp index 594c742..74eb6ea 100644 --- a/clang-tools-extra/clang-query/Query.cpp +++ b/clang-tools-extra/clang-query/Query.cpp
@@ -20,7 +20,7 @@ namespace clang { namespace query { -Query::~Query() = default; +Query::~Query() {} bool InvalidQuery::run(llvm::raw_ostream &OS, QuerySession &QS) const { OS << ErrStr << "\n";