[clang-tools-extra] r270703 - [include-fixer] /usr/include/xlocal.h to include/xlocal.h in hardcoded map.
Eric Liu via cfe-commits
cfe-commits at lists.llvm.org
Wed May 25 07:17:10 PDT 2016
Author: ioeric
Date: Wed May 25 09:17:09 2016
New Revision: 270703
URL: http://llvm.org/viewvc/llvm-project?rev=270703&view=rev
Log:
[include-fixer] /usr/include/xlocal.h to include/xlocal.h in hardcoded map.
Modified:
clang-tools-extra/trunk/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp
Modified: clang-tools-extra/trunk/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp?rev=270703&r1=270702&r2=270703&view=diff
==============================================================================
--- clang-tools-extra/trunk/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp (original)
+++ clang-tools-extra/trunk/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp Wed May 25 09:17:09 2016
@@ -337,7 +337,7 @@ const HeaderMapCollector::HeaderMap *get
{"sys/sysmacros.h", "<cstdlib>"},
{"sys/types.h", "<cstdlib>"},
{"sys/ucontext.h", "<csignal>"},
- {"/usr/include/xlocale.h", "<cstring>"},
+ {"include/xlocale.h", "<cstring>"},
{"bits/atomic_word.h", "<memory>"},
{"bits/basic_file.h", "<fstream>"},
{"bits/c++allocator.h", "<string>"},
More information about the cfe-commits
mailing list