]> granicus.if.org Git - clang/commit
DebugInfo: Make CGDebugInfo::getStaticDataMemberDeclaration's argument type match...
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 15 Aug 2013 21:42:43 +0000 (21:42 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 15 Aug 2013 21:42:43 +0000 (21:42 +0000)
commit27ab0362bc030de340e25c72002c15f6b22fe683
tree760fc8d45b2214d3180381f523ff66d0b2c78477
parent492b1020a7f9e34591843768cdf89af0ad4a7024
DebugInfo: Make CGDebugInfo::getStaticDataMemberDeclaration's argument type match the semantics

Rather than having a cast immediately inside the function, push that
type requirement out to the callers.

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