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.
2 parents 090d043 + ea95ab4 commit 0de982aCopy full SHA for 0de982a
include/swift/Serialization/ModuleFile.h
@@ -434,7 +434,7 @@ class ModuleFile
434
435
/// Emits one last diagnostic, logs the error, and then aborts for the stack
436
/// trace.
437
- void fatal(llvm::Error error) LLVM_ATTRIBUTE_NORETURN;
+ LLVM_ATTRIBUTE_NORETURN void fatal(llvm::Error error);
438
439
ASTContext &getContext() const {
440
assert(FileContext && "no associated context yet");
0 commit comments