This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Provide default template arguments in <string>
ClosedPublic

Authored by mikecrowe on Mar 9 2023, 12:50 PM.

Details

Summary

Simplify the use of the basic_string and basic_string_view types by
providing default template arguments.

Depends on D145311

Diff Detail