apply clang-tidy modernize-use-override
commitdcd54da2c79c89cff433e624cc526dc747ab4be8
authorVictor Gao <vgao@fb.com>
Fri, 9 Jun 2017 18:17:11 +0000 (9 11:17 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Fri, 9 Jun 2017 18:36:26 +0000 (9 11:36 -0700)
tree8ace7c5536086b778d92bd78b56fa1a13b082f54
parent328d0e466c582b669a4db9d0d3b372d6de30d294
apply clang-tidy modernize-use-override

Summary: Use clang-tidy to mechanically add missing `override` and remove redundant `virtual`.

Reviewed By: igorsugak

Differential Revision: D5211868

fbshipit-source-id: 15cec17d39690ffa8072ffeccdf9fedaae1f6839
20 files changed:
hphp/compiler/expression/static_class_name.h
hphp/compiler/parser/parser.h
hphp/runtime/base/file.h
hphp/runtime/base/socket.h
hphp/runtime/debugger/debugger_thrift_buffer.h
hphp/runtime/ext/apache/ext_apache.h
hphp/runtime/ext/extension.h
hphp/runtime/ext_zend_compat/php-src/Zend/zend_list.h
hphp/runtime/server/external-clients-shim.h
hphp/runtime/server/fastcgi/fastcgi-server-factory.cpp
hphp/runtime/server/fastcgi/fastcgi-server.h
hphp/runtime/server/log-writer.h
hphp/runtime/server/proxygen/proxygen-server.h
hphp/runtime/server/proxygen/proxygen-transport.h
hphp/runtime/server/server-worker.h
hphp/test/ext/test_cpp_base.h
hphp/test/ext/test_ext_apc.h
hphp/test/ext/test_util.h
hphp/util/data-block.h
hphp/vixl/a64/simulator-a64.h