Igor Sugak
62247ffa3b
rocksdb: Add missing override
...
Summary:
When using latest clang (3.6 or 3.7/trunck) rocksdb is failing with many errors. Almost all of them are missing override errors. This diff adds missing override keyword. No manual changes.
Prerequisites: bear and clang 3.5 build with extra tools
```lang=bash
% USE_CLANG=1 bear make all # generate a compilation database http://clang.llvm.org/docs/JSONCompilationDatabase.html
% clang-modernize -p . -include . -add-override
% make format
```
Test Plan:
Make sure all tests are passing.
```lang=bash
% #Use default fb code clang.
% make check
```
Verify less error and no missing override errors.
```lang=bash
% # Have trunk clang present in path.
% ROCKSDB_NO_FBCODE=1 CC=clang CXX=clang++ make
```
Reviewers: igor, kradhakrishnan, rven, meyering, sdong
Reviewed By: sdong
Subscribers: dhruba, leveldb
Differential Revision: https://reviews.facebook.net/D34077
2015-02-26 11:28:41 -08:00
..
2014-10-31 11:59:54 -07:00
2014-09-04 16:18:36 -07:00
2015-02-23 14:10:09 -08:00
2015-02-26 11:28:41 -08:00
2015-02-26 11:28:41 -08:00
2015-02-23 16:08:27 -08:00
2015-02-26 11:28:41 -08:00
2015-02-12 09:54:48 -08:00
2015-02-17 10:13:52 -08:00
2015-02-12 09:54:48 -08:00
2015-02-09 20:59:29 +01:00
2015-02-04 16:04:51 -08:00
2015-02-26 11:28:41 -08:00
2015-01-15 12:44:19 -08:00
2015-02-20 11:52:20 -08:00
2015-02-26 11:28:41 -08:00
2015-01-05 10:26:34 -08:00
2014-11-24 15:18:09 -08:00
2015-02-26 11:28:41 -08:00
2015-02-12 09:54:48 -08:00
2015-02-04 21:39:45 -08:00
2014-12-22 12:20:17 -08:00
2014-11-26 11:37:59 -08:00
2015-02-26 11:28:41 -08:00
2015-02-26 11:28:41 -08:00
2015-02-03 09:48:03 -08:00
2015-02-26 11:28:41 -08:00
2014-09-08 15:04:34 -07:00
2015-02-26 11:28:41 -08:00
2014-07-23 12:31:11 -07:00
2014-11-11 16:47:22 -05:00
2015-02-26 11:28:41 -08:00
2014-11-24 20:44:49 -08:00
2015-02-26 11:28:41 -08:00
2015-02-26 11:28:41 -08:00
2014-11-11 16:47:22 -05:00
2014-11-11 16:47:22 -05:00
2014-08-14 13:22:50 -07:00
2015-01-22 14:32:03 -08:00
2015-01-22 14:32:03 -08:00
2015-02-12 09:54:48 -08:00
2015-02-17 10:13:52 -08:00
2015-02-04 21:39:45 -08:00
2014-10-02 14:33:16 -07:00
2015-01-26 11:48:07 -08:00
2015-02-26 11:28:41 -08:00
2015-02-26 11:28:41 -08:00
2015-02-19 13:10:37 -08:00
2015-02-19 13:10:37 -08:00
2015-02-12 09:54:48 -08:00
2015-01-27 15:01:04 -08:00
2015-02-04 21:39:45 -08:00
2014-01-02 16:32:31 -08:00
2015-02-23 14:10:09 -08:00
2014-01-27 14:49:10 -08:00
2015-02-26 11:28:41 -08:00
2015-02-20 11:07:17 -08:00
2013-10-16 17:48:41 -07:00
2015-02-24 16:24:53 -08:00
2015-02-18 11:49:31 -08:00
2014-12-02 12:09:20 -08:00
2014-12-02 12:09:20 -08:00
2015-02-04 21:39:45 -08:00
2015-02-04 21:39:45 -08:00
2015-02-26 11:28:41 -08:00
2015-02-26 11:28:41 -08:00
2015-01-13 12:27:28 -08:00
2014-03-24 17:57:13 -07:00
2014-11-06 11:14:28 -08:00
2014-07-30 17:24:36 -07:00
2014-03-26 18:11:41 -07:00
2015-02-26 11:28:41 -08:00
2015-02-09 17:55:12 -08:00
2014-11-24 20:44:49 -08:00
2015-02-26 11:28:41 -08:00
2015-02-26 11:28:41 -08:00
2014-11-11 16:47:22 -05:00
2014-12-02 12:09:20 -08:00
2015-02-26 11:28:41 -08:00
2014-10-28 17:52:32 -07:00
2014-09-29 11:09:09 -07:00
2015-02-26 11:28:41 -08:00
2014-11-24 20:44:49 -08:00
2015-02-26 11:28:41 -08:00
2014-11-06 11:14:28 -08:00
2015-02-26 11:28:41 -08:00
2015-02-04 16:04:51 -08:00
2015-02-06 08:44:30 -08:00
2014-10-31 16:34:38 -07:00
2014-11-11 16:47:22 -05:00
2014-10-31 11:59:54 -07:00
2015-02-06 08:44:30 -08:00
2014-10-28 10:03:13 -07:00
2015-02-26 11:28:41 -08:00
2015-02-26 11:28:41 -08:00
2014-12-02 12:09:20 -08:00
2015-02-26 11:28:41 -08:00
2014-11-10 17:39:38 -05:00
2014-11-18 10:20:10 -08:00
2015-02-26 11:28:41 -08:00
2015-02-26 11:28:41 -08:00
2014-09-08 11:20:25 -07:00
2014-09-08 11:20:25 -07:00
2014-09-13 14:14:10 -07:00
2014-09-12 16:23:58 -07:00
2015-02-04 21:39:45 -08:00
2014-12-02 12:09:20 -08:00