diff options
author | Enrico Granata <egranata@apple.com> | 2016-10-26 18:12:52 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2016-10-26 18:12:52 +0000 |
commit | 0cd95447db38eb6f246f644d566e6eb06276ca1d (patch) | |
tree | a264988ddf389317b94ec61020734997dd0a58b7 /lldb/source/Commands/CommandObjectFrame.cpp | |
parent | 68a423bf841367fac5c587492271354684d209d0 (diff) | |
download | llvm-0cd95447db38eb6f246f644d566e6eb06276ca1d.zip llvm-0cd95447db38eb6f246f644d566e6eb06276ca1d.tar.gz llvm-0cd95447db38eb6f246f644d566e6eb06276ca1d.tar.bz2 |
Actually use = delete to mark constructors and operators we want to not exist. Just declaring them as private works, but it can confuse certain tools as it doesn't actually declare intent, and the C++11 way is more expressive anyway, so this is pure win
rdar://28960209
llvm-svn: 285216
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions