Skip to content

Commit 5d05395

Browse files
committed
format
Created using spr 1.3.4
1 parent c66b915 commit 5d05395

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/CodeGen/CodeGenModule.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2365,6 +2365,7 @@ static QualType GeneralizeFunctionType(ASTContext &Ctx, QualType Ty) {
23652365

23662366
llvm_unreachable("Encountered unknown FunctionType");
23672367
}
2368+
23682369
llvm::ConstantInt *CodeGenModule::CreateKCFITypeId(QualType T) {
23692370
if (getCodeGenOpts().SanitizeCfiICallGeneralizePointers)
23702371
T = GeneralizeFunctionType(getContext(), T);

0 commit comments

Comments
 (0)