"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "1b90e1cd17ef57cd2ab996ef7d027de121579bda"
Put the mechanism in place to track modifications in an AST entity that were committed after
its initial creation/deserialization and store the changes in a chained PCH. The idea is that the AST entities call methods on the ASTMutationListener to give notifications of changes; the PCHWriter implements the ASTMutationListener interface and stores the incremental changes of the updated entity. WIP llvm-svn: 117235
Loading
Please register or sign in to comment