clang-1/AST
Fariborz Jahanian b145e7dede Patch to compare to objective-c static types where one or the other
(but not both) may be a protocol qualified static type.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45283 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-21 17:34:43 +00:00
..
ASTConsumer.cpp Added method "HandleTopLevelDeclaration" to ASTConsumer. This will eventually 2007-11-29 23:05:17 +00:00
ASTContext.cpp Patch to compare to objective-c static types where one or the other 2007-12-21 17:34:43 +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 Removed CFG.cpp's dependence on #including iostream. 2007-12-17 19:35:20 +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 Stage two of getting CFE top correct. 2007-07-11 17:01:13 +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