summaryrefslogtreecommitdiffstats
path: root/.includes.imp
AgeCommit message (Collapse)AuthorFilesLines
2022-07-14Update clang-tidy and IWYU configuration for clang 14David Robillard1-0/+2
2021-01-07Make include mappings more generalDavid Robillard1-4/+9
Though only <ctime> is needed by Raul, having that mapping will suggest it even in C code when included as a subproject. So, add the C variant as well so that include-what-you-use does not complain about either.
2021-01-02Suppress include warning from the use of struct timespecDavid Robillard1-7/+8
On 64-bit Linux, this structure uses __syscall_slong_t for tv_nsec, which confuses include-what-you-use. I can't think of a way to properly address this generally, so just declare it as coming from ctime, which is what Semaphore gets it from.
2020-12-19Update include mapping for older include-what-you-useDavid Robillard1-1/+5
2020-12-14Clean up includesDavid Robillard1-0/+5