]> granicus.if.org Git - clang/commit
Update Clang for an API change to LLVM's switch case iterator (it is now
authorChandler Carruth <chandlerc@gmail.com>
Wed, 12 Apr 2017 08:12:30 +0000 (08:12 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 12 Apr 2017 08:12:30 +0000 (08:12 +0000)
commitd6b8079c9e35e216a902394bb267d5df9030d266
tree1c8a619ca73d00a660ed4715ea97cc78e08abf9e
parent7c10f25fc00e48c1a2bc0b0f83183119e2540fed
Update Clang for an API change to LLVM's switch case iterator (it is now
an actual iterator and so we need to look through it to the case
handle).

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