[all-commits] [llvm/llvm-project] e2d9e9: [libc] fix -Wextra-semi (#123783)
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Tue Jan 21 13:18:46 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e2d9e999a2adfb85008ca7d228e90c406baf9838
https://github.com/llvm/llvm-project/commit/e2d9e999a2adfb85008ca7d228e90c406baf9838
Author: Nick Desaulniers <nickdesaulniers at users.noreply.github.com>
Date: 2025-01-21 (Tue, 21 Jan 2025)
Changed paths:
M libc/cmake/modules/LLVMLibCTestRules.cmake
M libc/test/src/math/smoke/nan_test.cpp
M libc/test/src/math/smoke/nanf128_test.cpp
M libc/test/src/math/smoke/nanf16_test.cpp
M libc/test/src/math/smoke/nanf_test.cpp
M libc/test/src/math/smoke/nanl_test.cpp
Log Message:
-----------
[libc] fix -Wextra-semi (#123783)
Found while trying to consolidate our command line flags between tests and
underlying object files.
error: extra ';' after member function definition [-Werror,-Wextra-semi]
Link: #119281
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