index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
InheritViz.cpp
Age
Commit message (
Expand
)
Author
2013-01-14
Remove an unneeded const_cast
Dmitri Gribenko
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-03-01
Revert 123553, as sys::fs::unique_file is not finished yet.
Dan Gohman
2011-01-15
AST/InheritViz: Remove all internal uses of PathV1.
Michael J. Spencer
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-25
Update clang for raw_fd_ostream no longer requiring F_Force.
Dan Gohman
2009-08-23
adjust for raw_fd_ostream api change.
Chris Lattner
2009-07-29
Change uses of:
Ted Kremenek
2009-07-17
Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
Ted Kremenek
2009-07-17
Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...
Ted Kremenek
2009-07-15
Update for raw_fd_ostream API changes. raw_fd_ostream now has a
Dan Gohman
2008-11-13
[LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that
Daniel Dunbar
2008-10-24
Move viewInheritance to CXXRecordDecl, and make sure it builds in Release mod...
Douglas Gregor
2008-10-23
Use llvm::errs() instead of cerr.
Ted Kremenek
2008-10-23
Convert InheritanceHierarchyWriter to use llvm::raw_ostream instead of std::o...
Ted Kremenek
2008-10-23
Clean up and document the representation of C++ base classes
Douglas Gregor
2008-10-23
If NDEBUG is set, don't include any of the code for visualizing inheritance h...
Douglas Gregor
2008-10-22
Remove the GraphWriter-based version of the C++ class inheritance visualizati...
Douglas Gregor
2008-10-22
Added GraphViz visualization of C++ inheritance hierarchies.
Douglas Gregor