diff options
author | Brad King <brad.king@kitware.com> | 2018-01-22 15:07:39 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-01-22 15:07:47 (GMT) |
commit | 6ab316c98da3cb928c83a0b9fdda98c99e749eca (patch) | |
tree | 9ac22acd8f11dc5d60a648db1439d81656c4a78f | |
parent | c2bed75ebed14345cd1cf5f1e4c75eac6e8cb3ff (diff) | |
parent | e720a34399f6613bf89321977646871d15c91a1f (diff) | |
download | CMake-6ab316c98da3cb928c83a0b9fdda98c99e749eca.zip CMake-6ab316c98da3cb928c83a0b9fdda98c99e749eca.tar.gz CMake-6ab316c98da3cb928c83a0b9fdda98c99e749eca.tar.bz2 |
Merge topic 'iwyu'
e720a343 IWYU: Add more workaround mappings for internal bits
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1681
-rw-r--r-- | Utilities/IWYU/mapping.imp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Utilities/IWYU/mapping.imp b/Utilities/IWYU/mapping.imp index 5408402..892cdcb 100644 --- a/Utilities/IWYU/mapping.imp +++ b/Utilities/IWYU/mapping.imp @@ -23,8 +23,11 @@ # HACK: check whether this can be removed with next iwyu release. { include: [ "<bits/shared_ptr.h>", private, "<memory>", public ] }, { include: [ "<bits/std_function.h>", private, "<functional>", public ] }, + { include: [ "<bits/stdint-intn.h>", private, "<stdint.h>", public ] }, + { include: [ "<bits/stdint-uintn.h>", private, "<stdint.h>", public ] }, { include: [ "<bits/time.h>", private, "<time.h>", public ] }, { include: [ "<bits/types/clock_t.h>", private, "<time.h>", public ] }, + { include: [ "<bits/types/mbstate_t.h>", private, "<wchar.h>", public ] }, { include: [ "<bits/types/struct_timespec.h>", private, "<time.h>", public ] }, { include: [ "<bits/types/struct_timeval.h>", private, "<time.h>", public ] }, { include: [ "<bits/types/struct_tm.h>", private, "<time.h>", public ] }, |