llvm-project/clang/lib/AST
Daniel Dunbar 73a73f52fd Fix attributes on Obj-C interfaces & methods.
- Drop MethodAttrs parameter to ObjCMethodDecl
 - Call ProcessDeclAttributeList for interface & method decls.

llvm-svn: 55068
2008-08-20 18:02:42 +00:00
..
ASTConsumer.cpp Remove unused ASTConsumer::HandleTopLevelDeclaration 2008-07-25 22:39:30 +00:00
ASTContext.cpp Fix ASTContext::getObjCEncodingForType() to limit the type info for structure bodies (mimics gcc's adhoc rules). 2008-08-14 15:00:38 +00:00
Builtins.cpp More #include cleaning 2008-08-11 04:54:23 +00:00
CFG.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
Decl.cpp More #include cleaning 2008-08-11 04:54:23 +00:00
DeclBase.cpp Added ObjCAtDefsFieldDecl to represent FieldDecls created by @defs. 2008-08-20 03:26:33 +00:00
DeclCXX.cpp Silence uninitialized value warning in Release build. 2008-06-16 23:46:27 +00:00
DeclObjC.cpp Fix attributes on Obj-C interfaces & methods. 2008-08-20 18:02:42 +00:00
DeclSerialization.cpp -Add DeclChain member to DeclContext. 2008-06-10 01:32:09 +00:00
Expr.cpp Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastExpr and ExplicitCastExpr derive from a common base class (CastExpr): 2008-08-18 23:01:59 +00:00
ExprCXX.cpp Fix more strict-aliasing warnings. 2008-06-17 03:11:08 +00:00
ExprConstant.cpp Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastExpr and ExplicitCastExpr derive from a common base class (CastExpr): 2008-08-18 23:01:59 +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 More #include cleaning 2008-08-11 06:23:49 +00:00
StmtDumper.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
StmtIterator.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
StmtPrinter.cpp Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastExpr and ExplicitCastExpr derive from a common base class (CastExpr): 2008-08-18 23:01:59 +00:00
StmtSerialization.cpp Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastExpr and ExplicitCastExpr derive from a common base class (CastExpr): 2008-08-18 23:01:59 +00:00
StmtViz.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
TranslationUnit.cpp Patch by Csaba Hruska and Peter Neumark: 2008-07-10 22:10:48 +00:00
Type.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
TypeSerialization.cpp More #include cleaning 2008-08-11 06:23:49 +00:00