[all-commits] [llvm/llvm-project] 9c72a9: [compiler-rt] [asan] Remove superfluous trailing s...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Tue Oct 1 11:32:49 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c72a9db7b6f81c1c902b8e691bf079652afa540
https://github.com/llvm/llvm-project/commit/9c72a9db7b6f81c1c902b8e691bf079652afa540
Author: Martin Storsjö <martin at martin.st>
Date: 2024-10-01 (Tue, 01 Oct 2024)
Changed paths:
M compiler-rt/lib/asan/asan_win_common_runtime_thunk.cpp
Log Message:
-----------
[compiler-rt] [asan] Remove superfluous trailing semicolons (#110641)
If built as part of the main llvm build, via
ENABLE_LLVM_PROJECTS=compiler-rt, the code gets built with more warning
options than if built standalone. Some of these trigger warnings like:
warning: extra ';' outside of a function is incompatible with C++98
[-Wc++98-compat-extra-semi]
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