diff options
author | Sam McCall <sam.mccall@gmail.com> | 2020-06-25 18:25:53 +0200 |
---|---|---|
committer | Sam McCall <sam.mccall@gmail.com> | 2020-06-29 20:13:42 +0200 |
commit | 01bf8cdf5fa9bc71869e15e5e351b2b68c39feb6 (patch) | |
tree | 7325bdf7040abedebb50bde55a595a39b9d0d8c5 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | 0da1e7ebf9a82e49858e77a5bbe1a14f08ef00d7 (diff) | |
download | llvm-01bf8cdf5fa9bc71869e15e5e351b2b68c39feb6.zip llvm-01bf8cdf5fa9bc71869e15e5e351b2b68c39feb6.tar.gz llvm-01bf8cdf5fa9bc71869e15e5e351b2b68c39feb6.tar.bz2 |
[ADT] Support const-qualified unique_functions
Summary:
This technique should extend to rvalue-qualified etc, but I didn't add any.
I removed "volatile" from the future plans, which seems... speculative at best.
While here I moved the callbacks object out of the constructor into a
variable template, which I believe addresses the fixme there about unused
objects.
(I'm not a template guru, so it's always possible the old version was designed
for compile-time performance in a way I'm missing)
Reviewers: kadircet
Subscribers: dexonsmith, llvm-commits, chandlerc
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D82581
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions