Refactoring std::function formatter to move core functionality into CPPLanguageRuntime
authorShafik Yaghmour <syaghmour@apple.com>
Tue, 11 Sep 2018 20:58:28 +0000 (20:58 +0000)
committerShafik Yaghmour <syaghmour@apple.com>
Tue, 11 Sep 2018 20:58:28 +0000 (20:58 +0000)
commit443e20ba325b6f1c5ecf2cd2470fc3e72b887e9b
tree63a9ecc29785560afad7dfea69bc514ff32516d5
parent48e5b8b1a45aafb0b275758c80d5381bd3ce3659
Refactoring std::function formatter to move core functionality into CPPLanguageRuntime

Patch by Shafik Yaghmour.

Differential Revision: https://reviews.llvm.org/D51896

llvm-svn: 341991
lldb/include/lldb/Target/CPPLanguageRuntime.h
lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
lldb/source/Target/CPPLanguageRuntime.cpp