File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
llvm/include/llvm/Support Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments