summaryrefslogtreecommitdiff
path: root/lib/AST/InheritViz.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-03-09InheritViz: Hide implementation detailsBenjamin Kramer1-11/+8
2014-06-12Refer to error_code with the std prefix.Rafael Espindola1-1/+1
2014-03-13[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman1-7/+6
2013-07-05Use llvm::sys::fs::createTemporaryFile.Rafael Espindola1-2/+2
2013-06-24Convert a use of PathV1.h.Rafael Espindola1-22/+16
2013-06-19Don't depend on PathV1.h including set.Rafael Espindola1-0/+1
2013-06-13InheritViz.cpp uses sys::Path, include PathV1.hRafael Espindola1-0/+1
2013-06-13Use version of DisplayGraph that takes a StringRef.Rafael Espindola1-1/+1
2013-01-14Remove an unneeded const_castDmitri Gribenko1-1/+1
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-4/+4
2011-03-01Revert 123553, as sys::fs::unique_file is not finished yet.Dan Gohman1-17/+22
2011-01-15AST/InheritViz: Remove all internal uses of PathV1.Michael J. Spencer1-22/+17
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump1-3/+3
2009-08-25Update clang for raw_fd_ostream no longer requiring F_Force.Dan Gohman1-2/+1
2009-08-23adjust for raw_fd_ostream api change.Chris Lattner1-1/+2
2009-07-29Change uses of:Ted Kremenek1-1/+1
2009-07-17Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek1-1/+1
2009-07-17Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...Ted Kremenek1-1/+1
2009-07-15Update for raw_fd_ostream API changes. raw_fd_ostream now has aDan Gohman1-1/+1
2008-11-13[LLVM up] Update for raw_fd_ostream change. This fixes a FIXME thatDaniel Dunbar1-1/+1
2008-10-24Move viewInheritance to CXXRecordDecl, and make sure it builds in Release mod...Douglas Gregor1-14/+4
2008-10-23Use llvm::errs() instead of cerr.Ted Kremenek1-5/+5
2008-10-23Convert InheritanceHierarchyWriter to use llvm::raw_ostream instead of std::o...Ted Kremenek1-11/+10
2008-10-23Clean up and document the representation of C++ base classesDouglas Gregor1-2/+2
2008-10-23If NDEBUG is set, don't include any of the code for visualizing inheritance h...Douglas Gregor1-0/+2
2008-10-22Remove the GraphWriter-based version of the C++ class inheritance visualizati...Douglas Gregor1-89/+1
2008-10-22Added GraphViz visualization of C++ inheritance hierarchies. Douglas Gregor1-0/+265