diff options
author | Adrian Prantl <aprantl@apple.com> | 2015-07-07 23:19:46 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2015-07-07 23:19:46 +0000 |
commit | 142ec39739ce2cdfaea28407f916e241bbd4c43c (patch) | |
tree | fac664158611309a7d6b6387df4b0835d1fe0e50 /clang/lib/Frontend/PCHContainerOperations.cpp | |
parent | 3d43f66c9157278210ac7fb6d36664ecd8219fee (diff) | |
download | llvm-142ec39739ce2cdfaea28407f916e241bbd4c43c.zip llvm-142ec39739ce2cdfaea28407f916e241bbd4c43c.tar.gz llvm-142ec39739ce2cdfaea28407f916e241bbd4c43c.tar.bz2 |
Revert r241620 and follow-up commits while investigating linux buildbot failures.
llvm-svn: 241642
Diffstat (limited to 'clang/lib/Frontend/PCHContainerOperations.cpp')
-rw-r--r-- | clang/lib/Frontend/PCHContainerOperations.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Frontend/PCHContainerOperations.cpp b/clang/lib/Frontend/PCHContainerOperations.cpp index c749bb5..fd3278b 100644 --- a/clang/lib/Frontend/PCHContainerOperations.cpp +++ b/clang/lib/Frontend/PCHContainerOperations.cpp @@ -18,6 +18,8 @@ #include "clang/Lex/ModuleLoader.h" using namespace clang; +PCHContainerOperations::~PCHContainerOperations() {} + namespace { /// \brief A PCHContainerGenerator that writes out the PCH to a flat file. |