Skip to content
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

Fix some clang tidy warnings #2464

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Xazax-hun
Copy link
Contributor

Mostly adding noexcept to some move assignments/ctors so they are utilized by STL. Also adding some std::move calls to avoid certain potentially expensive copies. Some misc fixes/improvements including fixing typos in comments.

Mostly adding noexcept to some move assignments/ctors so they are
utilized by STL. Also adding some std::move calls to avoid certain
potentially expensive copies. Some misc fixes/improvements including
fixing typos in comments.
quentin
quentin previously approved these changes Dec 23, 2023
Copy link

codecov bot commented Dec 24, 2023

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (9ac6b24) 78.18% compared to head (8016caa) 78.21%.
Report is 2 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2464      +/-   ##
==========================================
+ Coverage   78.18%   78.21%   +0.02%     
==========================================
  Files         486      486              
  Lines       32422    32420       -2     
==========================================
+ Hits        25349    25357       +8     
+ Misses       7073     7063      -10     
Files Coverage Δ
src/ast/Constraint.h 100.00% <100.00%> (ø)
src/ast/Lattice.h 100.00% <ø> (ø)
src/ast/Literal.h 100.00% <100.00%> (ø)
src/ast/UnnamedVariable.cpp 100.00% <100.00%> (ø)
src/ast/UserDefinedAggregator.cpp 96.29% <100.00%> (ø)
src/ast/analysis/Aggregate.cpp 99.26% <100.00%> (-0.02%) ⬇️
src/ast/analysis/typesystem/TypeSystem.h 86.01% <100.00%> (ø)
src/ast2ram/utility/ValueIndex.cpp 76.92% <100.00%> (ø)
src/include/souffle/RecordTable.h 100.00% <100.00%> (ø)
src/include/souffle/datastructure/BTree.h 98.12% <100.00%> (ø)
... and 38 more

... and 4 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants