DIBuilder: take an optional StringRef to pass in unique identifier.
authorManman Ren <manman.ren@gmail.com>
Tue, 27 Aug 2013 23:06:40 +0000 (23:06 +0000)
committerManman Ren <manman.ren@gmail.com>
Tue, 27 Aug 2013 23:06:40 +0000 (23:06 +0000)
commit23f84cb1406b0f26f5bd808afa1828d427a40a2f
tree548c3a79427e5005e4460eee3bdad31041b02a85
parentffba4c7e69cd0d0ef346e9845b918a030ca51ae8
DIBuilder: take an optional StringRef to pass in unique identifier.

createClassType, createStructType, createUnionType, createEnumerationType,
and createForwardDecl will take an optional StringRef to pass in
the unique identifier.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189410 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DIBuilder.h
lib/IR/DIBuilder.cpp