[clang-tools-extra] Allow specifying pipe syntax for use-ranges checks (PR #98696)

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 13 02:37:18 PDT 2024


================
@@ -170,3 +170,18 @@ 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.
----------------
PiotrZSL wrote:

Note: most of options put default value at the end of description

https://github.com/llvm/llvm-project/pull/98696


More information about the cfe-commits mailing list