]> granicus.if.org Git - clang/commit
Debug Info: update interface for CreateEnumType and getOrCreateRecordFwdDecl.
authorManman Ren <manman.ren@gmail.com>
Wed, 28 Aug 2013 21:20:28 +0000 (21:20 +0000)
committerManman Ren <manman.ren@gmail.com>
Wed, 28 Aug 2013 21:20:28 +0000 (21:20 +0000)
commitf332733e141905ccefe43e7fe65f9a8a4263a2f6
tree447020cf9f0170ce8c20155aaab92089c76c6961
parent100dfd71af4a28e8d9f918980113eb25bdc75eba
Debug Info: update interface for CreateEnumType and getOrCreateRecordFwdDecl.

Both functions will take a Type pointer instead of a Decl pointer. This helps
with follow-up type uniquing patches, which need the Type pointer to call
CXX mangler to generate unique identifiers.

No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189519 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h