clang-1/include/clang
Fariborz Jahanian d0b90bff98 This patch inserts ivars declared in @implementation in its object and verifies
that they conform(in type, name and numbers) to those declared in @interface. 
Test case highlights kind of checking we do here.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42360 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-26 18:27:25 +00:00
..
AST This patch inserts ivars declared in @implementation in its object and verifies 2007-09-26 18:27:25 +00:00
Analysis Moved "DataflowSolver.h" to the "include/" subtree. Adjusted client 2007-09-25 21:00:24 +00:00
Basic This patch inserts ivars declared in @implementation in its object and verifies 2007-09-26 18:27:25 +00:00
CodeGen implement support for basic codegen of global variables with no initializers. 2007-07-13 05:13:43 +00:00
Lex Use APFloat for the representation of FP immediates, ask the target 2007-09-22 18:29:59 +00:00
Parse This patch inserts ivars declared in @implementation in its object and verifies 2007-09-26 18:27:25 +00:00
Rewrite Initial checkin of rewriter interface. It is just stubbed out for now. 2007-09-15 22:21:22 +00:00
Sema remove some obsolete interfaces. 2007-09-16 19:47:56 +00:00