Fixes https://github.com/llvm/llvm-project/issues/109367
Add `UseReversePipe` option to (boost|modernize)-use-ranges checks. This controls whether to create a reverse view using function syntax (`reverse(Range)`) or pipe syntax (`Range | reverse`)
Added modernize-use-ranges Added boost-use-ranges