"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "0643e333a3e433808e5e622c22b1d1e83f9883b4"
In the ASTReader, factor out the loading of (local) declaration IDs,
such that every declaration ID loaded from an AST file will go through a central local -> global mapping function. At present, this change does nothing, since the local -> global mapping function is the identity function. This is the mechanical part of the refactoring; a follow-up patch will address a few remaining areas where it's not obvious whether we're dealing with local or global IDs. llvm-svn: 135711
Loading
Please register or sign in to comment