[libc-commits] [PATCH] D117838: [libc] Move the remaining public types to their own type headers.

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jan 20 14:32:38 PST 2022


michaelrj accepted this revision.
michaelrj added a comment.
This revision is now accepted and ready to land.

LGTM with a minor nit



================
Comment at: libc/include/llvm-libc-types/tm.h:9
+
+#ifndef __LLVM_LIBC_TYPES_TM_H__
+#define __LLVM_LIBC_TYPES_TM_H__
----------------
is there a reason behind the trailing underscores? It doesn't match the format of the other header guards.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117838/new/

https://reviews.llvm.org/D117838



More information about the libc-commits mailing list