[all-commits] [llvm/llvm-project] 8e1f77: [clang] [TargetCXXABI] Fix -Wextra-semi warning (N...
akirchhoff-modular via All-commits
all-commits at lists.llvm.org
Thu Jun 27 15:57:31 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e1f7793971b5d5b6516146260fe86ec6e0f8c1e
https://github.com/llvm/llvm-project/commit/8e1f7793971b5d5b6516146260fe86ec6e0f8c1e
Author: akirchhoff-modular <akirchhoff at modular.com>
Date: 2024-06-27 (Thu, 27 Jun 2024)
Changed paths:
M clang/include/clang/Basic/TargetCXXABI.h
Log Message:
-----------
[clang] [TargetCXXABI] Fix -Wextra-semi warning (NFC) (#96982)
While building a downstream project including `TargetCXXABI.h`, I
received a `-Wextra-semi` warning. This PR removes the extra semicolon,
fixing the warning.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list