]> granicus.if.org Git - clang/commit
[Sema] Use available enum types instead of integers. As one is used in a switch,...
authorCraig Topper <craig.topper@gmail.com>
Wed, 23 Dec 2015 05:44:43 +0000 (05:44 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 23 Dec 2015 05:44:43 +0000 (05:44 +0000)
commita2456fbb78a60dadb5110624686aed28bb4b0325
tree9a3d9cdefae8ae1da137afa75884e48e1a57bb4c
parent4be5ac759f747946853fecfe12a82704dccb17f4
[Sema] Use available enum types instead of integers. As one is used in a switch, this makes the compiler ensure the switch is fully covered. NFC

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256318 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaStmtAttr.cpp