[clangd] Update canonical header mapping for STL
llvm-svn: 325694
This commit is contained in:
parent
5184fae04e
commit
352f92c8d6
|
|
@ -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>"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue