Use auto for scope-guard locals v.s. folly::ScopeGuard
authorYedidya Feldblum <yfeldblum@fb.com>
Sat, 6 Jan 2018 06:45:21 +0000 (22:45 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 6 Jan 2018 06:55:14 +0000 (22:55 -0800)
commit46563373196cb85c0b8130149bfa2abedaa2b0c5
tree764f43f2843d1c7a055eca5862048e56ff79ca04
parentcacdd1d54a32c2740fa9dda4ac83b11d2d398820
Use auto for scope-guard locals v.s. folly::ScopeGuard

Summary: Use `auto` for scope-guard locals v.s. `folly::ScopeGuard`.

Reviewed By: igorsugak, meyering

Differential Revision: D6664915

fbshipit-source-id: ea239b712f3f9dc7ef81105aaf82f4b36bc07db5
folly/ScopeGuard.h
folly/experimental/symbolizer/Elf.cpp
folly/test/ScopeGuardTest.cpp
folly/test/function_benchmark/main.cpp