mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-29 03:04:39 +00:00
[docs] Fix a few problems with clang-tool docs to get the bots green again.
llvm-svn: 363518
This commit is contained in:
parent
41abf2766e
commit
3a92aa2999
@ -192,11 +192,12 @@ Improvements to clang-tidy
|
||||
Rewrites function signatures to use a trailing return type.
|
||||
|
||||
- The :doc:`misc-throw-by-value-catch-by-reference
|
||||
<clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst>` now supports
|
||||
<clang-tidy/checks/misc-throw-by-value-catch-by-reference>` now supports
|
||||
`WarnOnLargeObject` and `MaxSize` options to warn on any large trivial
|
||||
object caught by value.
|
||||
|
||||
- Added `UseAssignment` option to :doc:`cppcoreguidelines-pro-type-member-init`
|
||||
- Added `UseAssignment` option to :doc:`cppcoreguidelines-pro-type-member-init
|
||||
<clang-tidy/checks/cppcoreguidelines-pro-type-member-init>`
|
||||
|
||||
If set to true, the check will provide fix-its with literal initializers
|
||||
(``int i = 0;``) instead of curly braces (``int i{};``).
|
||||
|
@ -17,4 +17,5 @@ Examples:
|
||||
Suggested replacement:
|
||||
|
||||
.. code-block:: c++
|
||||
|
||||
pipe2(pipefd, O_CLOEXEC);
|
||||
|
Loading…
Reference in New Issue
Block a user