Skip to content
  1. Nov 15, 2007
    • Steve Naroff's avatar
      · 909d6666
      Steve Naroff authored
      Refinement to previous commit. Always cast the first argument to "id"...no need to special case self.
      
      llvm-svn: 44149
      909d6666
    • Steve Naroff's avatar
      · e7f18198
      Steve Naroff authored
      Cast implicit "self" argument to "id". This removes all warnings associated with implicit references to self. It doesn't yet deal withexplicit references to self...
      
      llvm-svn: 44148
      e7f18198
    • Ted Kremenek's avatar
      Fixed bug in serialization of EnumConstantDecl where we improperly · cf7a20a6
      Ted Kremenek authored
      "default constructed" an APSInt.  Fixed another bug in the same method
      where we did not allow the NextDeclarator to be NULL.
      
      llvm-svn: 44147
      cf7a20a6
    • Ted Kremenek's avatar
      Fixed bug when serializing QualTypes where we were serializing in the · c77e5a12
      Ted Kremenek authored
      qualifiers as part of the pointer address.
      
      llvm-svn: 44146
      c77e5a12
    • Steve Naroff's avatar
      · 03f27673
      Steve Naroff authored
      Always generate a typedef for @class. The typedef removal logic that I'm removing only made sense when we were operating on preprocess files without typedef guards. Now that we have guards, it is incorrect to ever remove one (since it may increase the likelihood that the rewritten header can't be included stand alone).
      
      llvm-svn: 44145
      03f27673
  2. Nov 14, 2007
Loading