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)
commit260161b8c50a617b3be12531610d8d4064423948
treed3ff54e99ec72aba5a0adbfa1a494bc15017e6b7
parent4af0593eccb036b9272552335495ecb626299522
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).

llvm-svn: 300035
clang/lib/CodeGen/CGCleanup.cpp