diff options
author | Brad King <brad.king@kitware.com> | 2023-02-01 14:05:50 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-02-01 14:06:07 (GMT) |
commit | 6b2c52b25bff22733837121e1f5239d22f327e2c (patch) | |
tree | c9ea9e2d8f850d0d7445cfad0ca946be26c4672e /Utilities/IWYU/mapping.imp | |
parent | 4e9db2a8faa95d238047fcd909d746c22d324ef7 (diff) | |
parent | 91a26ce04136ccafbe37a17afc2efb01abf0992e (diff) | |
download | CMake-6b2c52b25bff22733837121e1f5239d22f327e2c.zip CMake-6b2c52b25bff22733837121e1f5239d22f327e2c.tar.gz CMake-6b2c52b25bff22733837121e1f5239d22f327e2c.tar.bz2 |
Merge topic 'ccg-index-type'
91a26ce041 cmComputeComponentGraph: use `size_t` for component indices
65c0a64dc5 cmComputeComponentGraph: use a name for "invalid component"
50abdaab93 IWYU: exclude `__decay_and_strip<int>` as well
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !8128
Diffstat (limited to 'Utilities/IWYU/mapping.imp')
-rw-r--r-- | Utilities/IWYU/mapping.imp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/IWYU/mapping.imp b/Utilities/IWYU/mapping.imp index 3d3aa8c..1afad43 100644 --- a/Utilities/IWYU/mapping.imp +++ b/Utilities/IWYU/mapping.imp @@ -79,6 +79,7 @@ # Use 'CMake_IWYU_VERBOSE' to see the fully qualified names that need this. # TODO: Can this be simplified with an @-expression? #{ symbol: [ "@std::__decay_and_strip<.*>::__type", private, "\"cmConfigure.h\"", public ] }, + { symbol: [ "std::__decay_and_strip<int>::__type", private, "\"cmConfigure.h\"", public ] }, { symbol: [ "std::__decay_and_strip<bool>::__type", private, "\"cmConfigure.h\"", public ] }, { symbol: [ "std::__decay_and_strip<char const (&)[1]>::__type", private, "\"cmConfigure.h\"", public ] }, { symbol: [ "std::__decay_and_strip<cmCommand *&>::__type", private, "\"cmConfigure.h\"", public ] }, |