Skip to content
  1. Jun 11, 2010
    • John McCall's avatar
      Split DependentNameType into two types. DependentNameType represents the · c392f37a
      John McCall authored
      case of an elaborated-type-specifier like 'typename A<T>::foo', and
      DependentTemplateSpecializationType represents the case of an
      elaborated-type-specifier like 'typename A<T>::template B<T>'.  The TypeLoc
      representation of a DependentTST conveniently exactly matches that of an
      ElaboratedType wrapping a TST.
      
      Kill off the explicit rebuild methods for RebuildInCurrentInstantiation;
      the standard implementations work fine because the nested name specifier
      is computable in the newly-entered context.
      
      llvm-svn: 105801
      c392f37a
  2. Jun 10, 2010
  3. Jun 09, 2010
  4. Jun 08, 2010
  5. Jun 07, 2010
  6. Jun 05, 2010
  7. Jun 04, 2010
  8. Jun 03, 2010
  9. Jun 02, 2010
Loading