Skip to content

Conversation

@dkolsen-pgi
Copy link
Collaborator

Run clang-tidy on clang/lib/CIR/CodeGen/CIRGenModule.cpp. Accept all of the recommended fixes, except for one suggestion to use std::any_of. The vast majority of the changes had to do with the case of identifiers, changing variables and parameters from VarName to varName.

Run clang-tidy on `clang/lib/CIR/CodeGen/CIRGenModule.cpp`.  Accept all
of the recommended fixes, except for one suggestion to use
`std::any_of`.  The vast majority of the changes had to do with the case
of identifiers, changing variables and parameters from `VarName` to
`varName`.
@bcardosolopes bcardosolopes merged commit 6d7f899 into llvm:main Mar 1, 2025
7 checks passed
lanza pushed a commit that referenced this pull request Mar 18, 2025
Run clang-tidy on `clang/lib/CIR/CodeGen/CIRGenModule.cpp`. Accept all
of the recommended fixes, except for one suggestion to use
`std::any_of`. The vast majority of the changes had to do with the case
of identifiers, changing variables and parameters from `VarName` to
`varName`.
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