[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:32:00 PDT 2023


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

This one was missing a header

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


More information about the libc-commits mailing list