mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-25 06:40:18 +00:00
[clang-tidy][docs] Remove an unintentional paragraph break
This commit is contained in:
parent
65299c9c65
commit
11f75e0a2d
@ -4,8 +4,8 @@ bugprone-unchecked-optional-access
|
||||
==================================
|
||||
|
||||
*Note*: This check uses a flow-sensitive static analysis to produce its
|
||||
results. Therefore, it may be more resource intensive (RAM, CPU) than the
|
||||
average clang-tidy check.
|
||||
results. Therefore, it may be more resource intensive (RAM, CPU) than the
|
||||
average clang-tidy check.
|
||||
|
||||
This check identifies unsafe accesses to values contained in
|
||||
``std::optional<T>``, ``absl::optional<T>``, or ``base::Optional<T>``
|
||||
|
Loading…
Reference in New Issue
Block a user