hanchenye-llvm-project/clang/lib/AST
Daniel Dunbar d7be95d60a PR2919: __builtin_types_compatible_p strips CRV qualifiers.
llvm-svn: 58079
2008-10-24 08:07:57 +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 Clean up and document the representation of C++ base classes 2008-10-23 18:13:27 +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 PR2919: __builtin_types_compatible_p strips CRV qualifiers. 2008-10-24 08:07:57 +00:00
ExprCXX.cpp Change line endings: CRLF -> LF 2008-09-10 02:14:49 +00:00
ExprConstant.cpp PR2919: __builtin_types_compatible_p strips CRV qualifiers. 2008-10-24 08:07:57 +00:00
InheritViz.cpp Use llvm::errs() instead of cerr. 2008-10-23 23:55:40 +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