Move CommandAlias to its own file; also
authorEnrico Granata <egranata@apple.com>
Tue, 8 Mar 2016 21:23:30 +0000 (21:23 +0000)
committerEnrico Granata <egranata@apple.com>
Tue, 8 Mar 2016 21:23:30 +0000 (21:23 +0000)
commit937631cfdf84f6851ca5c090cc4839edad4835ca
treea02195c679aa103b5649d328e356b3fbe6b2e305
parente02f4dfb9e5d652fa89a79dc9479fd75752adce9
Move CommandAlias to its own file; also
Store std::unique_ptr<CommandAlias> instead of instances

llvm-svn: 262958
lldb/include/lldb/Interpreter/CommandAlias.h [new file with mode: 0644]
lldb/include/lldb/Interpreter/CommandInterpreter.h
lldb/include/lldb/Interpreter/CommandObject.h
lldb/lldb.xcodeproj/project.pbxproj
lldb/source/Commands/CommandObjectHelp.cpp
lldb/source/Interpreter/CommandAlias.cpp [new file with mode: 0644]
lldb/source/Interpreter/CommandInterpreter.cpp