[clangd] Update canonical header mapping for STL

llvm-svn: 325694
This commit is contained in:
Eric Liu 2018-02-21 16:17:25 +00:00
parent 5184fae04e
commit 352f92c8d6
1 changed files with 4 additions and 0 deletions

View File

@ -266,6 +266,10 @@ void addSystemHeadersMapping(CanonicalIncludes *Includes) {
{"cwctype$", "<cwctype>"},
{"cxxabi.h$", "<cxxabi.h>"},
{"debug/debug.h$", "<numeric>"},
{"debug/map.h$", "<map>"},
{"debug/multimap.h$", "<multimap>"},
{"debug/multiset.h$", "<multiset>"},
{"debug/set.h$", "<set>"},
{"deque$", "<deque>"},
{"exception$", "<exception>"},
{"ext/alloc_traits.h$", "<deque>"},