Skip to content
  • John McCall's avatar
    Desugaring optimizations. Add single-step desugaring methods to all · a192536e
    John McCall authored
    concrete types.  Use unqualified desugaring for getAs<> and sundry.
    Fix a few users to either not desugar or use qualified desugar, as seemed
    appropriate.  Removed Type's qualified desugar method, as it was easy
    to accidentally use instead of QualType's.
    
    llvm-svn: 83116
    a192536e
Loading