Skip to content
  1. Nov 15, 2007
    • Bill Wendling's avatar
      Need to increment the iterator. · 8269925b
      Bill Wendling authored
      llvm-svn: 44153
      8269925b
    • Ted Kremenek's avatar
      Fixed serious bug in BatchReadOwnedPtrs where in a chain of calls to · c5f3e537
      Ted Kremenek authored
      deserialize objects if BatchReadOwnedPtrs was called more than once in the
      same call chain then the second call would overwrite the SerializedPtrIDs
      being used by the first call. Solved this problem by making the vector that
      holds the pointer IDs local to a function call. Now BatchReadOwnedPtrs is
      reentrant.
      
      llvm-svn: 44152
      c5f3e537
    • 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