We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a194131 commit dd9bb2aCopy full SHA for dd9bb2a
clang-tools-extra/docs/clang-tidy/checks/modernize/use-structured-binding.rst
@@ -55,4 +55,4 @@ Options
55
.. option:: PairTypes
56
57
A Semicolon-separated list of type names to be treated as pair-like for structured binding suggestions.
58
- Example: `PairTypes=MyPairType; OtherPairType`. Default is `std::pair`.
+ Example: `MyPairType;OtherPairType`. Default is `std::pair`.
0 commit comments