Branch: refs/heads/main
Revision: 03d8f9c
Author: arezaii
Link: align & with type in args, change stringOut to streamOut by arezaii · Pull Request #19009 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #19009 from arezaii/cleanup-18783
align & with type in args, change stringOut to streamOut
This PR renames the stringOut
argument and adjusts
the alignment of the &
to be with the type rather than
the argument name. Where possible, additional std::ostringstream
instances have been eliminated.
The scope of the work is tracked in cray/chapel-private/issues/2887.
Reviewed by @aconsroe-hpe, thanks!
Signed-off-by: arezaii ahmad.rezaii@hpe.com
Modified Files:
M compiler/next/include/chpl/queries/stringify-functions.h
M compiler/next/include/chpl/resolution/resolution-types.h
M compiler/next/include/chpl/types/ClassTypeDecorator.h
M compiler/next/include/chpl/types/Param.h
M compiler/next/include/chpl/uast/Function.h
Compare: https://github.com/chapel-lang/chapel/compare/0d23cf873020...03d8f9c217e8