Skip to content
  • Argyrios Kyrtzidis's avatar
    De-ASTContext-ify DeclContext. · cfbfe78e
    Argyrios Kyrtzidis authored
    Remove ASTContext parameter from DeclContext's methods. This change cascaded down to other Decl's methods and changes to call sites started "escalating".
    Timings using pre-tokenized "cocoa.h" showed only a ~1% increase in time run between and after this commit.
    
    llvm-svn: 74506
    cfbfe78e
Loading