llvm-project/clang/lib
Anton Korobeynikov 1200aca763 Support for code generation of Objective-C top-level language constructs.
Implemented by David Chisnall!

llvm-svn: 51835
2008-06-01 14:13:53 +00:00
..
AST Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass a 2008-05-31 20:11:04 +00:00
Analysis - Move ObjC Expresssion AST's from Expr.h => ExprObjC.h 2008-05-29 21:12:08 +00:00
Basic Implement support for -w, which silences all warnings. PR2384. 2008-05-29 15:36:45 +00:00
CodeGen Support for code generation of Objective-C top-level language constructs. 2008-06-01 14:13:53 +00:00
Headers Implementation of stdarg.h. 2008-05-29 10:40:55 +00:00
Lex Fix rewriter bug <rdar://problem/5929344> clang ObjC rewriter: "extern int __CFConstantStringClassReference[];" should be extern "C". 2008-05-15 21:12:10 +00:00
Parse Fix a couple crashes on invalid input. 2008-05-27 23:32:43 +00:00
Rewrite Fix rewrite rope to keep the leaf list up-to-date as it erases leaves 2008-05-28 18:45:56 +00:00
Sema Tweak Sema::ObjCQualifiedIdTypesAreCompatible() to handle qualified interface types on the RHS. 2008-06-01 02:43:50 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00