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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D28007
Switch TableGen to emit calls to ASTRecordReader for AttrPCHRead. ClosedPublic Authored by dlj on Dec 20 2016, 4:52 PM.
Details Summary This patch changes TableGen-generated code in AttrPCHRead to call functions on
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 23 2017, 3:54 PM Closed by commit rL292868: Switch TableGen to emit calls to ASTRecordReader for AttrPCHRead. (authored by dlj). · Explain WhyJan 23 2017, 5:15 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 85498 cfe/trunk/include/clang/Serialization/ASTReader.h
cfe/trunk/lib/Serialization/ASTReaderDecl.cpp
cfe/trunk/utils/TableGen/ClangAttrEmitter.cpp
|