Clang-tidy static analysis (#3222)
* Clang-tidy static analysis * Modernise checks * Google coding standard checks * Identifier renaming according to Google style
This commit is contained in:
@@ -33,7 +33,7 @@ class SparsePageSource : public DataSource {
|
||||
*/
|
||||
explicit SparsePageSource(const std::string& cache_prefix) noexcept(false);
|
||||
/*! \brief destructor */
|
||||
virtual ~SparsePageSource();
|
||||
~SparsePageSource() override;
|
||||
// implement Next
|
||||
bool Next() override;
|
||||
// implement BeforeFirst
|
||||
|
||||
Reference in New Issue
Block a user