llvm-project/lldb/source/DataFormatters
Tamas Berghammer 68aa90a11e Revert 2 commits breaking the MSVC build
Revert "Remove a few vestigial typedefs from the old world"
This reverts commit 05872cda2a00fbd988c4fc761b1f87fe9edce224.

Revert "Cleanup the type X list commands to use the new ForEach goodness"
This reverts commit 85b1d83819a22cdc9ef12f58fd4fa92b473a4f81.

llvm-svn: 253455
2015-11-18 12:11:34 +00:00
..
CMakeLists.txt Let Language plugins vend a default DeclPrintingHelper in case a custom one is not specified for the specific invocation 2015-10-19 22:04:25 +00:00
CXXFunctionPointer.cpp Rationalization of includes in the data formatters code 2015-10-20 04:50:09 +00:00
DataVisualization.cpp Revert 2 commits breaking the MSVC build 2015-11-18 12:11:34 +00:00
DumpValueObjectOptions.cpp Fix indentation 2015-11-13 21:37:47 +00:00
FormatCache.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
FormatClasses.cpp Introduce a FormattersMatchData class which contains all the information that data formatters need in one place, and also allows for lazy computation of expensive chunks of information if need be 2015-10-06 01:02:47 +00:00
FormatManager.cpp Revert 2 commits breaking the MSVC build 2015-11-18 12:11:34 +00:00
FormattersHelpers.cpp Upstream some data formatter related cleanups 2015-11-13 21:55:41 +00:00
LanguageCategory.cpp Introduce a FormattersMatchData class which contains all the information that data formatters need in one place, and also allows for lazy computation of expensive chunks of information if need be 2015-10-06 01:02:47 +00:00
Makefile Only enable RTTI for cxa_demangle.cpp 2013-02-15 02:36:40 +00:00
StringPrinter.cpp Fix an issue where LLDB would truncate summaries for string types without producing any evidence thereof 2015-11-04 00:02:08 +00:00
TypeCategory.cpp Add the ability for formatter categories to be bound to one or more languages 2015-09-17 00:14:50 +00:00
TypeCategoryMap.cpp Revert 2 commits breaking the MSVC build 2015-11-18 12:11:34 +00:00
TypeFormat.cpp Rationalization of includes in the data formatters code 2015-10-20 04:50:09 +00:00
TypeSummary.cpp Rationalization of includes in the data formatters code 2015-10-20 04:50:09 +00:00
TypeSynthetic.cpp [SBValue] Add a method GetNumChildren(uint32_t max) 2015-10-21 19:28:08 +00:00
TypeValidator.cpp Fix the ctor ivar initialization formatting for Debugger, 2014-09-12 01:50:46 +00:00
ValueObjectPrinter.cpp Introduce a way for Languages to specify whether values of "reference types" are "nil" (not pointing to anything) or uninitialized (never made to point at anything) 2015-11-10 22:39:15 +00:00
VectorType.cpp Fix Clang-tidy modernize-use-override warnings in some files in source; other minor fixes. 2015-10-26 17:00:13 +00:00