Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor | 2011-11-30 | 1 | -25/+25 |
| | | | | | | | | | library, since modules cut across all of the libraries. Rename serialization::Module to serialization::ModuleFile to side-step the annoying naming conflict. Prune a bunch of ModuleMap.h includes that are no longer needed (most files only needed the Module type). llvm-svn: 145538 | ||||
* | Add support for viewing the module graph via Graphviz, for debugging | Douglas Gregor | 2011-10-11 | 1 | -0/+49 |
| | | | | | | purposes. llvm-svn: 141697 | ||||
* | Factor the Module and ModuleManager classes out into separate headers | Douglas Gregor | 2011-08-25 | 1 | -0/+204 |
and .cpp files, since ASTReader.cpp was getting way too large. No functionality change. llvm-svn: 138582 |