summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHContainerOperations.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2016-02-01 13:22:39 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2016-02-01 13:22:39 +0000
commit6277b185d4059358056d35af093bc195206a67b5 (patch)
tree4925a18fa5ff84b8743c2e22869b39b6ba034c16 /clang/lib/Frontend/PCHContainerOperations.cpp
parentc2fd8b411df93fd6db5d5423ce04ef6b1a4bbbe3 (diff)
downloadbcm5719-llvm-6277b185d4059358056d35af093bc195206a67b5.tar.gz
bcm5719-llvm-6277b185d4059358056d35af093bc195206a67b5.zip
Remove the egregious PCHContainer layering hack that doesn't seem to be necessary anymore.
llvm-svn: 259355
Diffstat (limited to 'clang/lib/Frontend/PCHContainerOperations.cpp')
-rw-r--r--clang/lib/Frontend/PCHContainerOperations.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/lib/Frontend/PCHContainerOperations.cpp b/clang/lib/Frontend/PCHContainerOperations.cpp
index 5e1d7720509..fd84678b808 100644
--- a/clang/lib/Frontend/PCHContainerOperations.cpp
+++ b/clang/lib/Frontend/PCHContainerOperations.cpp
@@ -19,6 +19,9 @@
using namespace clang;
+PCHContainerWriter::~PCHContainerWriter() {}
+PCHContainerReader::~PCHContainerReader() {}
+
namespace {
/// \brief A PCHContainerGenerator that writes out the PCH to a flat file.
OpenPOWER on IntegriCloud