[all-commits] [llvm/llvm-project] e3e26d: [llvm] Remove extra '; ' outside of a function (NFC)
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Thu Jan 9 04:48:59 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3e26dc41a6ad78c35a1a723cd77f5db8599797d
https://github.com/llvm/llvm-project/commit/e3e26dc41a6ad78c35a1a723cd77f5db8599797d
Author: Jie Fu <jiefu at tencent.com>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M llvm/lib/Support/Timer.cpp
Log Message:
-----------
[llvm] Remove extra ';' outside of a function (NFC)
/llvm-project/llvm/lib/Support/Timer.cpp:565:74:
error: extra ';' outside of a function is incompatible with C++98 [-Werror,-Wc++98-compat-extra-semi]
static bool mtg::TrackSpace() { return ManagedTimerGlobals->TrackSpace; };
^
1 error generated.
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