PR19623: Implement typedefs of void.
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 1 May 2014 17:56:13 +0000 (17:56 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 1 May 2014 17:56:13 +0000 (17:56 +0000)
commit11786be74365f32426a74477db4837e496fcf89c
treeb3f34eb2a8e22d43b2dd75079c600e1170e82a22
parent32207fac808af8f395826b391ce4a56520027a63
PR19623: Implement typedefs of void.

This the LLVM portion that will allow Clang and other frontends to emit
typedefs of void by providing a null type for the typedef's underlying
type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207777 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/DIBuilder.cpp
test/DebugInfo/typedef.ll [new file with mode: 0644]