Refactor of how modules are handled in ASTReader to remove explicit uses of a...
Refactor of how modules are handled in ASTReader to remove explicit uses of a chain of AST files, instead redirect calls through a module manager. This should help move toward a DAG and the potential of loading multiple, unrelated PCH files. It's still early in development. llvm-svn: 135957
Loading
Please register or sign in to comment