muon/.clangd
2025-05-13 06:30:08 -04:00

23 lines
618 B
Plaintext

# SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
# SPDX-License-Identifier: GPL-3.0-only
Diagnostics:
UnusedIncludes: Strict
Includes:
IgnoreHeader:
# Getting lots of false positives on system headers.
- ctype\.h
- stdarg\.h
- stdint\.h
- stdio\.h
- stdlib\.h
- string\.h
- time\.h
# These only define symbols on some platforms
- platform/assert\.h
- platform/os\.h
# Macros only, seems to confuse things
- buf_size\.h
ClangTidy:
CheckOptions:
bugprone-sizeof-expression.WarnOnSizeOfPointerToAggregate: false