Do not use `auto` for type that is not obvious in a local context.
authorRui Ueyama <ruiu@google.com>
Sat, 24 Feb 2018 01:39:25 +0000 (01:39 +0000)
committerRui Ueyama <ruiu@google.com>
Sat, 24 Feb 2018 01:39:25 +0000 (01:39 +0000)
commit20571c39a191d9b3c62eab5bf474dc3d57c7d54a
tree80959eb0721ce1cab72d14c32aae27ca15e34bfe
parentfa48c496e2ccde292b74b5dc45aa29c65e3748be
Do not use `auto` for type that is not obvious in a local context.

llvm-svn: 326012
lld/wasm/InputFiles.cpp