| commit | cb447a260446de91592227643e4775bd2fe54f2e | [log] [tgz] |
|---|---|---|
| author | Dean Michael Berris <dberris@google.com> | Thu Dec 06 00:25:56 2018 +0000 |
| committer | Dean Michael Berris <dberris@google.com> | Thu Dec 06 00:25:56 2018 +0000 |
| tree | 2d51b3b94d4f8b95a4be447dbd0b9e7261bd2db5 | |
| parent | 2d36473873c6176f0658a95796046b383def2ac1 [diff] |
Re-land r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array"
Continuation of D54989.
Additional changes:
- Use `.AppendEmplace(...)` instead of `.Append(Type{...})` to appease
GCC 4.8 with confusion on when an initializer_list is used as
opposed to a temporary aggregate initialized object.
llvm-svn: 348438