Andrew Noyes 4ee97c0784 Use clang-tidy to automatically fix missing overrides
Use `clang-tidy -p . $file -checks='-*,modernize-use-override' -header-filter='.*' -fix`
to fix missing overrides, and then use git clang-format to reformat just
those changes. This went pretty well for most files.

Formatting the following files went off the rails, so I'm going to
follow up with a commit that's just clang-tidy and no clang-format.

- fdbclient/DatabaseBackupAgent.actor.cpp
- fdbclient/FileBackupAgent.actor.cpp
- fdbserver/OldTLogServer_4_6.actor.cpp
- fdbmonitor/SimpleIni.h
- fdbserver/workloads/ClientTransactionProfileCorrectness.actor.cpp
2021-01-26 02:04:12 +00:00
..
2020-10-23 06:33:00 +00:00
2020-12-02 21:53:19 +00:00
2020-12-08 09:09:32 -08:00
2020-12-02 21:53:19 +00:00
2021-01-20 13:57:36 -08:00
2021-01-15 19:35:10 +00:00
2021-01-15 19:35:10 +00:00
2020-11-07 22:10:18 -08:00
2021-01-20 17:05:58 -08:00
2020-11-10 14:01:07 -07:00