apply clang-tidy modernize-use-override
authorVictor Gao <vgao@fb.com>
Wed, 24 May 2017 18:03:04 +0000 (11:03 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 24 May 2017 18:05:26 +0000 (11:05 -0700)
commite70058f47d312aaf194207ff6034089850750c1e
tree6b138d0a9b55773080f37040e700b971f6ee9dec
parentb1eb5b684447a4a58516d5e8ffbd328aab1e477d
apply clang-tidy modernize-use-override

Summary:
This is generated by applying clang-tidy -checks=modernize-use-override to all .cpp files under folly.
It enforces the use of the keywords virtual, override and final in a way compliant to the style guide.

Reviewed By: yfeldblum

Differential Revision: D5108973

fbshipit-source-id: 61c55aa372feebe3b3be12a2705a04879aae57a4
46 files changed:
folly/IPAddressException.h
folly/LifoSem.h
folly/Singleton.h
folly/Subprocess.h
folly/dynamic-inl.h
folly/experimental/hazptr/memory_resource.h
folly/experimental/hazptr/test/HazptrUse1.h
folly/experimental/hazptr/test/HazptrUse2.h
folly/experimental/symbolizer/Symbolizer.h
folly/fibers/EventBaseLoopController.h
folly/fibers/FiberManagerInternal.h
folly/futures/DrivableExecutor.h
folly/futures/ManualExecutor.h
folly/futures/ScheduledExecutor.h
folly/gen/Base-inl.h
folly/io/Compression.cpp
folly/io/IOBuf.h
folly/io/async/AsyncPipe.h
folly/io/async/AsyncSSLSocket.h
folly/io/async/AsyncServerSocket.h
folly/io/async/AsyncSocket.h
folly/io/async/AsyncTimeout.h
folly/io/async/AsyncTransport.h
folly/io/async/AsyncUDPServerSocket.h
folly/io/async/AsyncUDPSocket.h
folly/io/async/DecoratedAsyncTransportWrapper.h
folly/io/async/DelayedDestruction.h
folly/io/async/EventBase.h
folly/io/async/EventBaseLocal.h
folly/io/async/HHWheelTimer.h
folly/io/async/NotificationQueue.h
folly/io/async/VirtualEventBase.h
folly/io/async/WriteChainAsyncTransportWrapper.h
folly/io/async/test/AsyncSSLSocketTest.cpp
folly/io/async/test/AsyncSSLSocketTest.h
folly/io/async/test/AsyncSocketTest.h
folly/io/async/test/AsyncSocketTest2.h
folly/io/async/test/DelayedDestructionTest.cpp
folly/io/async/test/NotificationQueueTest.cpp
folly/io/async/test/RequestContextTest.cpp
folly/io/async/test/TestSSLServer.h
folly/io/async/test/UndelayedDestruction.h
folly/io/async/test/WriteChainAsyncTransportWrapperTest.cpp
folly/test/SingletonTest.cpp
folly/test/SmallLocksBenchmark.cpp
folly/test/SubprocessTest.cpp