summaryrefslogtreecommitdiffstats
path: root/lib/AST/InheritViz.cpp
Commit message (Expand)AuthorAgeFilesLines
* InheritViz: Hide implementation detailsBenjamin Kramer2015-03-091-11/+8
* Refer to error_code with the std prefix.Rafael Espindola2014-06-121-1/+1
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-131-7/+6
* Use llvm::sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-2/+2
* Convert a use of PathV1.h.Rafael Espindola2013-06-241-22/+16
* Don't depend on PathV1.h including set.Rafael Espindola2013-06-191-0/+1
* InheritViz.cpp uses sys::Path, include PathV1.hRafael Espindola2013-06-131-0/+1
* Use version of DisplayGraph that takes a StringRef.Rafael Espindola2013-06-131-1/+1
* Remove an unneeded const_castDmitri Gribenko2013-01-141-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-4/+4
* Revert 123553, as sys::fs::unique_file is not finished yet.Dan Gohman2011-03-011-17/+22
* AST/InheritViz: Remove all internal uses of PathV1.Michael J. Spencer2011-01-151-22/+17
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-3/+3
* Update clang for raw_fd_ostream no longer requiring F_Force.Dan Gohman2009-08-251-2/+1
* adjust for raw_fd_ostream api change.Chris Lattner2009-08-231-1/+2
* Change uses of:Ted Kremenek2009-07-291-1/+1
* Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek2009-07-171-1/+1
* Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...Ted Kremenek2009-07-171-1/+1
* Update for raw_fd_ostream API changes. raw_fd_ostream now has aDan Gohman2009-07-151-1/+1
* [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