index
:
~jwrdegoede/clang
master
Hans' clang repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
InheritViz.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-09
InheritViz: Hide implementation details
Benjamin Kramer
1
-11
/
+8
2014-06-12
Refer to error_code with the std prefix.
Rafael Espindola
1
-1
/
+1
2014-03-13
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
1
-7
/
+6
2013-07-05
Use llvm::sys::fs::createTemporaryFile.
Rafael Espindola
1
-2
/
+2
2013-06-24
Convert a use of PathV1.h.
Rafael Espindola
1
-22
/
+16
2013-06-19
Don't depend on PathV1.h including set.
Rafael Espindola
1
-0
/
+1
2013-06-13
InheritViz.cpp uses sys::Path, include PathV1.h
Rafael Espindola
1
-0
/
+1
2013-06-13
Use version of DisplayGraph that takes a StringRef.
Rafael Espindola
1
-1
/
+1
2013-01-14
Remove an unneeded const_cast
Dmitri Gribenko
1
-1
/
+1
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
1
-4
/
+4
2011-03-01
Revert 123553, as sys::fs::unique_file is not finished yet.
Dan Gohman
1
-17
/
+22
2011-01-15
AST/InheritViz: Remove all internal uses of PathV1.
Michael J. Spencer
1
-22
/
+17
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
1
-3
/
+3
2009-08-25
Update clang for raw_fd_ostream no longer requiring F_Force.
Dan Gohman
1
-2
/
+1
2009-08-23
adjust for raw_fd_ostream api change.
Chris Lattner
1
-1
/
+2
2009-07-29
Change uses of:
Ted Kremenek
1
-1
/
+1
2009-07-17
Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
Ted Kremenek
1
-1
/
+1
2009-07-17
Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...
Ted Kremenek
1
-1
/
+1
2009-07-15
Update for raw_fd_ostream API changes. raw_fd_ostream now has a
Dan Gohman
1
-1
/
+1
2008-11-13
[LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that
Daniel Dunbar
1
-1
/
+1
2008-10-24
Move viewInheritance to CXXRecordDecl, and make sure it builds in Release mod...
Douglas Gregor
1
-14
/
+4
2008-10-23
Use llvm::errs() instead of cerr.
Ted Kremenek
1
-5
/
+5
2008-10-23
Convert InheritanceHierarchyWriter to use llvm::raw_ostream instead of std::o...
Ted Kremenek
1
-11
/
+10
2008-10-23
Clean up and document the representation of C++ base classes
Douglas Gregor
1
-2
/
+2
2008-10-23
If NDEBUG is set, don't include any of the code for visualizing inheritance h...
Douglas Gregor
1
-0
/
+2
2008-10-22
Remove the GraphWriter-based version of the C++ class inheritance visualizati...
Douglas Gregor
1
-89
/
+1
2008-10-22
Added GraphViz visualization of C++ inheritance hierarchies.
Douglas Gregor
1
-0
/
+265