| Commit message (Collapse) | 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 |
| | | | | | | | | | the Backend output should be done in binary mode. - I'd appreciate it if someone who has a Windows build could verify this. llvm-svn: 59221 | ||||
| * | Move viewInheritance to CXXRecordDecl, and make sure it builds in Release ↵ | Douglas Gregor | 2008-10-24 | 1 | -14/+4 |
| | | | | | | | mode, too llvm-svn: 58105 | ||||
| * | Use llvm::errs() instead of cerr. | Ted Kremenek | 2008-10-23 | 1 | -5/+5 |
| | | | | | llvm-svn: 58054 | ||||
| * | Convert InheritanceHierarchyWriter to use llvm::raw_ostream instead of ↵ | Ted Kremenek | 2008-10-23 | 1 | -11/+10 |
| | | | | | | | std::ostream. llvm-svn: 58053 | ||||
| * | Clean up and document the representation of C++ base classes | Douglas Gregor | 2008-10-23 | 1 | -2/+2 |
| | | | | | llvm-svn: 58040 | ||||
| * | If NDEBUG is set, don't include any of the code for visualizing inheritance ↵ | Douglas Gregor | 2008-10-23 | 1 | -0/+2 |
| | | | | | | | hierarchies llvm-svn: 58029 | ||||
| * | Remove the GraphWriter-based version of the C++ class inheritance ↵ | Douglas Gregor | 2008-10-22 | 1 | -89/+1 |
| | | | | | | | visualization, since it isn't being used and can't handle virtual bases properly llvm-svn: 58002 | ||||
| * | Added GraphViz visualization of C++ inheritance hierarchies. | Douglas Gregor | 2008-10-22 | 1 | -0/+265 |
| Factored the QualTypeOrdering predicate into its own header (TypeOrdering.h), now that it is used in two places. llvm-svn: 58001 | |||||

