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/ _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
