]> granicus.if.org Git - clang/commit
Switch TableGen to emit calls to ASTRecordReader for AttrPCHRead.
authorDavid L. Jones <dlj@google.com>
Tue, 24 Jan 2017 01:04:30 +0000 (01:04 +0000)
committerDavid L. Jones <dlj@google.com>
Tue, 24 Jan 2017 01:04:30 +0000 (01:04 +0000)
commite147e84fec30293adadac2fa0d3a9954160a74f0
tree608395b28de327d3b3e78f45c046130b669c78d3
parenta22342198f799e60a17b77185e4486877927d6c6
Switch TableGen to emit calls to ASTRecordReader for AttrPCHRead.

Summary:
This patch changes TableGen-generated code in AttrPCHRead to call functions on
ASTRecordReader, instead of passing separate parameters to ASTReader. This is a
follow-up to r290217.

Reviewers: rsmith

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D28007

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292868 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Serialization/ASTReader.h
lib/Serialization/ASTReaderDecl.cpp
utils/TableGen/ClangAttrEmitter.cpp