Skip to content
  1. Nov 16, 2007
  2. Nov 15, 2007
  3. Nov 14, 2007
    • Chris Lattner's avatar
      Fix a rewriter bug that steve noticed. Don't skip arbitrary things · 174a825f
      Chris Lattner authored
      between an @ and a p, just skip whitespace.
      
      llvm-svn: 44144
      174a825f
    • Ted Kremenek's avatar
      Added QualType::ReadBackpatch to allow QualType initialization with · 83b75f5e
      Ted Kremenek authored
      backpatching. This original was available, but then we removed it. It is back
      again to help with deserialization of FieldDecls. Because FieldDecls are
      currently owned by RecordDecls, which are owned by a TagType, the type of the
      FieldDecl may not be deserialized prior to deserializing the FieldDecl. Thus
      backpatching solves the problem of constructing a FieldDecl that references a
      type that has not yet been deserialized.
      
      Simplified serialization of TagType to not require passing in the
      SerializedPtrID. Registration of the materialized type object is done after
      the CreateImpl method returns (as with other types).
      
      llvm-svn: 44143
      83b75f5e
Loading