diff options
| author | Eric Liu <ioeric@google.com> | 2016-05-25 14:17:09 +0000 |
|---|---|---|
| committer | Eric Liu <ioeric@google.com> | 2016-05-25 14:17:09 +0000 |
| commit | fff1335fce85de2b1e59b7b973851cb7c1b010fe (patch) | |
| tree | f98333f26d52dab4f054c522e1d2059c0193e81b | |
| parent | fb42078d7c1b1146483576ab9ef8b54ff0feb385 (diff) | |
| download | bcm5719-llvm-fff1335fce85de2b1e59b7b973851cb7c1b010fe.tar.gz bcm5719-llvm-fff1335fce85de2b1e59b7b973851cb7c1b010fe.zip | |
[include-fixer] /usr/include/xlocal.h to include/xlocal.h in hardcoded map.
llvm-svn: 270703
| -rw-r--r-- | clang-tools-extra/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ba316aff2d1..b3a1f3dd0be 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp +++ b/clang-tools-extra/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp @@ -337,7 +337,7 @@ const HeaderMapCollector::HeaderMap *getSTLPostfixHeaderMap() { {"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>"}, |

