OSDN Git Service

[APFloat] APFloat::Storage::Storage - fix use after move
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 14 May 2019 14:13:30 +0000 (14:13 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 14 May 2019 14:13:30 +0000 (14:13 +0000)
commit419a13cb677ef7a4226cda0a550a3e39c6547438
tree543b79516b20a9152257e3de84a2d5fc7c078a7d
parentd53e7ff1c46b531833464cac6610760e2fbd29a6
[APFloat] APFloat::Storage::Storage - fix use after move

This was mentioned both in https://www.viva64.com/en/b/0629/ and by scan-build checks

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