[clang-tools-extra] Allow specifying pipe syntax for use-ranges checks (PR #98696)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 12 15:09:12 PDT 2024
================
@@ -170,3 +170,20 @@ Options
If `true` (default value) the boost headers are included as system headers
with angle brackets (`#include <boost.hpp>`), otherwise quotes are used
(`#include "boost.hpp"`).
+
+.. option:: UseReversePipe
+
+ When `true` (default `false`), Fixes which involve reverse ranges will use the
+ pipe adaptor syntax instead of the function syntax
----------------
EugeneZelenko wrote:
```suggestion
pipe adaptor syntax instead of the function syntax.
```
https://github.com/llvm/llvm-project/pull/98696
More information about the cfe-commits
mailing list