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

Simplify handling of diff request options. NFC #1174

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Conversation

vgvassilev
Copy link
Owner

No description provided.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

const RequestOptions& ReqOpts,
const FunctionDecl* FD,
DiffRequest& request) {
const AnnotateAttr* A = FD->getAttr<AnnotateAttr>();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: no header providing "clang::AnnotateAttr" is directly included [misc-include-cleaner]

    const AnnotateAttr* A = FD->getAttr<AnnotateAttr>();
          ^

lib/Differentiator/DiffPlanner.cpp Outdated Show resolved Hide resolved
Copy link

codecov bot commented Dec 16, 2024

Codecov Report

Attention: Patch coverage is 96.80851% with 3 lines in your changes missing coverage. Please review.

Project coverage is 94.55%. Comparing base (cebc426) to head (b2e0204).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
lib/Differentiator/DiffPlanner.cpp 96.80% 3 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1174      +/-   ##
==========================================
- Coverage   94.56%   94.55%   -0.01%     
==========================================
  Files          51       51              
  Lines        8942     8946       +4     
==========================================
+ Hits         8456     8459       +3     
- Misses        486      487       +1     
Files with missing lines Coverage Δ
lib/Differentiator/DiffPlanner.cpp 98.44% <96.80%> (-0.21%) ⬇️
Files with missing lines Coverage Δ
lib/Differentiator/DiffPlanner.cpp 98.44% <96.80%> (-0.21%) ⬇️

@vgvassilev vgvassilev merged commit c47afe2 into master Dec 16, 2024
90 checks passed
@vgvassilev vgvassilev deleted the simplify-req-opts branch December 16, 2024 20:10
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.

1 participant