[Lldb-commits] [PATCH] Fix expression evaluation after clang r232793

Greg Clayton clayborg at gmail.com
Mon Mar 23 10:50:22 PDT 2015


We really do not want this change. This means anytime we play with a class it will complete it right away, regardless of needing a full definition or not. This fix should be done in clang so that clang naturally knows how to say "I need a full definition and I need to know to complete a class when required".


http://reviews.llvm.org/D8482

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






More information about the lldb-commits mailing list