]> granicus.if.org Git - clang/commit
PCH support for the first batch of statements, including null,
authorDouglas Gregor <dgregor@apple.com>
Fri, 17 Apr 2009 00:04:06 +0000 (00:04 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 17 Apr 2009 00:04:06 +0000 (00:04 +0000)
commit025452fa0eda63e150cfaeebe64f0a19c96b3a06
tree187c0527f4fdd7743381dc30f67fc6bfa7852c07
parent363c184139e26ea38223b477ad64ee67b22bb9a7
PCH support for the first batch of statements, including null,
compound, case, default, if, switch, and break statements.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69329 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Stmt.h
include/clang/Frontend/PCHBitCodes.h
include/clang/Frontend/PCHReader.h
include/clang/Frontend/PCHWriter.h
lib/AST/Stmt.cpp
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHWriter.cpp
test/PCH/stmts.c [new file with mode: 0644]
test/PCH/stmts.h [new file with mode: 0644]