[Lldb-commits] [PATCH] Move full initialization to lldb/API

Greg Clayton clayborg at gmail.com
Thu Mar 19 15:30:03 PDT 2015


Try making a small C++ class and then making a global. You should see a warning for this global object. If this doesn't happen with your managed static, then we are ok and no changes are required. Just make sure you see the warning I am talking about with a C++ class that maybe inits a std:string with something.


http://reviews.llvm.org/D8462

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list