Skip to content

Commit bbf9c93

Browse files
committed
Fix a typo, add a newline between functions
1 parent d1c95d8 commit bbf9c93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/Frontend/FrontendAction.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,9 @@ class DeserializedDeclsSourceRangePrinter : public ASTConsumer,
222222
continue; // Depends on the parent.
223223
return false;
224224
}
225-
llvm_unreachable("DeclConext chain must end with a translation unit");
225+
llvm_unreachable("DeclContext chain must end with a translation unit");
226226
}
227+
227228
llvm::SmallVector<CharSourceRange, 2> getRangesToMark(const Decl *D) {
228229
if (auto *ED = dyn_cast<ExportDecl>(D)) {
229230
if (!ED->hasBraces())

0 commit comments

Comments
 (0)