rocksdb/utilities
Yi Wu d746aead1a Suppress clang-analyzer false positive
Summary:
Fixing two types of clang-analyzer false positives:
* db is deleted and then reopen, and clang-analyzer thinks we are reusing the pointer after it has been deleted. Adding asserts to hint clang-analyzer the pointer is recreated.
* ParsedInternalKey is (intentionally) uninitialized. Initialize the struct only when clang-analyzer is running.
Closes https://github.com/facebook/rocksdb/pull/2334

Differential Revision: D5093801

Pulled By: yiwu-arbug

fbshipit-source-id: f51355382098eb3da5ab9f64e094c6d03e6bdf7d
2017-05-19 10:56:28 -07:00
..
2017-05-16 12:01:04 -07:00
2017-05-17 16:41:49 -07:00
2017-04-27 18:06:12 -07:00
2017-05-12 15:54:06 -07:00
2017-05-17 23:12:36 -07:00
2017-04-04 11:24:12 -07:00