Turns out, many people define structs named Point that do not share the same names...
authorEnrico Granata <egranata@apple.com>
Fri, 18 Dec 2015 22:04:47 +0000 (22:04 +0000)
committerEnrico Granata <egranata@apple.com>
Fri, 18 Dec 2015 22:04:47 +0000 (22:04 +0000)
commit11799e15298006e1ef59d82aec88695d572f1561
treec8dda165797d795750eeb6137e6c2c562d03f63d
parent1eaae4c3b1c2aa921b087eba07c2754ab84ae202
Turns out, many people define structs named Point that do not share the same names that this formatter uses for fields; use the {} syntax to make it so that a failure to parse the summary doesn't cause the entire printout to fail

llvm-svn: 256042
lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp