llvm-project/clang/AST
Fariborz Jahanian a7c705ddca This patch implements some of the more obscure type-checking involving
'id' quallified with protocols and static types which have categories and
inheritance which implement these protocols.

llvm-svn: 45294
2007-12-21 22:22:33 +00:00
..
ASTConsumer.cpp Added method "HandleTopLevelDeclaration" to ASTConsumer. This will eventually 2007-11-29 23:05:17 +00:00
ASTContext.cpp This patch implements some of the more obscure type-checking involving 2007-12-21 22:22:33 +00:00
Builtins.cpp Add more intrinsics. We can now correctly parse both Carbon.h and Cocoa.h without having to do -arch ppc. 2007-11-28 05:19:59 +00:00
CFG.cpp Fixed successor order for CFG basic blocks when handling: x && y. The bug 2007-12-21 19:49:00 +00:00
Decl.cpp Patch to do type-checking for objctive-c's object types. 2007-12-20 19:24:10 +00:00
DeclSerialization.cpp Updated serialization of ParmVarDecl to serialize out objcDeclQualifier. 2007-12-13 06:28:13 +00:00
Expr.cpp Fix the location we emit the "not a constant" error for this: 2007-12-18 07:15:40 +00:00
ExprCXX.cpp Fixed DeclStmt::child_begin() to actually create an iterator that 2007-10-18 23:28:49 +00:00
Makefile Fix these to allow clang to be in any dir. 2006-10-26 04:56:55 +00:00
Stmt.cpp Keep track of whether the asm is volatile or not. 2007-11-23 23:12:25 +00:00
StmtDumper.cpp Added back VisitDeclStmt() to the StmtDumper, essentially reverting r44920: 2007-12-12 06:59:42 +00:00
StmtIterator.cpp Added "mode" to StmtIterator to record if the expression being iterated 2007-12-14 23:40:56 +00:00
StmtPrinter.cpp Removed dependence on #including iostream. 2007-11-26 22:50:46 +00:00
StmtSerialization.cpp Implemented serialization of: ObjCEncodeExpr, ObjCSelectorExpr. 2007-12-05 00:43:08 +00:00
StmtViz.cpp Added support to clang driver to view ASTs using GraphViz. This 2007-09-19 21:29:43 +00:00
TranslationUnit.cpp Converted uses of scoped_ptr to OwningPtr. 2007-12-20 19:47:16 +00:00
Type.cpp Refactoring work. ObjcQualifiedIdType is now derived from 'Type'. 2007-12-18 21:33:44 +00:00
TypeSerialization.cpp Patch to implemented objective-c's dynamic object pointer qualified with 2007-12-17 21:03:50 +00:00