summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/InheritViz.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME thatDaniel Dunbar2008-11-131-1/+1
* Move viewInheritance to CXXRecordDecl, and make sure it builds in Release mod...Douglas Gregor2008-10-241-14/+4
* Use llvm::errs() instead of cerr.Ted Kremenek2008-10-231-5/+5
* Convert InheritanceHierarchyWriter to use llvm::raw_ostream instead of std::o...Ted Kremenek2008-10-231-11/+10
* Clean up and document the representation of C++ base classesDouglas Gregor2008-10-231-2/+2
* If NDEBUG is set, don't include any of the code for visualizing inheritance h...Douglas Gregor2008-10-231-0/+2
* Remove the GraphWriter-based version of the C++ class inheritance visualizati...Douglas Gregor2008-10-221-89/+1
* Added GraphViz visualization of C++ inheritance hierarchies. Douglas Gregor2008-10-221-0/+265
OpenPOWER on IntegriCloud