[libc-commits] [libc] [libc] fix clang-tidy llvm-header-guard warnings (PR #82679)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Thu Feb 22 13:11:45 PST 2024


================
@@ -6,9 +6,9 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef __LLVM_LIBC_TYPES_ACTION_H__
-#define __LLVM_LIBC_TYPES_ACTION_H__
+#ifndef LLVM_LIBC_TYPES_ACTION_H__
----------------
nickdesaulniers wrote:

@michaelrj-google I feel like I should clean up these trailing `__` as well. Thoughts?

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


More information about the libc-commits mailing list