Skip to content

Conversation

@necto
Copy link
Contributor

@necto necto commented Dec 2, 2025

In my previous commit I forgot that this argument of AnalysisConsumer::getModeForDecl() is also never modified.
Here is the missing trailing const.

I forgot that `this` argument is also not modified. Here is the missing
second const.
@necto necto requested review from NagyDonat and steakhal December 2, 2025 11:05
@steakhal steakhal enabled auto-merge (squash) December 2, 2025 11:25
@steakhal steakhal merged commit c12dd59 into llvm:main Dec 2, 2025
10 of 11 checks passed
kcloudy0717 pushed a commit to kcloudy0717/llvm-project that referenced this pull request Dec 4, 2025
In my previous commit I forgot that `this` argument of
AnalysisConsumer::getModeForDecl() is also never modified.
Here is the missing trailing const.
honeygoyal pushed a commit to honeygoyal/llvm-project that referenced this pull request Dec 9, 2025
In my previous commit I forgot that `this` argument of
AnalysisConsumer::getModeForDecl() is also never modified.
Here is the missing trailing const.
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