Skip to content

Commit

Permalink
Suppress include cleaner false positive about 'size_t' on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanoBilenchi committed Aug 19, 2024
1 parent bff49d1 commit df2bd88
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ Checks: >
misc-include-cleaner,
performance-*,
portability-*
CheckOptions:
misc-include-cleaner.IgnoreHeaders: sys/_types/_size_t\.h
4 changes: 3 additions & 1 deletion .clangd
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
Diagnostics:
Suppress: unused-includes
MissingIncludes: Strict
Includes:
IgnoreHeader: sys/_types/_size_t\.h
2 changes: 1 addition & 1 deletion lib/ulib
Submodule ulib updated 5 files
+2 −0 .clang-tidy
+3 −1 .clangd
+5 −5 CMakeLists.txt
+15 −5 include/ualloc.h
+18 −10 src/utest.c

0 comments on commit df2bd88

Please sign in to comment.