Author: Dmitri Gribenko
Date: 2022-06-11T21:03:43+02:00
New Revision: 11f75e0a2dfa1455eee097dfa72686d8a4dc7802

URL: 
https://github.com/llvm/llvm-project/commit/11f75e0a2dfa1455eee097dfa72686d8a4dc7802
DIFF: 
https://github.com/llvm/llvm-project/commit/11f75e0a2dfa1455eee097dfa72686d8a4dc7802.diff

LOG: [clang-tidy][docs] Remove an unintentional paragraph break

Added: 
    

Modified: 
    
clang-tools-extra/docs/clang-tidy/checks/bugprone-unchecked-optional-access.rst

Removed: 
    


################################################################################
diff  --git 
a/clang-tools-extra/docs/clang-tidy/checks/bugprone-unchecked-optional-access.rst
 
b/clang-tools-extra/docs/clang-tidy/checks/bugprone-unchecked-optional-access.rst
index 5d8b76aec771..3ed6372840a8 100644
--- 
a/clang-tools-extra/docs/clang-tidy/checks/bugprone-unchecked-optional-access.rst
+++ 
b/clang-tools-extra/docs/clang-tidy/checks/bugprone-unchecked-optional-access.rst
@@ -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>``


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to