commit | 61137e1a505f1e37c80cefab1f1a1a06a5c6c3b2 | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Thu Jan 05 18:23:18 2017 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Thu Jan 05 18:23:18 2017 +0000 |
tree | 0ed84953d2fe32917b91c341d32a4f3e84a6ca7b | |
parent | b01e84424138cdad032a1f7f0cc097c04af22028 [diff] |
Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtension The intrusiveness wasn't needed here, so this simplifies/clarifies the ownership model. llvm-svn: 291150