[PATCH] D28007: Switch TableGen to emit calls to ASTRecordReader for AttrPCHRead.

David L. Jones via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 20 16:52:38 PST 2016


dlj created this revision.
dlj added a reviewer: rsmith.
dlj added a subscriber: cfe-commits.

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.


https://reviews.llvm.org/D28007

Files:
  include/clang/Serialization/ASTReader.h
  lib/Serialization/ASTReaderDecl.cpp
  utils/TableGen/ClangAttrEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28007.82180.patch
Type: text/x-patch
Size: 7513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161221/fd47fe5c/attachment.bin>


More information about the cfe-commits mailing list