-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Fix a number of clang-tidy detected defects #22416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
34be669
[ntuple] fix argument comment
jblomer 4ad0311
[io] fix casting through void
jblomer 4459931
[RVec] avoid unnecessary capacity check in internal set_size
jblomer 589d342
[ntuple] avoid throwing impossible exception
jblomer 947bb8e
[ntuple] don't throw in RNTupleModel::~RUpdater()
jblomer a7521f6
[ntuple] safer use of RException
jblomer 1919dae
[core] make RException nothrow copy constructible
jblomer fd7bde8
[ntuple] fix throwing exception in RNTupleDescriptor
jblomer a207127
[ntuple] remove wrong forward declaration of RFieldVisitor
jblomer 486f0e0
[core] fix definition of kMaxULong
jblomer 44f19af
[ntuple] minor improvement in optional assignments
jblomer 2edc6d7
[ntuple] minor readability improvement
jblomer fdfd600
[ntuple] minor improvement in RPageSourceFile::CreateFromAnchor()
jblomer 367c2a3
[ntuple] remove unused variable in RFieldBase::Create()
jblomer 1a28ee6
[ntuple] fix use-after-move in RNTupleDescriptorBuilder::AddColumn()
jblomer e2b41f9
[NFC][ntuple] suppress clang-tidy false positive
jblomer 60d6224
[ntuple] fix widening method visibility change
jblomer 91a71df
[ntuple] remove unusued usings
jblomer c3d72c3
[ntuple] private linkage of stream operator in the merger
jblomer 39bcdcc
[ntuple] replace std::endl by \n
jblomer 199dc1f
[ntuple] minor performance improvement in RPageSourceFile::LoadCluste…
jblomer db55e5f
[core] pass RError::RLocation by const ref
jblomer 5f71359
[ntuple] use member move in RValue move ctor
jblomer 269a42b
[ntuple] minor perf improvement in type name normalization
jblomer b27ea8c
[ntuple] make moving RPage(Ref) noexcept
jblomer e0f099a
[ntuple] avoid some unnecessary value copies
jblomer 750cab3
[core] remove unnecessary declaration in RResult
jblomer a6d7d43
[ntuple] mark some move constructors noexcept
jblomer 5bfe3e6
[RVec] improve noexcept specification
jblomer a640984
[ntuple] fix virtual destructor visibility
jblomer 5cf7a43
[ntuple] fix up RNTupleDescriptorBuilder::SetNTuple() signature
jblomer 2c93778
[ntuple] remove duplicate includes
jblomer b643f1e
[core] minor improvement in TIterator
jblomer ab18e8d
[NFC][ntuple] suppress cling-tidy warning for RKeyBlob
jblomer eb0f083
[meta] fix string_view use in TClassEdit::GetUniquePtrType()
jblomer 72c5f56
[core] add v6.46 deprecation macro
jblomer afe3c4e
[meta] deprecate TClassEdit::GetUniquePtrType()
jblomer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.