commit | 637d1e6694d94a03a6031f4b272175a0896e9e1e | [log] [tgz] |
---|---|---|
author | Angel Garcia Gomez <angelgarcia@google.com> | Tue Oct 20 13:23:58 2015 +0000 |
committer | Angel Garcia Gomez <angelgarcia@google.com> | Tue Oct 20 13:23:58 2015 +0000 |
tree | b699bed9a41ecf1c974db5b79f5b0a4efb11eda5 | |
parent | 7fd67e25aa95e8702322841e40e8c5bf93e0ff29 [diff] [blame] |
Roll-back r250822. Summary: It breaks the build for the ASTMatchers Subscribers: klimek, cfe-commits Differential Revision: http://reviews.llvm.org/D13893 llvm-svn: 250827
diff --git a/clang/lib/Driver/Tool.cpp b/clang/lib/Driver/Tool.cpp index 6ae3506..7142e82 100644 --- a/clang/lib/Driver/Tool.cpp +++ b/clang/lib/Driver/Tool.cpp
@@ -19,4 +19,5 @@ ResponseSupport(_ResponseSupport), ResponseEncoding(_ResponseEncoding), ResponseFlag(_ResponseFlag) {} -Tool::~Tool() = default; +Tool::~Tool() { +}