diff options
author | Enrico Granata <egranata@apple.com> | 2015-09-09 01:10:46 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2015-09-09 01:10:46 +0000 |
commit | d3233c1ed78fca9640cbfa145c19fe073c63eab3 (patch) | |
tree | 5ca32c49fe4bd1d925d8f227e8ae1884c679c6e1 /llvm/lib/Target | |
parent | 1ef6e4c870fcd434846423ea0019e1d2007aa494 (diff) | |
download | bcm5719-llvm-d3233c1ed78fca9640cbfa145c19fe073c63eab3.tar.gz bcm5719-llvm-d3233c1ed78fca9640cbfa145c19fe073c63eab3.zip |
Data formatter candidate matches can be generated in a number of ways; language-based dynamic type discovery being one of them (for instance, this is what takes an 'id' and discovers that it truly is an __NSArrayI, so it should probably use the NSArray formatter)
This used to be hardcoded in the FormatManager, but in a pluginized world that is not the right way to go
So, move this step to the Language plugin such that appropriate language plugins for a type get a say about adding candidates to the formatters lookup tables
llvm-svn: 247112
Diffstat (limited to 'llvm/lib/Target')
0 files changed, 0 insertions, 0 deletions