aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/InheritViz.cpp
AgeCommit message (Expand)Author
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-25Update clang for raw_fd_ostream no longer requiring F_Force.Dan Gohman
2009-08-23adjust for raw_fd_ostream api change.Chris Lattner
2009-07-29Change uses of:Ted Kremenek
2009-07-17Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek
2009-07-17Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...Ted Kremenek
2009-07-15Update for raw_fd_ostream API changes. raw_fd_ostream now has aDan Gohman
2008-11-13[LLVM up] Update for raw_fd_ostream change. This fixes a FIXME thatDaniel Dunbar
2008-10-24Move viewInheritance to CXXRecordDecl, and make sure it builds in Release mod...Douglas Gregor
2008-10-23Use llvm::errs() instead of cerr.Ted Kremenek
2008-10-23Convert InheritanceHierarchyWriter to use llvm::raw_ostream instead of std::o...Ted Kremenek
2008-10-23Clean up and document the representation of C++ base classesDouglas Gregor
2008-10-23If NDEBUG is set, don't include any of the code for visualizing inheritance h...Douglas Gregor
2008-10-22Remove the GraphWriter-based version of the C++ class inheritance visualizati...Douglas Gregor
2008-10-22Added GraphViz visualization of C++ inheritance hierarchies. Douglas Gregor