]> granicus.if.org Git - clang/commit
Convert sequence of 'if's on the same value to a switch. No functionality change...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 28 Jan 2017 01:12:10 +0000 (01:12 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 28 Jan 2017 01:12:10 +0000 (01:12 +0000)
commitb2486af6abbf7adbed00d689f2845a8c4814bd78
tree7368da6351c5dcd13e567559673dbdb88922851f
parentf239d427be5c811e3666d67f63b0a98b279a6cf3
Convert sequence of 'if's on the same value to a switch. No functionality change intended.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@293354 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDeclCXX.cpp