This is an archive of the discontinued LLVM Phabricator instance.

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
ASTRecordReader, instead of passing separate parameters to ASTReader. This is a
follow-up to r290217.

Diff Detail

Repository
rL LLVM

Event Timeline

dlj updated this revision to Diff 82180.Dec 20 2016, 4:52 PM
dlj retitled this revision from to Switch TableGen to emit calls to ASTRecordReader for AttrPCHRead..
dlj updated this object.
dlj added a reviewer: rsmith.
dlj added a subscriber: cfe-commits.
rsmith accepted this revision.Jan 23 2017, 3:54 PM
This revision is now accepted and ready to land.Jan 23 2017, 3:54 PM
dlj updated this revision to Diff 85493.Jan 23 2017, 5:06 PM
  • Pull, merge, etc.
This revision was automatically updated to reflect the committed changes.