[libc-commits] [libc] [libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent file copy/paste issues. (PR #66477)

Guillaume Chatelet via libc-commits libc-commits at lists.llvm.org
Wed Sep 20 05:36:45 PDT 2023


================
@@ -6,13 +6,13 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_LIBC_SRC_STRING_STRCASECMP_H
-#define LLVM_LIBC_SRC_STRING_STRCASECMP_H
+#ifndef LLVM_LIBC_SRC_STRING_STRCASESTR_H
----------------
gchatelet wrote:

This header is a copy/paste error from `libc/src/string/strncasecmp.h`

https://github.com/llvm/llvm-project/pull/66477


More information about the libc-commits mailing list