[PATCH] D23199: [include-fixer] Correct some header mappings.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 5 05:02:23 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL277811: [include-fixer] Correct some header mappings. (authored by hokein).
Changed prior to commit:
https://reviews.llvm.org/D23199?vs=66926&id=66930#toc
Repository:
rL LLVM
https://reviews.llvm.org/D23199
Files:
clang-tools-extra/trunk/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp
Index: clang-tools-extra/trunk/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp
===================================================================
--- clang-tools-extra/trunk/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp
+++ clang-tools-extra/trunk/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp
@@ -93,7 +93,7 @@
{"bits/basic_string.h$", "<string>"},
{"bits/basic_string.tcc$", "<string>"},
{"bits/char_traits.h$", "<string>"},
- {"bits/codecvt.h$", "<fstream>"},
+ {"bits/codecvt.h$", "<locale>"},
{"bits/concept_check.h$", "<numeric>"},
{"bits/cpp_type_traits.h$", "<cmath>"},
{"bits/cxxabi_forced.h$", "<cxxabi.h>"},
@@ -120,18 +120,18 @@
{"bits/locale_facets.tcc$", "<locale>"},
{"bits/locale_facets_nonio.h$", "<locale>"},
{"bits/locale_facets_nonio.tcc$", "<locale>"},
- {"bits/localefwd.h$", "<string>"},
+ {"bits/localefwd.h$", "<locale>"},
{"bits/mask_array.h$", "<valarray>"},
- {"bits/memoryfwd.h$", "<string>"},
+ {"bits/memoryfwd.h$", "<memory>"},
{"bits/move.h$", "<utility>"},
{"bits/nested_exception.h$", "<exception>"},
{"bits/ostream.tcc$", "<ostream>"},
- {"bits/ostream_insert.h$", "<string>"},
+ {"bits/ostream_insert.h$", "<ostream>"},
{"bits/postypes.h$", "<iosfwd>"},
- {"bits/ptr_traits.h$", "<unordered_set>"},
+ {"bits/ptr_traits.h$", "<memory>"},
{"bits/random.h$", "<random>"},
{"bits/random.tcc$", "<random>"},
- {"bits/range_access.h$", "<string>"},
+ {"bits/range_access.h$", "<iterator>"},
{"bits/regex.h$", "<regex>"},
{"bits/regex_compiler.h$", "<regex>"},
{"bits/regex_constants.h$", "<regex>"},
@@ -316,8 +316,8 @@
{"bits/basic_file.h$", "<fstream>"},
{"bits/c++allocator.h$", "<string>"},
{"bits/c++config.h$", "<iosfwd>"},
- {"bits/c++io.h$", "<fstream>"},
- {"bits/c++locale.h$", "<string>"},
+ {"bits/c++io.h$", "<ios>"},
+ {"bits/c++locale.h$", "<locale>"},
{"bits/cpu_defines.h$", "<iosfwd>"},
{"bits/ctype_base.h$", "<locale>"},
{"bits/cxxabi_tweaks.h$", "<cxxabi.h>"},
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23199.66930.patch
Type: text/x-patch
Size: 2194 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160805/6c85595f/attachment-0001.bin>
More information about the cfe-commits
mailing list