Skip to content
Snippets Groups Projects
Commit 7b90340c 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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117235 91177308-0d34-0410-b5e6-96231b3b80d8
parent 134db1ff
No related branches found
No related tags found
No related merge requests found
Showing
with 197 additions and 25 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment