This is an archive of the discontinued LLVM Phabricator instance.

De-template parseFile() and SymbolTable's add-family functions.
ClosedPublic

Authored by ruiu on May 14 2019, 6:25 AM.

Event Timeline

ruiu created this revision.May 14 2019, 6:25 AM
Herald added a project: Restricted Project. · View Herald Transcript
MaskRay accepted this revision.May 14 2019, 6:53 AM

Nice! This pushes down templates from shallower member functions to deeper function and thus deletes some templates along the path.

This revision is now accepted and ready to land.May 14 2019, 6:53 AM
grimar accepted this revision.May 15 2019, 12:20 AM

LGTM

This revision was automatically updated to reflect the committed changes.