[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:35:09 PDT 2023
================
@@ -6,11 +6,11 @@
//
//===----------------------------------------------------------------------===//
-#include <stdlib.h>
-
#ifndef LLVM_LIBC_SRC_STDLIB_DIV_H
#define LLVM_LIBC_SRC_STDLIB_DIV_H
+#include <stdlib.h>
----------------
gchatelet wrote:
Guard not at the correct location, same for the following ones.
https://github.com/llvm/llvm-project/pull/66477
More information about the libc-commits
mailing list