| commit | 4287c95b08ab9b10cce50ab8139f536ea2d72f1d | [log] [tgz] |
|---|---|---|
| author | Francis Visoiu Mistrih <francisvm@yahoo.com> | Tue Jul 23 22:50:08 2019 +0000 |
| committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | Tue Jul 23 22:50:08 2019 +0000 |
| tree | ed063ac093f8ab23b2ec4c91c1108c29c6228a0d | |
| parent | 1cb102cac9dc8bc456ff752321c8774dd2e300dc [diff] |
[Remarks] String tables should be move-only Copying them is expensive. This allows the tables to be moved around at lower cost, and allows a remarks::StringTable to be constructed from a remarks::ParsedStringTable. llvm-svn: 366864