diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2019-11-12 16:17:27 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2019-11-14 13:21:30 (GMT) |
commit | 8dd284bf196de65caec90eff8723b59559434149 (patch) | |
tree | b481e6e24ee623c1cd06306c42df08e60f66cedb /Utilities/IWYU | |
parent | aeb95264e02252aba705166dfb8410baff0e715d (diff) | |
download | CMake-8dd284bf196de65caec90eff8723b59559434149.zip CMake-8dd284bf196de65caec90eff8723b59559434149.tar.gz CMake-8dd284bf196de65caec90eff8723b59559434149.tar.bz2 |
cmFileLockPool: enhance items management
Diffstat (limited to 'Utilities/IWYU')
-rw-r--r-- | Utilities/IWYU/mapping.imp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Utilities/IWYU/mapping.imp b/Utilities/IWYU/mapping.imp index 5e4c7ba..3497b53 100644 --- a/Utilities/IWYU/mapping.imp +++ b/Utilities/IWYU/mapping.imp @@ -47,6 +47,8 @@ # HACK: iwyu suggests <ext/alloc_traits.h> and <memory> each time vector[] is used. # https://github.com/include-what-you-use/include-what-you-use/issues/166 { include: [ "<ext/alloc_traits.h>", private, "<vector>", public ] }, + { symbol: [ "std::allocator_traits<std::allocator<cmFileLock> >::value_type", private, "<vector>", public ] }, + { symbol: [ "std::allocator_traits<std::allocator<cmFileLockPool::ScopePool> >::value_type", private, "<vector>", public ] }, { symbol: [ "std::allocator_traits<std::allocator<cmComputeComponentGraph::TarjanEntry> >::value_type", private, "<vector>", public ] }, { symbol: [ "std::allocator_traits<std::allocator<cmFortranFile> >::value_type", private, "<vector>", public ] }, { symbol: [ "std::allocator_traits<std::allocator<cmGraphEdgeList> >::value_type", private, "<vector>", public ] }, |