We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9b468 commit 032ca47Copy full SHA for 032ca47
llvm/include/llvm/Support/ErrorHandling.h
@@ -80,8 +80,8 @@ namespace llvm {
80
[[noreturn]] void reportFatalInternalError(const Twine &reason);
81
82
/// Report a fatal error that does not indicate a bug in LLVM, in contexts
83
-/// where a more sophisticated error reporting mechanism (such as Error/Expected
84
-/// or DiagnosticInfo) is currently not supported, and would be too involved to
+/// where a proper error reporting mechanism (such as Error/Expected or
+/// DiagnosticInfo) is currently not supported, and would be too involved to
85
/// introduce at the moment.
86
///
87
/// Examples where this function should be used instead of
0 commit comments