diff options
author | Raphael Isemann <teemperor@gmail.com> | 2019-12-16 08:16:56 +0100 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2019-12-16 08:29:14 +0100 |
commit | e2d47614a81d0805a869e614ffff1512e0136da9 (patch) | |
tree | 8c7ca16cebd985cd745c2c081302ef8bc8732444 /lldb/source/Commands/CommandObjectLanguage.cpp | |
parent | bc633a42dd409dbeb456263e3388b8caa4680aa0 (diff) | |
download | bcm5719-llvm-e2d47614a81d0805a869e614ffff1512e0136da9.tar.gz bcm5719-llvm-e2d47614a81d0805a869e614ffff1512e0136da9.zip |
[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.
Diffstat (limited to 'lldb/source/Commands/CommandObjectLanguage.cpp')
0 files changed, 0 insertions, 0 deletions