hanchenye-llvm-project/lldb/www
Enrico Granata 4a3274af96 Removing cascading through inheritance chains for data formatters
This is the feature that allowed the user to have things like:

class Base { ... };
class Derived : public Base { ... };

and have formatters defined for Base work automatically for Derived.

This feature turned out to be too expensive since it requires completing types.

This patch takes care of removing cascading (other than typedefs chain cascading), updating the test suite accordingly, and adding required Cocoa class names to keep the AppKit formatters working

llvm-svn: 153272
2012-03-22 19:55:55 +00:00
..
architecture.html Apply patch from Bruce Mitchener to fix spelling errors. 2011-01-07 17:16:03 +00:00
build.html Added a python FAQ page with detailed examples of how to add python functions 2012-01-22 02:55:08 +00:00
customization.html Added a python FAQ page with detailed examples of how to add python functions 2012-01-22 02:55:08 +00:00
docs.html
download.html Added a python FAQ page with detailed examples of how to add python functions 2012-01-22 02:55:08 +00:00
faq.html
features.html Added a python FAQ page with detailed examples of how to add python functions 2012-01-22 02:55:08 +00:00
formats.html Added a python FAQ page with detailed examples of how to add python functions 2012-01-22 02:55:08 +00:00
goals.html
index.html Minor modification. 2012-02-22 19:02:32 +00:00
lldb-gdb.html Add "frame info" command to the "Examining Thread State" section, as suggested by Andrew Trick. 2012-03-21 18:14:37 +00:00
python-reference.html fixing documentation to refer to the correct name of the module init function __lldb_init_module 2012-02-20 22:05:47 +00:00
scripting.html Add an introduction to the scripting example web page. 2011-06-15 16:37:40 +00:00
sidebar.incl Better name for the Python Scripting. 2012-01-24 02:44:55 +00:00
status.html Updated the grossly out of date status page. 2011-10-27 01:33:27 +00:00
style.css Use the same colors in the LLDB/GDB table as the sidebar so things look 2011-04-05 21:44:24 +00:00
tutorial.html rdar://problem/11057400 2012-03-16 00:44:02 +00:00
varformats.html Removing cascading through inheritance chains for data formatters 2012-03-22 19:55:55 +00:00