llvm-project/lldb/source/DataFormatters
Enrico Granata 1ac6296376 <rdar://problem/12055586>
Enable data formatters to see-through pointers/references to typedefs

For instance, if Foo is a typedef to Bar, and there is a formatter for any/all of Bar*, Bar&, Bar&&, then Foo*, Foo&, and Foo&& should pick these up if Foo-specific formatters don't exist

llvm-svn: 205939
2014-04-10 00:14:07 +00:00
..
CF.cpp sanitise sign comparisons 2014-04-02 03:51:35 +00:00
CMakeLists.txt Fix CMake build by including ValueObjectPrinter.cpp in list of sources 2013-09-30 21:30:44 +00:00
CXXFormatterFunctions.cpp Better error reporting when a variable can't be 2014-02-28 22:27:53 +00:00
Cocoa.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
DataVisualization.cpp FormatNavigator has long stopped navigating anything - the generation of possible formatters matches is now done elsewhere 2013-12-20 09:38:13 +00:00
FormatCache.cpp This is the last piece of work for "formats in categories": we now cache formats as well as summaries and synthetics 2013-10-17 22:27:19 +00:00
FormatClasses.cpp <rdar://problem/15530080> 2013-11-22 00:02:13 +00:00
FormatManager.cpp <rdar://problem/12055586> 2014-04-10 00:14:07 +00:00
LibCxx.cpp <rdar://problem/16424592> 2014-03-31 23:02:25 +00:00
LibCxxList.cpp Fix Windows build using portable types for formatting the log outputs 2014-03-03 15:39:47 +00:00
LibCxxMap.cpp Fix Windows build using portable types for formatting the log outputs 2014-03-03 15:39:47 +00:00
LibCxxUnorderedMap.cpp Fix Windows build using portable types for formatting the log outputs 2014-03-03 15:39:47 +00:00
LibStdcpp.cpp Fix Windows build using portable types for formatting the log outputs 2014-03-03 15:39:47 +00:00
Makefile Only enable RTTI for cxa_demangle.cpp 2013-02-15 02:36:40 +00:00
NSArray.cpp Fix Windows build using portable types for formatting the log outputs 2014-03-03 15:39:47 +00:00
NSDictionary.cpp Fix Windows build using portable types for formatting the log outputs 2014-03-03 15:39:47 +00:00
NSSet.cpp Fix Windows build using portable types for formatting the log outputs 2014-03-03 15:39:47 +00:00
TypeCategory.cpp All data formatters come in "match exact" and "match regex" styles 2013-12-20 11:32:26 +00:00
TypeCategoryMap.cpp <rdar://problem/15530080> 2013-11-22 00:02:13 +00:00
TypeFormat.cpp Better error reporting when a variable can't be 2014-02-28 22:27:53 +00:00
TypeSummary.cpp sweep up -Wformat warnings from gcc 2014-04-04 04:06:10 +00:00
TypeSynthetic.cpp sweep up -Wformat warnings from gcc 2014-04-04 04:06:10 +00:00
ValueObjectPrinter.cpp <rdar://problem/16006373> 2014-02-15 01:24:44 +00:00