Skip to content

Commit 0aca451

Browse files
committed
disable clang-format for comment block
1 parent 934a203 commit 0aca451

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc/src/__support/common.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@
2121
#define LLVM_LIBC_FUNCTION_ATTR
2222
#endif
2323

24+
// clang-format off
2425
// Allow each function `func` to have extra attributes specified by defining:
2526
// `LLVM_LIBC_FUNCTION_ATTR_func` macro, which should always start with
2627
// "LLVM_LIBC_EMPTY, "
2728
//
2829
// For examples:
2930
// #define LLVM_LIBC_FUNCTION_ATTR_memcpy LLVM_LIBC_EMPTY, [[gnu::weak]]
3031
// #define LLVM_LIBC_FUNCTION_ATTR_memchr LLVM_LIBC_EMPTY, [[gnu::weak]] [[gnu::visibility("default")]]
32+
// clang-format on
3133
#define LLVM_LIBC_EMPTY
3234

3335
#define GET_SECOND(first, second, ...) second

0 commit comments

Comments
 (0)