commit | b0b0e4958b6b256f29b542a5ef6ecae8ad644bbb | [log] [tgz] |
---|---|---|
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Thu Apr 16 02:24:01 2015 +0000 |
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Thu Apr 16 02:24:01 2015 +0000 |
tree | 417b23a9d18092c50792ced76912b0eb3c7cf474 | |
parent | 8ef1bd24377e2c8ca059bb6439a06131f854747d [diff] |
DebugInfo: DIRef<> => TypedDebugNodeRef<> Delete `DIRef<>`, and replace the remaining uses of it with `TypedDebugNodeRef<>`. To minimize code churn, I've added typedefs from `MDTypeRef` to `DITypeRef` (etc.). llvm-svn: 235071