aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/PCHWriterStmt.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-07-01 23:29:14 +0000
committerDouglas Gregor <dgregor@apple.com>2009-07-01 23:29:14 +0000
commitae4df629dda13736c9e3251921b168084cd01978 (patch)
tree2b1c7bac82ceb1a7fe4a50817349749bb163e615 /lib/Frontend/PCHWriterStmt.cpp
parentdac5bd4f15681062c2e11538d59197f9952c0703 (diff)
Fix PR 4489, a PCH crash during de-serialization.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74664 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/PCHWriterStmt.cpp')
-rw-r--r--lib/Frontend/PCHWriterStmt.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Frontend/PCHWriterStmt.cpp b/lib/Frontend/PCHWriterStmt.cpp
index c63c03c882..5235326e9f 100644
--- a/lib/Frontend/PCHWriterStmt.cpp
+++ b/lib/Frontend/PCHWriterStmt.cpp
@@ -826,5 +826,4 @@ void PCHWriter::FlushStmts() {
}
StmtsToEmit.clear();
- SwitchCaseIDs.clear();
}