hanchenye-llvm-project/clang/lib/AST
Douglas Gregor dff6a8eeef Added GraphViz visualization of C++ inheritance hierarchies.
Factored the QualTypeOrdering predicate into its own header
(TypeOrdering.h), now that it is used in two places.

llvm-svn: 58001
2008-10-22 21:13:31 +00:00
..
ASTConsumer.cpp Remove unused ASTConsumer::HandleTopLevelDeclaration 2008-07-25 22:39:30 +00:00
ASTContext.cpp Fix <rdar://problem/6257645> clang static analyzer crashes when encountering blocks as objects 2008-10-21 18:24:04 +00:00
Builtins.cpp Make llvm memory barrier available as an intrinsic 2008-10-18 02:49:28 +00:00
CFG.cpp Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ScopedDecl*. 2008-10-07 23:09:49 +00:00
Decl.cpp Simplify handling of struct/union/class tags. 2008-10-15 00:42:39 +00:00
DeclBase.cpp Preliminary support for function overloading 2008-10-21 16:13:35 +00:00
DeclCXX.cpp Add representation of base classes in the AST, and verify that we 2008-10-22 17:49:05 +00:00
DeclGroup.cpp Fix incorrect release of Decl* array referenced by DeclGroup. 2008-10-18 19:20:54 +00:00
DeclObjC.cpp Fix "possibly uninitialized" warning. 2008-08-27 05:13:46 +00:00
DeclSerialization.cpp Preliminary support for function overloading 2008-10-21 16:13:35 +00:00
Expr.cpp Now that DeclRefExpr accepts a NamedDecl, use a DeclRefExpr for when a CXXFieldDecl is referenced inside a method. 2008-10-22 21:00:29 +00:00
ExprCXX.cpp Change line endings: CRLF -> LF 2008-09-10 02:14:49 +00:00
ExprConstant.cpp Teach tryEvaluate that fabs, copysign, and unary +/- are constants for 2008-10-16 03:51:50 +00:00
InheritViz.cpp Added GraphViz visualization of C++ inheritance hierarchies. 2008-10-22 21:13:31 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
ParentMap.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
Stmt.cpp Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ScopedDecl*. 2008-10-07 23:09:49 +00:00
StmtDumper.cpp Simplify handling of struct/union/class tags. 2008-10-15 00:42:39 +00:00
StmtIterator.cpp A little more tweaking with StmtIterator and SizeOfAlignofExpr. A recent commit actually introduced a regression, not fixed a bug. 2008-10-07 23:35:42 +00:00
StmtPrinter.cpp - Add BlockDecl AST node. 2008-10-08 17:01:13 +00:00
StmtSerialization.cpp Preliminary support for function overloading 2008-10-21 16:13:35 +00:00
StmtViz.cpp Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ScopedDecl*. 2008-10-07 23:09:49 +00:00
TranslationUnit.cpp Patch by Csaba Hruska and Peter Neumark: 2008-07-10 22:10:48 +00:00
Type.cpp Preliminary support for function overloading 2008-10-21 16:13:35 +00:00
TypeSerialization.cpp Move Type::EmitImpl into header, add FIXME to make abstract. 2008-10-14 16:55:17 +00:00