[go: nahoru, domu]

Skip to content

Commit

Permalink
[clang] [TargetCXXABI] Fix -Wextra-semi warning (NFC) (#96982)
Browse files Browse the repository at this point in the history
While building a downstream project including `TargetCXXABI.h`, I
received a `-Wextra-semi` warning. This PR removes the extra semicolon,
fixing the warning.
  • Loading branch information
akirchhoff-modular committed Jun 27, 2024
1 parent 7d6de19 commit 8e1f779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Basic/TargetCXXABI.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class TargetCXXABI {
return T.isKnownWindowsMSVCEnvironment();
}
llvm_unreachable("invalid CXXABI kind");
};
}

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

0 comments on commit 8e1f779

Please sign in to comment.