Revert part of r237975, "Fix Clang -Wmissing-override warning" in DIContext.h, to...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 22 May 2015 05:52:50 +0000 (05:52 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 22 May 2015 05:52:50 +0000 (05:52 +0000)
commit117f3a66e83f990b122faeea7be681498f6fd7d3
tree5223ac8c6868a1e17b63ef044ed0e6e03b7634cb
parentec8c491a0649ca598aac3f29d200d114845b9d2d
Revert part of r237975, "Fix Clang -Wmissing-override warning" in DIContext.h, to appease g++-4.7.

  llvm/include/llvm/DebugInfo/DIContext.h:144:11: error:   overriding ‘virtual llvm::LoadedObjectInfo::~LoadedObjectInfo() noexcept (true)’

It seems the destructor in the base class may not be "default".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238000 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/DIContext.h