Issue 208448
Summary [readability-named-parameter] should ignore standard tags
Labels new issue
Assignees
Reporter purpleKarrot
    Certain standard types are used for tag dispatching exclusively. Naming them `/* unused */`creates unnecessary noise.

* `std::in_place_t`
* `std::allocator_arg_t`
* `int` in post increment/decrement
* `std::default_sentinel_t`


_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to