aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/InheritViz.cpp
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2015-03-09InheritViz: Hide implementation detailsBenjamin Kramer
2014-06-12Refer to error_code with the std prefix.Rafael Espindola
2014-03-13[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman
2013-07-05Use llvm::sys::fs::createTemporaryFile.Rafael Espindola
2013-06-24Convert a use of PathV1.h.Rafael Espindola
2013-06-19Don't depend on PathV1.h including set.Rafael Espindola
2013-06-13InheritViz.cpp uses sys::Path, include PathV1.hRafael Espindola
2013-06-13Use version of DisplayGraph that takes a StringRef.Rafael Espindola
2013-01-14Remove an unneeded const_castDmitri Gribenko
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-03-01Revert 123553, as sys::fs::unique_file is not finished yet.Dan Gohman
2011-01-15AST/InheritViz: Remove all internal uses of PathV1.Michael J. Spencer
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