[Lldb-commits] [PATCH] Implement formatter for std::vector<bool, ...> of libstdc++ in Python.

Siva Chandra sivachandra at google.com
Tue Mar 17 12:19:33 PDT 2015


Setting the Python changes in perspective: Though it appears in the diff as if I have added a formatter for std::vector<non-bool> as well, I have only moved it into an implementation class StdVectorSynthProvider.StdVectorImplementation. What I have really added is the class StdVectorSynthProvider.StdVBoolImplementation. The main class StdVectorSynthProvider has been refactored to reflect the common parts.


http://reviews.llvm.org/D8390

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






More information about the lldb-commits mailing list