Skip to content

Commit de7ac1f

Browse files
author
git apple-llvm automerger
committed
Merge commit '8e1f7793971b' from llvm.org/main into next
2 parents 4327f89 + 8e1f779 commit de7ac1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/TargetCXXABI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class TargetCXXABI {
116116
return T.isKnownWindowsMSVCEnvironment();
117117
}
118118
llvm_unreachable("invalid CXXABI kind");
119-
};
119+
}
120120

121121
/// Does this ABI generally fall into the Itanium family of ABIs?
122122
bool isItaniumFamily() const {

0 commit comments

Comments
 (0)