We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a0c57 commit 59e8db5Copy full SHA for 59e8db5
libc/CMakeLists.txt
@@ -272,7 +272,7 @@ endif()
272
if(LLVM_LIBC_ENABLE_LINTING)
273
if(NOT CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
274
set(LLVM_LIBC_ENABLE_LINTING OFF)
275
- message(WARNING "C++ compiler is not clang++, linting with be disabled.")
+ message(WARNING "C++ compiler is not clang++, linting will be disabled.")
276
else()
277
if (NOT LLVM_LIBC_CLANG_TIDY)
278
find_program(LLVM_LIBC_CLANG_TIDY NAMES clang-tidy)
0 commit comments