| commit | b24355af87a476ba4fde16ee5c5006d483dde3e4 | [log] [tgz] |
|---|---|---|
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Fri Jul 30 10:03:16 2010 +0000 |
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Fri Jul 30 10:03:16 2010 +0000 |
| tree | 29d985000043b97e1c05c92b389656fe1b709f02 | |
| parent | ffe64c06ef31568995831aa08e144738e66836f2 [diff] |
Refactor the way PCHReader tracks whether we are in recursive loading. -Replace CurrentlyLoadingTypeOrDecl with a counting scheme (NumCurrentElementsDeserializing) -Provide outside access to the mechanism by adding methods StartedDeserializing/FinishedDeserializing to ExternalASTSource. These are preparation for the next commit. llvm-svn: 109856