[clang] [CIR] Add emitDeclInvariant for global with constant storage (PR #171915)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 16 10:03:54 PST 2025
adams381 wrote:
Addressed parameter naming compliance issue: Changed function parameters in `emitInvariantStart` from PascalCase (`Size`, `Addr`) to lowercase camelCase (`size`, `addr`) to match LLVM coding standards for function parameters. This ensures consistency with the rest of the codebase where function parameters use lowercase camelCase naming convention.
https://github.com/llvm/llvm-project/pull/171915
More information about the cfe-commits
mailing list