Skip to content
  1. Aug 25, 2009
  2. Aug 24, 2009
  3. Aug 22, 2009
  4. Aug 21, 2009
  5. Aug 06, 2009
    • Douglas Gregor's avatar
      Implement transformation of template names within the generic tree · 71dc5091
      Douglas Gregor authored
      transform, then use the result for template instantiation. The generic
      transformation fixes a few issues:
      
        - It copes better with template template parameters and member
        templates (when they're implemented). 
        - The logic used to replace template template parameters with their
        arguments is now centralized in TransformDecl, so that it will apply
        for other declaration-instantiation steps.
        - The error-recovery strategy is normalized now, so that any error
        results in a NULL TemplateName.
      
      llvm-svn: 78292
      71dc5091
  6. Aug 03, 2009
  7. Jul 31, 2009
  8. Jul 30, 2009
  9. Jul 29, 2009
  10. Jul 28, 2009
  11. Jul 27, 2009
  12. Jul 25, 2009
  13. Jul 23, 2009
  14. Jul 22, 2009
Loading