Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-14 | Update clang-tidy and IWYU configuration for clang 14 | David Robillard | 1 | -0/+2 | |
2021-01-07 | Make include mappings more general | David Robillard | 1 | -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-02 | Suppress include warning from the use of struct timespec | David Robillard | 1 | -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-19 | Update include mapping for older include-what-you-use | David Robillard | 1 | -1/+5 | |
2020-12-14 | Clean up includes | David Robillard | 1 | -0/+5 | |