commit | 7adaa4250a005ed69f9fc6e736b4f2fd7d812a04 | [log] [tgz] |
---|---|---|
author | Simon Tatham <simon.tatham@arm.com> | Wed Jul 11 08:57:56 2018 +0000 |
committer | Simon Tatham <simon.tatham@arm.com> | Wed Jul 11 08:57:56 2018 +0000 |
tree | 542db0873054578d9ad77889b5160e4b9ee20cff | |
parent | 9cfd4e5408005dd9cb81b832e5db19f95b0affad [diff] |
[TableGen] Add missing std::moves to fix build failure. gcc 4.7 seems to disagree with gcc 5.3 about whether you need to say 'return std::move(thing)' instead of just 'return thing'. All the json::Arrays and json::Objects that I was implicitly turning into json::Values by returning them from functions now have explicit std::move wrappers, so hopefully 4.7 will be happy now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@336772 91177308-0d34-0410-b5e6-96231b3b80d8