]> granicus.if.org Git - clang/commit
DI: Update for LLVM API change for local variables
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 31 Jul 2015 17:56:14 +0000 (17:56 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 31 Jul 2015 17:56:14 +0000 (17:56 +0000)
commitaca5ead72aaac2722807d0cfed6888a549aa5165
tree596bbf6b7168d25b698c72e62d02a1ce269d5a42
parent0cd2b8ea3ed02cf228cb322b9d64276f01e44b4d
DI: Update for LLVM API change for local variables

Adjust to LLVM DIBuilder API changes in r243764, using
`createAutoVariable()` and `createParameterVariable()` in place of
`createLocalVariable()`.  No real functionality change here.

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