Skip to content
  1. Oct 18, 2009
    • John McCall's avatar
      When performing template-substitution into a type, don't just replace the · cebee16b
      John McCall authored
      TemplateTypeParmType with the substituted type directly;  instead, replace it
      with a SubstTemplateTypeParmType which will note that the type was originally
      written as a template type parameter.  This makes it reasonable to preserve
      source information even through template substitution.
      
      Also define the new SubstTemplateTypeParmType class, obviously.
      
      For consistency with current behavior, we stringize these types as if they
      were the underlying type.  I'm not sure this is the right thing to do.
      At any rate, I paled at adding yet another clause to the don't-desugar 'if'
      statement, so I extracted a function to do it.  The new function also does
      The Right Thing more often, I think:  e.g. if we have a chain of typedefs
      leading to a vector type, we will now desugar all but the last one.
      
      llvm-svn: 84412
      cebee16b
    • Daniel Dunbar's avatar
      Add another two ExtVectorComponent FIXMEs. · c0429403
      Daniel Dunbar authored
      llvm-svn: 84393
      c0429403
    • Daniel Dunbar's avatar
      Simplify HandleModeAttr. · afff4340
      Daniel Dunbar authored
      llvm-svn: 84391
      afff4340
    • Daniel Dunbar's avatar
      Simplify HandleFormatAttr. · ccbd9a46
      Daniel Dunbar authored
       - I have this crazy dream that one day someone will invent a miraculous tool so
         that developers, instead of hand optimizing their source code to obscure its
         intent and decrease its maleability, will instead write what they mean, and
         this strange and wonderful tool -- which I imagine would be called something
         fancy sounding like "an optimizing compiler" -- will make their code fast
         *for* them. With all the saved time, developers could maybe even focus on
         making the magic "optimizing compiler" better!!
      
       - No intended functionality change, all though I expect the universe to mock me
         for snarkiness.
      
      llvm-svn: 84390
      ccbd9a46
    • John McCall's avatar
      Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize · 1700197e
      John McCall authored
      TypeLoc class names to be $(Type classname)Loc.  Rewrite the visitor.
      Provide skeleton implementations for all the new TypeLocs.
      
      Handle all cases in PCH.  Handle a few more cases when inserting
      location information in SemaType.
      
      It should be extremely straightforward to add new location information
      to existing TypeLoc objects now.
      
      llvm-svn: 84386
      1700197e
    • Douglas Gregor's avatar
      0b3d95ae
  2. Oct 17, 2009
  3. Oct 16, 2009
  4. Oct 15, 2009
  5. Oct 14, 2009
Loading