summaryrefslogtreecommitdiff
path: root/clang/lib/AST/InheritViz.cpp
AgeCommit message (Expand)Author
2025-10-15[clang] NFC: rename TagType::getOriginalDecl back to getDecl (#163271)Matheus Izvekov
2025-08-27[clang] AST: fix getAs canonicalization of leaf types (#155028)Matheus Izvekov
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2024-10-14[AST] Avoid repeated set lookups (NFC) (#112155)Kazu Hirata
2019-10-03Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.Simon Pilgrim
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