[Lldb-commits] [PATCH] D51896: Refactoring std::function formatter to move core functionality into CPPLanguageRuntime

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 10 17:17:13 PDT 2018


jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.

Since the runtime has to use the results of the introspection that the formatter is based on, it seems appropriate to put it there.  This seems like a fine way to do it.


https://reviews.llvm.org/D51896





More information about the lldb-commits mailing list