rocksdb/utilities/persistent_cache
yuzhangyu@fb.com 1cfdece85d Run internal cpp modernizer on RocksDB repo (#12398)
Summary:
When internal cpp modernizer attempts to format rocksdb code, it will replace macro `ROCKSDB_NAMESPACE`  with its default definition `rocksdb` when collapsing nested namespace. We filed a feedback for the tool T180254030 and the team filed a bug for this: https://github.com/llvm/llvm-project/issues/83452. At the same time, they suggested us to run the modernizer tool ourselves so future auto codemod attempts will be smaller. This diff contains:

Running
`xplat/scripts/codemod_service/cpp_modernizer.sh`
in fbcode/internal_repo_rocksdb/repo (excluding some directories in utilities/transactions/lock/range/range_tree/lib that has a non meta copyright comment)
without swapping out the namespace macro `ROCKSDB_NAMESPACE`

Followed by RocksDB's own
`make format`
Pull Request resolved: https://github.com/facebook/rocksdb/pull/12398

Test Plan: Auto tests

Reviewed By: hx235

Differential Revision: D54382532

Pulled By: jowlyzhang

fbshipit-source-id: e7d5b40f9b113b60e5a503558c181f080b9d02fa
2024-03-04 10:08:32 -08:00
..
block_cache_tier.cc Run internal cpp modernizer on RocksDB repo (#12398) 2024-03-04 10:08:32 -08:00
block_cache_tier.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
block_cache_tier_file.cc Run internal cpp modernizer on RocksDB repo (#12398) 2024-03-04 10:08:32 -08:00
block_cache_tier_file.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
block_cache_tier_file_buffer.h Run clang-format on utilities/ (except utilities/transactions/) (#10853) 2022-10-24 16:38:09 -07:00
block_cache_tier_metadata.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
block_cache_tier_metadata.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
hash_table.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
hash_table_bench.cc Prefer static_cast in place of most reinterpret_cast (#12308) 2024-02-07 10:44:11 -08:00
hash_table_evictable.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
hash_table_test.cc Run internal cpp modernizer on RocksDB repo (#12398) 2024-03-04 10:08:32 -08:00
lrulist.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
persistent_cache_bench.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
persistent_cache_test.cc Prefer static_cast in place of most reinterpret_cast (#12308) 2024-02-07 10:44:11 -08:00
persistent_cache_test.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
persistent_cache_tier.cc Run internal cpp modernizer on RocksDB repo (#12398) 2024-03-04 10:08:32 -08:00
persistent_cache_tier.h Remove 'virtual' when implied by 'override' (#12319) 2024-01-31 13:14:42 -08:00
persistent_cache_util.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 2020-02-20 12:09:57 -08:00
volatile_tier_impl.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
volatile_tier_impl.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00