mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 12:19:23 +08:00
SymbolFiles should own Types by keeping them in their TypeList. This patch privates the Type constructor to guarantee that every created Type is kept in the SymbolFile's type list.