1. dc0a38c <rdar://problem/11113279> by Greg Clayton · 12 years ago
  2. bad9753 Adding support for an "equivalents map". This can be useful when compilers emit multiple, different names for the same actual type. In such scenarios, one of the type names can actually be found during a type lookup, while the others are just aliases. This can cause issues when trying to work with these aliased names and being unable to resolve them to an actual type (e.g. getting an SBType for the aliased name). by Enrico Granata · 12 years ago
  3. 8b7b227 Move the responsibility for translating the various eFunctionNameType lookups to the by Jim Ingham · 13 years ago
  4. 0de3719 Remove unneeded ExecutionContextScope variables. by Jim Ingham · 13 years ago
  5. 324067b Add "-o" option to "expression" which prints the object description if available. by Jim Ingham · 14 years ago
  6. b66cd07 Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. by Jim Ingham · 14 years ago
  7. 642036f Committing the skeleton of Language runtime plugin classes. by Jim Ingham · 14 years ago