mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
Don't make assumptions about the lifetime of the underlying object and use the shared_ptr to participate in reference counting and extend the lifetime of the object to the end of the lexical scope.