[Lldb-commits] [PATCH] D50299: Migrate to llvm::unique_function instead of static member functions for callbacks
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 1 11:48:19 PST 2021
JDevlieghere accepted this revision.
JDevlieghere added a comment.
LGTM!
================
Comment at: lldb/include/lldb/Host/Editline.h:60
#include "lldb/Utility/Predicate.h"
+#include "lldb/Utility/StringList.h" // for StringList
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D50299/new/
https://reviews.llvm.org/D50299
More information about the lldb-commits
mailing list