1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-06-01 10:45:56 +08:00
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-15 17:08:41 +00:00
2020-12-09 13:51:50 -07:00
2020-12-02 21:53:19 +00:00
2020-12-02 21:53:19 +00:00
2020-11-10 14:01:07 -07:00
2020-09-10 17:44:15 -07:00
2020-09-30 01:23:10 -07:00
2020-10-19 22:51:56 -07:00
2020-10-19 22:51:56 -07:00
2020-10-08 23:58:58 -07:00