summaryrefslogtreecommitdiff
path: root/Utilities
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2023-01-27 11:03:32 -0500
committerBen Boeckel <ben.boeckel@kitware.com>2023-01-27 11:03:47 -0500
commit50abdaab936e6b1a7e40d17affae03f89ac00da6 (patch)
tree7c487513ce4e7938a5ecd34afaf356d2341726e2 /Utilities
parent62483b9b99647bcec8275d7b139a64e879623fcc (diff)
downloadcmake-50abdaab936e6b1a7e40d17affae03f89ac00da6.tar.gz
IWYU: exclude `__decay_and_strip<int>` as well
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/IWYU/mapping.imp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/IWYU/mapping.imp b/Utilities/IWYU/mapping.imp
index b0ed911bb0..d1a585abd1 100644
--- a/Utilities/IWYU/mapping.imp
+++ b/Utilities/IWYU/mapping.imp
@@ -79,6 +79,7 @@
# Use '-Xiwyu -v7' 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 ] },