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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to