When trying to get the element type of an array type, do not go to the canonical...
authorEnrico Granata <egranata@apple.com>
Tue, 28 Oct 2014 18:25:50 +0000 (18:25 +0000)
committerEnrico Granata <egranata@apple.com>
Tue, 28 Oct 2014 18:25:50 +0000 (18:25 +0000)
commit4f2fe82b6de2069ae48bd1e8df0e29826ad63351
treeac81b8b482dae0c338acf96cf6ea365f6381e9ef
parent1cf354c92f560d6fd9bf1265b7c235a22f721db1
When trying to get the element type of an array type, do not go to the canonical type, since that will strip typedefs where we want them to be preserved. Fixes rdar://15453076

llvm-svn: 220810
lldb/source/Symbol/ClangASTType.cpp
lldb/test/functionalities/data-formatter/typedef_array/TestTypedefArray.py [new file with mode: 0644]
lldb/test/functionalities/data-formatter/typedef_array/main.cpp [new file with mode: 0644]