提交历史

作者 SHA1 备注 提交日期
  Simon Pilgrim 84d475a5ed Silence static analyzer getAs<RecordType> null dereference warnings. NFCI. 5 年之前
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 年之前
  Benjamin Kramer a223760d6e InheritViz: Hide implementation details 10 年之前
  Rafael Espindola 5471ad06e1 Refer to error_code with the std prefix. 11 年之前
  Aaron Ballman 7191c6b061 [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with iterator_range bases(). Updating all of the usages of the iterators with range-based for loops. 11 年之前
  Rafael Espindola 1ec4a86a86 Use llvm::sys::fs::createTemporaryFile. 12 年之前
  Rafael Espindola 653c657864 Convert a use of PathV1.h. 12 年之前
  Rafael Espindola e310d4473f Don't depend on PathV1.h including set. 12 年之前
  Rafael Espindola 2f9c0355d3 InheritViz.cpp uses sys::Path, include PathV1.h 12 年之前
  Rafael Espindola 8b81df326b Use version of DisplayGraph that takes a StringRef. 12 年之前
  Dmitri Gribenko 0446f51e1c Remove an unneeded const_cast 12 年之前
  Chris Lattner 5f9e272e63 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 14 年之前
  Dan Gohman ef165c94cf Revert 123553, as sys::fs::unique_file is not finished yet. 14 年之前
  Michael J. Spencer 7c4a4a07b2 AST/InheritViz: Remove all internal uses of PathV1. 14 年之前
  Mike Stump 1eb4433ac4 Remove tabs, and whitespace cleanups. 16 年之前
  Dan Gohman b044c473a1 Update clang for raw_fd_ostream no longer requiring F_Force. 16 年之前
  Chris Lattner 92bcc27ada adjust for raw_fd_ostream api change. 16 年之前
  Ted Kremenek 6217b80b7a Change uses of: 16 年之前
  Ted Kremenek 35366a67ba Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods 16 年之前
  Ted Kremenek 5cad1f7446 Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), Type::getAsMemberPointerType(), Type::getAsTagType(), and Type::getAsRecordType() with their Type::getAs<XXX> equivalents. 16 年之前
  Dan Gohman 92db284169 Update for raw_fd_ostream API changes. raw_fd_ostream now has a 16 年之前
  Daniel Dunbar 26fb272713 [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that 17 年之前
  Douglas Gregor 1f81230ac5 Move viewInheritance to CXXRecordDecl, and make sure it builds in Release mode, too 17 年之前
  Ted Kremenek 6ee9b0f0e6 Use llvm::errs() instead of cerr. 17 年之前
  Ted Kremenek 4ebd7f54ad Convert InheritanceHierarchyWriter to use llvm::raw_ostream instead of std::ostream. 17 年之前
  Douglas Gregor 57c856b96e Clean up and document the representation of C++ base classes 17 年之前
  Douglas Gregor 7a64a0329a If NDEBUG is set, don't include any of the code for visualizing inheritance hierarchies 17 年之前
  Douglas Gregor 5dea18948c Remove the GraphWriter-based version of the C++ class inheritance visualization, since it isn't being used and can't handle virtual bases properly 17 年之前
  Douglas Gregor 0218936235 Added GraphViz visualization of C++ inheritance hierarchies. 17 年之前