Add missing override and remove redundant virtual in folly
authorIgor Sugak <sugak@fb.com>
Mon, 22 Jun 2015 23:40:19 +0000 (16:40 -0700)
committerSara Golemon <sgolemon@fb.com>
Mon, 22 Jun 2015 23:45:35 +0000 (16:45 -0700)
commit7f22ad99b5c4583d8f579911b8907c7758a4151e
treec3a4e0e428adfcc44ea63a99909c7c20617cf0cc
parent61a1244ec0d11e8a612c4e2614c8cea32f4d87d4
Add missing override and remove redundant virtual in folly

Summary: Running clang-tidy to fix this problem, using script D2171334.

I noticed that even without this change clang dev build succeeds for folly and opened a separate task to investigate why.

Reviewed By: @markisaa

Differential Revision: D2179299
28 files changed:
folly/experimental/symbolizer/test/ElfTests.cpp
folly/experimental/symbolizer/test/SymbolizerTest.cpp
folly/futures/detail/ThreadWheelTimekeeper.h
folly/futures/test/ContextTest.cpp
folly/futures/test/ViaTest.cpp
folly/io/async/AsyncSSLSocket.cpp
folly/io/async/AsyncServerSocket.cpp
folly/io/async/AsyncSocket.cpp
folly/io/async/EventBase.cpp
folly/io/async/test/AsyncSocketTest2.cpp
folly/io/async/test/AsyncUDPSocketTest.cpp
folly/io/async/test/EventBaseBenchmark.cpp
folly/io/async/test/EventBaseTest.cpp
folly/io/test/CompressionTest.cpp
folly/io/test/IOBufTest.cpp
folly/test/ExceptionWrapperTest.cpp
folly/test/PaddedTest.cpp
folly/test/PortabilityTest.cpp
folly/test/function_benchmark/test_functions.cpp
folly/wangle/acceptor/Acceptor.cpp
folly/wangle/bootstrap/BootstrapTest.cpp
folly/wangle/channel/test/FileRegionTest.cpp
folly/wangle/channel/test/PipelineTest.cpp
folly/wangle/codec/CodecTest.cpp
folly/wangle/concurrent/IOThreadPoolExecutor.cpp
folly/wangle/concurrent/test/ThreadPoolExecutorTest.cpp
folly/wangle/service/ServiceTest.cpp
folly/wangle/ssl/test/SSLCacheTest.cpp