forked from OSchip/llvm-project
[docs] Fix another bot warning by adding a blank line to separate the `option::` command from the text below.
llvm-svn: 363520
This commit is contained in:
parent
2da0b89d92
commit
9d8c94dfd7
|
@ -34,6 +34,7 @@ Options
|
|||
be important to not initialize fixed-size array members. Default is `0`.
|
||||
|
||||
.. option:: UseAssignment
|
||||
|
||||
If set to non-zero, the check will provide fix-its with literal initializers
|
||||
\( ``int i = 0;`` \) instead of curly braces \( ``int i{};`` \).
|
||||
|
||||
|
|
Loading…
Reference in New Issue