[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:34:10 PDT 2023


================
@@ -6,6 +6,9 @@
 //
 //===----------------------------------------------------------------------===//
 
+#ifndef LLVM_LIBC_SRC_STDLIB_BSEARCH_H
----------------
gchatelet wrote:

Missing guard as well

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


More information about the libc-commits mailing list