llvm-project/clang/lib/AST
Fariborz Jahanian f8f0c6b1bc Removed a slot in ObjCMemRegExpr used in
code gen which did not belong there.

llvm-svn: 61203
2008-12-18 17:29:46 +00:00
..
APValue.cpp add dump and print methods, add operator<< for APValue. 2008-11-16 07:46:48 +00:00
ASTConsumer.cpp Remove unused ASTConsumer::HandleTopLevelDeclaration 2008-07-25 22:39:30 +00:00
ASTContext.cpp Removed a slot in ObjCMemRegExpr used in 2008-12-18 17:29:46 +00:00
Builtins.cpp Don't give a default argument to ASTContext::getFunctionType for the TypeQuals parameter, it causes subtle bugs where TypeQuals, while necessary, are omitted from the call. 2008-10-26 16:43:14 +00:00
CFG.cpp Add preliminary CFG support for @throw. We basically treat it like a return statement. 2008-12-09 20:20:09 +00:00
CMakeLists.txt CMake: Added some source files. 2008-11-19 18:46:39 +00:00
Decl.cpp fix leakage of var's initializers 2008-12-17 23:39:55 +00:00
DeclBase.cpp Don't double-destroy constructors defined out-of-line. This is a 2008-12-15 17:33:16 +00:00
DeclCXX.cpp Make linkage-specifications hold on to all of their declarations 2008-12-16 22:23:02 +00:00
DeclGroup.cpp Fix incorrect release of Decl* array referenced by DeclGroup. 2008-10-18 19:20:54 +00:00
DeclObjC.cpp Fix http://llvm.org/bugs/show_bug.cgi?id=3189. 2008-12-18 15:50:41 +00:00
DeclSerialization.cpp Make linkage-specifications hold on to all of their declarations 2008-12-16 22:23:02 +00:00
DeclarationName.cpp dont call iterator::end() on every cycle and dont read already-deleted memory 2008-12-14 21:53:25 +00:00
Expr.cpp Implement the final (hopefully) wrinkle to i-c-e + builtin_constant_p 2008-12-12 18:00:51 +00:00
ExprCXX.cpp Add support for calls to dependent names within templates, e.g., 2008-12-06 00:22:45 +00:00
ExprConstant.cpp Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +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 More #include cleaning 2008-08-11 06:23:49 +00:00
Stmt.cpp Don't require us to manually number the statements and expressions in StmtNodes.def. We don't need stable numbers yet, renumbering is a pain, and LAST_STMT had the wrong value anyway. 2008-11-14 12:46:07 +00:00
StmtDumper.cpp Migrate some stuff from NamedDecl::getName() to 2008-11-24 04:00:27 +00:00
StmtIterator.cpp Introduce basic support for dependent types, type-dependent 2008-12-05 23:32:09 +00:00
StmtPrinter.cpp Add support for calls to dependent names within templates, e.g., 2008-12-06 00:22:45 +00:00
StmtSerialization.cpp Removed a slot in ObjCMemRegExpr used in 2008-12-18 17:29:46 +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 When destroying a translation unit, deallocate its owned declarations in reverse order, because there may be dependencies among the declarations. 2008-10-27 12:50:38 +00:00
Type.cpp Introduce basic support for dependent types, type-dependent 2008-12-05 23:32:09 +00:00
TypeSerialization.cpp Introduce basic support for dependent types, type-dependent 2008-12-05 23:32:09 +00:00