Skip to content

Conversation

@aaronj0
Copy link
Collaborator

@aaronj0 aaronj0 commented Mar 24, 2025

No description provided.

@aaronj0 aaronj0 requested a review from vgvassilev March 24, 2025 10:21
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

}
clang::FunctionDecl* FD;

if (llvm::dyn_cast<FunctionDecl>(D))
Copy link
Contributor

Choose a reason for hiding this comment

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

warning: return value from dyn_cast<> not used [llvm-prefer-isa-or-dyn-cast-in-conditionals]

Suggested change
if (llvm::dyn_cast<FunctionDecl>(D))
if (isa::dyn_cast<FunctionDecl>(D))

@codecov
Copy link

codecov bot commented Mar 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.74%. Comparing base (f0f59f2) to head (4d2b9b7).
Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #536      +/-   ##
==========================================
+ Coverage   72.71%   72.74%   +0.02%     
==========================================
  Files           9        9              
  Lines        3618     3621       +3     
==========================================
+ Hits         2631     2634       +3     
  Misses        987      987              
Files with missing lines Coverage Δ
lib/Interpreter/CppInterOp.cpp 83.03% <100.00%> (+0.02%) ⬆️
Files with missing lines Coverage Δ
lib/Interpreter/CppInterOp.cpp 83.03% <100.00%> (+0.02%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@vgvassilev vgvassilev left a comment

Choose a reason for hiding this comment

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

Lgtm, assuming the ci passes and we squash on merge.

@aaronj0 aaronj0 merged commit 83d43df into compiler-research:main Mar 24, 2025
73 checks passed
@aaronj0 aaronj0 deleted the fix-getfunctionsignature branch April 22, 2025 08:27
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.

2 participants