Upgrade clang-tidy on CI. (#5469)
* Correct all clang-tidy errors. * Upgrade clang-tidy to 10 on CI. Co-authored-by: Hyunsu Cho <chohyu01@cs.washington.edu>
This commit is contained in:
@@ -128,7 +128,7 @@ void FeatureInteractionConstraint::Configure(
|
||||
s_sets_ptr_ = dh::ToSpan(d_sets_ptr_);
|
||||
|
||||
d_feature_buffer_storage_.resize(LBitField64::ComputeStorageSize(n_features));
|
||||
feature_buffer_ = dh::ToSpan(d_feature_buffer_storage_);
|
||||
feature_buffer_ = LBitField64{dh::ToSpan(d_feature_buffer_storage_)};
|
||||
|
||||
// --- Initialize result buffers.
|
||||
output_buffer_bits_storage_.resize(LBitField64::ComputeStorageSize(n_features));
|
||||
|
||||
Reference in New Issue
Block a user