Skip to content

Commit b5798c7

Browse files
committed
Break out a paragraph
1 parent 032ca47 commit b5798c7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

llvm/include/llvm/Support/ErrorHandling.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,11 @@ namespace llvm {
7979
[[noreturn]] void reportFatalInternalError(StringRef reason);
8080
[[noreturn]] void reportFatalInternalError(const Twine &reason);
8181

82-
/// Report a fatal error that does not indicate a bug in LLVM, in contexts
83-
/// where a proper error reporting mechanism (such as Error/Expected or
84-
/// DiagnosticInfo) is currently not supported, and would be too involved to
85-
/// introduce at the moment.
82+
/// Report a fatal error that does not indicate a bug in LLVM.
83+
///
84+
/// This can be used in contexts where a proper error reporting mechanism
85+
/// (such as Error/Expected or DiagnosticInfo) is currently not supported, and
86+
/// would be too involved to introduce at the moment.
8687
///
8788
/// Examples where this function should be used instead of
8889
/// reportFatalInternalError() include invalid inputs or options, but also

0 commit comments

Comments
 (0)