Simplify the PrintableRepresentationSpecialCases code; we never used the ePrintableRe...
authorEnrico Granata <egranata@apple.com>
Mon, 7 Nov 2016 23:32:20 +0000 (23:32 +0000)
committerEnrico Granata <egranata@apple.com>
Mon, 7 Nov 2016 23:32:20 +0000 (23:32 +0000)
commit65d86e4fa5dd383dfebe2fc11c4cdf404c8914d2
treee94b88c22e73c5a3ca8ddeb1977a6940eb599378
parent583a307e1744278d95ca83a13d7b40eac2b3c2c1
Simplify the PrintableRepresentationSpecialCases code; we never used the ePrintableRepresentationSpecialCasesOnly value and with enum classes the names doesn't need to be that long

llvm-svn: 286176
lldb/include/lldb/Core/ValueObject.h
lldb/source/Core/FormatEntity.cpp
lldb/source/Core/ValueObject.cpp
lldb/source/DataFormatters/ValueObjectPrinter.cpp
lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp