OSDN Git Service

Replace setFeature macro with lambda to fix MSVC "shift count negative or too big...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 20 Oct 2018 13:16:31 +0000 (13:16 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 20 Oct 2018 13:16:31 +0000 (13:16 +0000)
commit6493c695297ecb8c90d8b5592ed9c01eb8239378
tree896f6758758d2503f1f5f40e98dba1d18d23dfe2
parent101b0b8556c2416fc8e52f917460d12233a095a7
Replace setFeature macro with lambda to fix MSVC "shift count negative or too big" warnings. NFCI.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@344843 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Host.cpp