With modules, we can end up loading a new module after we've seen an
arbitrary amount of code. This forces us to stage the AST writer more strictly, ensuring that we don't assign a declaration ID to a declaration until after we're certain that no more modules will get loaded. llvm-svn: 139974
Loading
Please register or sign in to comment