aboutsummaryrefslogtreecommitdiffstats
path: root/src/warnings.h
AgeCommit message (Collapse)AuthorFilesLines
2024-01-09Avoid regressions in clang nullability checksDavid Robillard1-0/+23
Clang 15 (and still as of 16) lost the ability to understand null checks in conditionals, which is supposed to suppress these warnings. For now, work around some, and suppress others. The suppression boilerplate here is noisy and ugly, and hopefully temporary. It should be removed once the issue is fixed in clang. See https://github.com/llvm/llvm-project/issues/63018