Skip to content
Commit 65ad5691 authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

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
parent ad5f95cc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment