Actually use = delete to mark constructors and operators we want to not exist. Just...
authorEnrico Granata <egranata@apple.com>
Wed, 26 Oct 2016 18:12:52 +0000 (18:12 +0000)
committerEnrico Granata <egranata@apple.com>
Wed, 26 Oct 2016 18:12:52 +0000 (18:12 +0000)
commit0cd95447db38eb6f246f644d566e6eb06276ca1d
treea264988ddf389317b94ec61020734997dd0a58b7
parent68a423bf841367fac5c587492271354684d209d0
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
lldb/include/lldb/lldb-defines.h