mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
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.