From a8cff1ebcec831fbd765e0ce61d4d757aa0ad53d Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Thu, 15 Feb 2018 21:37:29 +0000 Subject: [include-fixer] Add more debug headers to the STL header list These are used for std::map/std::set in STL debug mode. llvm-svn: 325298 --- .../include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'clang-tools-extra/include-fixer') diff --git a/clang-tools-extra/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp b/clang-tools-extra/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp index 6aa529b3d2c..4a49479ba0d 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp +++ b/clang-tools-extra/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp @@ -211,6 +211,10 @@ const HeaderMapCollector::RegexHeaderMap *getSTLPostfixHeaderMap() { {"cwctype$", ""}, {"cxxabi.h$", ""}, {"debug/debug.h$", ""}, + {"debug/map.h$", ""}, + {"debug/multimap.h$", ""}, + {"debug/multiset.h$", ""}, + {"debug/set.h$", ""}, {"deque$", ""}, {"exception$", ""}, {"ext/alloc_traits.h$", ""}, -- cgit v1.2.1