aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/CompilerInstance.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-08-13 00:52:31 +0000
committerDouglas Gregor <dgregor@apple.com>2010-08-13 00:52:31 +0000
commit1e3a97c98a9ad099410fa5172ce8783baf0da0fd (patch)
treeb91ec5ec1b8362ccfaabc9a9207f113a778fd4e7 /lib/Frontend/CompilerInstance.cpp
parent0b17c61e8f143901ce11b4a6e5129ac63aaeee04 (diff)
The Sema object will get destroyed before all of the others anyway. We don't need to force it
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110993 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/CompilerInstance.cpp')
-rw-r--r--lib/Frontend/CompilerInstance.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Frontend/CompilerInstance.cpp b/lib/Frontend/CompilerInstance.cpp
index e2bb0f20db..06ec80589c 100644
--- a/lib/Frontend/CompilerInstance.cpp
+++ b/lib/Frontend/CompilerInstance.cpp
@@ -42,7 +42,6 @@ CompilerInstance::CompilerInstance()
}
CompilerInstance::~CompilerInstance() {
- TheSema.reset();
}
void CompilerInstance::setLLVMContext(llvm::LLVMContext *Value) {