1. 73dc30b Reimplement the structural-equality checks used to determine whether by Douglas Gregor · 14 years ago
  2. 5ce5dab Funnel changes to the ImportedDecls list in the ASTImporter through a by Douglas Gregor · 14 years ago
  3. 36ead2e Implement AST importing and merging for enumeration types and by Douglas Gregor · 14 years ago
  4. e72b5dc Handle AST merges of incomplete class types. by Douglas Gregor · 14 years ago
  5. 4800d95 When AST merging for record declarations fails, warn about the by Douglas Gregor · 14 years ago
  6. b203c9e Add missing test cases for AST merging of structures. by Douglas Gregor · 14 years ago
  7. a404ea6 Implement basic support for merging function declarations across by Douglas Gregor · 14 years ago
  8. 82fc4bf Implement AST importing and merging for typedefs. As part of this, provide a lame implementation for importing TypeSourceInfos. by Douglas Gregor · 14 years ago
  9. 0f962a8 Teach AST merging that variables with incomplete array types can be by Douglas Gregor · 14 years ago
  10. ed6ae49 Add missing header file by Douglas Gregor · 14 years ago
  11. 8852373 Implement basic support for importing source locations from one AST by Douglas Gregor · 14 years ago
  12. e07c5b0 Add in the LIT magic to avoid running AST merge test inputs as by Douglas Gregor · 14 years ago
  13. d343ff6 Hook up the diagnostics-argument printer when merging AST files, so by Douglas Gregor · 14 years ago
  14. 9bed879 Introduce a testbed for merging multiple ASTs into a single AST by Douglas Gregor · 14 years ago