llvm-project/lldb/source/DataFormatters
Enrico Granata b6f8ca152a std::initializer_list is not safe to return from a function, as copies are not guaranteed to extend the lifetime of the underlying storage
llvm-svn: 246597
2015-09-01 22:24:35 +00:00
..
CF.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
CMakeLists.txt Add support for language plugins to provide data formatters (second attempt) 2015-09-01 18:22:39 +00:00
CXXFormatterFunctions.cpp Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
Cocoa.cpp Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
CoreMedia.cpp Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
DataVisualization.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +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 std::initializer_list is not safe to return from a function, as copies are not guaranteed to extend the lifetime of the underlying storage 2015-09-01 22:24:35 +00:00
LanguageCategory.cpp Add support for language plugins to provide data formatters (second attempt) 2015-09-01 18:22:39 +00:00
LibCxx.cpp Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
LibCxxInitializerList.cpp Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
LibCxxList.cpp Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
LibCxxMap.cpp Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
LibCxxUnorderedMap.cpp Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
LibCxxVector.cpp Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
LibStdcpp.cpp Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
Makefile Only enable RTTI for cxa_demangle.cpp 2013-02-15 02:36:40 +00:00
NSArray.cpp Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
NSDictionary.cpp ClangASTType is now CompilerType. 2015-08-11 22:53:00 +00:00
NSIndexPath.cpp Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
NSSet.cpp Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
StringPrinter.cpp Teach the std::wstring data formatter how to properly display strings with embedded NUL bytes 2015-07-17 01:56:25 +00:00
TypeCategory.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
TypeCategoryMap.cpp Add logging to a couple of regions of code 2015-09-01 20:11:13 +00:00
TypeFormat.cpp Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +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 Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
VectorType.cpp Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00