llvm-project/lldb/source/DataFormatters
Sean Callanan a994b0b273 Made GetScratchTypeSystemForLanguage return an error if desired.
Also made it not store nullptrs in its TypeSystemMap, so it will retry to make
the AST context if it errored out last time.

llvm-svn: 249167
2015-10-02 18:40:30 +00:00
..
CMakeLists.txt Move Objective-C data formatters to the Objective-C language plugin where they belong 2015-09-14 22:18:32 +00:00
CXXFunctionPointer.cpp Never mind, I see what the problem is on the Windows build. Attempt a fix 2015-09-04 21:22:54 +00:00
DataVisualization.cpp Add the ability for formatter categories to be bound to one or more languages 2015-09-17 00:14:50 +00:00
FormatCache.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
FormatClasses.cpp <rdar://problem/15530080> 2013-11-22 00:02:13 +00:00
FormatManager.cpp Fix covered-switch-default warning in FormatManager. 2015-09-23 02:33:30 +00:00
FormattersHelpers.cpp Fix evaluation of unicode character arrays (char16_t[] and char32_t[]) 2015-09-25 02:16:52 +00:00
LanguageCategory.cpp Move hardcoded formatters from the FormatManager to the Language plugins 2015-09-16 18:28:11 +00:00
Makefile Only enable RTTI for cxa_demangle.cpp 2013-02-15 02:36:40 +00:00
StringPrinter.cpp Introduce the notion of an escape helper. Different languages have different notion of what to print in a string and how to escape non-printable things. The escape helper is where this notion is provided to LLDB 2015-09-09 22:30:24 +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 Add the ability for formatter categories to be bound to one or more languages 2015-09-17 00:14:50 +00:00
TypeFormat.cpp DataFormatters: Rename clang_type to compiler_type. 2015-09-17 18:43:40 +00:00
TypeSummary.cpp Switch data formatters over to using std::function for their callbacks instead of raw function pointers. NFC 2015-08-27 00:45:33 +00:00
TypeSynthetic.cpp Switch data formatters over to using std::function for their callbacks instead of raw function pointers. NFC 2015-08-27 00:45:33 +00:00
TypeValidator.cpp Fix the ctor ivar initialization formatting for Debugger, 2014-09-12 01:50:46 +00:00
ValueObjectPrinter.cpp DataFormatters: Rename clang_type to compiler_type. 2015-09-17 18:43:40 +00:00
VectorType.cpp Made GetScratchTypeSystemForLanguage return an error if desired. 2015-10-02 18:40:30 +00:00