Skip to content
  • Douglas Gregor's avatar
    Eliminate the three SmallVectors in ObjCImplDecl (for instance · 29bd76fd
    Douglas Gregor authored
    methods, class methods, and property implementations) and instead
    place all of these entities into the DeclContext.
    
    This eliminates more linear walks when looking for class or instance
    methods and should make PCH (de-)serialization of ObjCDecls trivial
    (and lazy).
    
    llvm-svn: 69849
    29bd76fd
Loading