rocksdb/file
Cheng Chang 43aee93d2b Initialize scratch to nullptr explicitly to make clang analyzer happy (#6577)
Summary:
`scratch` is not initialized in `Align` because it will be set outside of it. But clang analyzer is strict on initializing it before return.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6577

Test Plan: make analyze

Reviewed By: siying

Differential Revision: D20607303

Pulled By: cheng-chang

fbshipit-source-id: 2843d759345a057a8e122178d30b90deff0f9b2a
2020-03-23 20:15:27 -07:00
..
delete_scheduler.cc
delete_scheduler.h
delete_scheduler_test.cc
file_prefetch_buffer.cc
file_prefetch_buffer.h
file_util.cc
file_util.h
filename.cc Attempt to recover from db with missing table files (#6334) 2020-03-20 19:30:48 -07:00
filename.h Attempt to recover from db with missing table files (#6334) 2020-03-20 19:30:48 -07:00
random_access_file_reader.cc Initialize scratch to nullptr explicitly to make clang analyzer happy (#6577) 2020-03-23 20:15:27 -07:00
random_access_file_reader.h Support direct IO in RandomAccessFileReader::MultiRead (#6446) 2020-03-20 16:33:26 -07:00
random_access_file_reader_test.cc Support direct IO in RandomAccessFileReader::MultiRead (#6446) 2020-03-20 16:33:26 -07:00
read_write_util.cc
read_write_util.h
readahead_raf.cc
readahead_raf.h
sequence_file_reader.cc
sequence_file_reader.h
sst_file_manager_impl.cc
sst_file_manager_impl.h
writable_file_writer.cc
writable_file_writer.h