Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that | Daniel Dunbar | 2008-11-13 | 1 | -1/+1 |
* | Move viewInheritance to CXXRecordDecl, and make sure it builds in Release mod... | Douglas Gregor | 2008-10-24 | 1 | -14/+4 |
* | Use llvm::errs() instead of cerr. | Ted Kremenek | 2008-10-23 | 1 | -5/+5 |
* | Convert InheritanceHierarchyWriter to use llvm::raw_ostream instead of std::o... | Ted Kremenek | 2008-10-23 | 1 | -11/+10 |
* | Clean up and document the representation of C++ base classes | Douglas Gregor | 2008-10-23 | 1 | -2/+2 |
* | If NDEBUG is set, don't include any of the code for visualizing inheritance h... | Douglas Gregor | 2008-10-23 | 1 | -0/+2 |
* | Remove the GraphWriter-based version of the C++ class inheritance visualizati... | Douglas Gregor | 2008-10-22 | 1 | -89/+1 |
* | Added GraphViz visualization of C++ inheritance hierarchies. | Douglas Gregor | 2008-10-22 | 1 | -0/+265 |