clang-1/lib/AST
Mike Stump ca2f3fdeed Codegen for int (^bp)(int) = 0;
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64951 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-18 21:44:49 +00:00
..
APValue.cpp Support evaluation of vector constant expressions, and codegen of same. 2009-01-18 03:20:47 +00:00
ASTConsumer.cpp Remove unused ASTConsumer::HandleTopLevelDeclaration 2008-07-25 22:39:30 +00:00
ASTContext.cpp Add Type::isSpecificBuiltinType as a shortcut. 2009-02-18 19:59:32 +00:00
Builtins.cpp Supply the header corresponding to a library builtin as a separate argument to the LIBBUILTIN macro 2009-02-16 21:58:21 +00:00
CFG.cpp Remove DeclGroupOwningRef, since we intend for declarations to be owned 2009-02-13 19:06:18 +00:00
CMakeLists.txt Basic representation of C++ class templates, from Andrew Sutton. 2009-02-04 19:02:06 +00:00
Decl.cpp Static variables and functions won't collide with standard library 2009-02-17 03:23:10 +00:00
DeclBase.cpp Implement basic parsing and semantic analysis for explicit 2009-02-17 23:15:12 +00:00
DeclCXX.cpp Added ClassTemplateSpecializationDecl, which is a subclass of 2009-02-17 01:05:43 +00:00
DeclGroup.cpp Remove DeclGroupOwningRef, since we intend for declarations to be owned 2009-02-13 19:06:18 +00:00
DeclObjC.cpp All Decls have a DeclContext now, hooray! Fans of consistency rejoice. 2009-02-17 20:20:37 +00:00
DeclSerialization.cpp Refactor FieldDecls to be ValueDecls instead of NamedDecls. 2009-02-10 20:06:48 +00:00
DeclTemplate.cpp Implement basic parsing and semantic analysis for explicit 2009-02-17 23:15:12 +00:00
DeclarationName.cpp fix long lines. 2009-02-16 22:33:34 +00:00
Expr.cpp teach child iterators to walk into the child string of an ObjCStringLiteral, 2009-02-18 06:53:08 +00:00
ExprCXX.cpp Rename UnaryTypeTraitExpr::Evaluate to EvaluateTrait to not collide 2009-02-17 23:20:26 +00:00
ExprConstant.cpp Codegen for int (^bp)(int) = 0; 2009-02-18 21:44:49 +00:00
InheritViz.cpp [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that 2008-11-13 05:09:21 +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 Dead stores checker: Fix <rdar://problem/6506065> by being more selective when say that a store is dead even though the computed value is used in the enclosing expression. 2009-01-20 00:47:45 +00:00
Stmt.cpp Remove DeclGroupOwningRef, since we intend for declarations to be owned 2009-02-13 19:06:18 +00:00
StmtDumper.cpp Semantic analysis, ASTs, and unqualified name lookup support for C++ 2009-02-03 19:21:40 +00:00
StmtIterator.cpp Remove ScopedDecl, collapsing all of its functionality into Decl, so 2009-01-20 01:17:11 +00:00
StmtPrinter.cpp Add private extern to pretty printer(s). 2009-02-10 23:49:50 +00:00
StmtSerialization.cpp privatize all of the string literal memory allocation/creation 2009-02-18 06:40:38 +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 fix long lines. 2009-02-16 22:33:34 +00:00
Type.cpp Representation of objc gc's attribute using ExtQualType. 2009-02-18 05:09:49 +00:00
TypeSerialization.cpp Renamed ASQualType to ExtQualType to reflect its more 2009-02-17 18:27:45 +00:00