Issue 179769
Summary [HLSL] Use consistent style for parameter names for built-in methods
Labels HLSL
Assignees
Reporter hekota
    We do not have a consistent naming style for parameter names of built-in object methods that are created in `HLSLBuiltinTypeDeclBuilder`. Some parameters are lowercase, others have their first name letter capitalized. We should decide on a consistent naming scheme a stick to it. 

See
- https://github.com/llvm/llvm-project/blob/3fcba45de123f2c3a09faf50b51f507437fe6b21/clang/lib/Sema/HLSLBuiltinTypeDeclBuilder.cpp#L1589
- https://github.com/llvm/llvm-project/blob/3fcba45de123f2c3a09faf50b51f507437fe6b21/clang/lib/Sema/HLSLBuiltinTypeDeclBuilder.cpp#L1324
- https://github.com/llvm/llvm-project/blob/3fcba45de123f2c3a09faf50b51f507437fe6b21/clang/lib/Sema/HLSLBuiltinTypeDeclBuilder.cpp#L1037
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to