Allow field offset lookups in types with incomplete arrays within libclang.
authorAaron Ballman <aaron@aaronballman.com>
Tue, 7 May 2019 14:00:49 +0000 (14:00 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 7 May 2019 14:00:49 +0000 (14:00 +0000)
commit81af6acbd988223940e497387e2a1bc7d8913ad7
treecdcec358f9da7aadafde0e49704560c9c83ccee0
parentf16eeb943facb90735c606d63e18d9f31f5e77f8
Allow field offset lookups in types with incomplete arrays within libclang.

Patch thanks to Jorn Vernee

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360147 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/print-type-size.c [new file with mode: 0644]
tools/libclang/CXType.cpp