aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/PCHReaderStmt.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-27 05:58:23 +0000
committerChris Lattner <sabre@nondot.org>2009-04-27 05:58:23 +0000
commitda93061f56d5820725b01a140879d047554e7d32 (patch)
treed43bf5cac925329ed6821fe702e3615849d7227e /lib/Frontend/PCHReaderStmt.cpp
parent887e2b375fc5e00084ec7bf3dd050c2ca399a6d2 (diff)
read all decls (and attributes and stmts/exprs referenced by the decl)
from the DeclsCursor. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70190 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/PCHReaderStmt.cpp')
-rw-r--r--lib/Frontend/PCHReaderStmt.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Frontend/PCHReaderStmt.cpp b/lib/Frontend/PCHReaderStmt.cpp
index f38af9b3c8..af3e026b57 100644
--- a/lib/Frontend/PCHReaderStmt.cpp
+++ b/lib/Frontend/PCHReaderStmt.cpp
@@ -1131,4 +1131,3 @@ Stmt *PCHReader::ReadStmt(llvm::BitstreamCursor &Cursor) {
SwitchCaseStmts.clear();
return StmtStack.back();
}
-