[lldb][NFC] Replace ClangASTImporter's use of map/set with SmallPtrSet and DenseMap
authorRaphael Isemann <teemperor@gmail.com>
Mon, 16 Dec 2019 07:16:56 +0000 (08:16 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 16 Dec 2019 07:29:14 +0000 (08:29 +0100)
commite2d47614a81d0805a869e614ffff1512e0136da9
tree8c7ca16cebd985cd745c2c081302ef8bc8732444
parentbc633a42dd409dbeb456263e3388b8caa4680aa0
[lldb][NFC] Replace ClangASTImporter's use of map/set with SmallPtrSet and DenseMap

We have several pointer->pointer mappings in the ClangASTImporter implemented using
STL data structures. This moves these variables to the appropriate LLVM data structures
that are intended for mapping pointers.
lldb/include/lldb/Symbol/ClangASTImporter.h
lldb/source/Symbol/ClangASTImporter.cpp