[clang-tools-extra] [clang-tidy][docs] Replace invisible characters in unchecked-statusor-access. NFC. (PR #213562)
Zeyi Xu via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 2 10:54:55 PDT 2026
================
@@ -11,15 +11,15 @@ An access to the value of an `StatusOr<T>` occurs when one of its
`value`, `operator*`, or `operator->` member functions is invoked.
To align with common misconceptions, the check considers these member
functions as equivalent, even though there are subtle differences
-related to exceptions vs. undefined behavior.
----------------
zeyi2 wrote:
These previously are non-breaking space (U+00A0). Could possibly be generated by a LLM.
https://github.com/llvm/llvm-project/pull/213562
More information about the cfe-commits
mailing list