Skip to content

IWYU: Add more workaround mappings for internal bits

Brad King requested to merge brad.king/cmake:iwyu into master

Extend our hack section of mappings to work around IWYU incorrectly requiring:

  • bits/stdint-uintn.h for stdint.h
  • bits/stdint-intn.h for stdint.h
  • bits/types/mbstate_t.h for wchar.h

Merge request reports