- db8f3d3 pretty priting for method definitions. by Fariborz Jahanian · 17 years ago
- f68a63f by Steve Naroff · 17 years ago
- 1f7b6f8 Added class context to method declarations. Provide "interface *" type by Fariborz Jahanian · 17 years ago
- 3560002 Insert invisble arguments to method definition header. by Fariborz Jahanian · 17 years ago
- e3995fe improve decl merging logic to be more correct with by Chris Lattner · 17 years ago
- fcc2d26 Add better validation for array types when merging decls. Patch by Chris Lattner · 17 years ago
- a1ff3e9 Generate code for member exprs. by Anders Carlsson · 17 years ago
- ecb01e6 Remaining work to collect objective-c's type qualifiers and use them to encode by Fariborz Jahanian · 17 years ago
- 4ef8dd6 Implement test/Sema/init.c by treating functions as constants. by Chris Lattner · 17 years ago
- f9fef92 start adding pading fields. by Devang Patel · 17 years ago
- 50b5a30 Fix a typo that prevented pointer-to-int conversions from working. by Anders Carlsson · 17 years ago
- 148fe67 Handle function calls that return aggregate expressions. by Anders Carlsson · 17 years ago
- 9544ff2 New test to verify llvm struct layout. by Devang Patel · 17 years ago
- 3a3ca1b Fixed problem with rewriting stand-alone @implementation (with no matching @interface). by Fariborz Jahanian · 17 years ago
- 7da36f6 __real__ and __imag__ can be lvalues. Add support to ast and codegen for them. by Chris Lattner · 17 years ago
- ca4e19e Fixed tests. by Fariborz Jahanian · 17 years ago
- bb60846 Revisited my last patch to be able to do encoding of ivar types with 'id'. by Fariborz Jahanian · 17 years ago
- c2939bc Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
- a8335a9 Added to test case for "self-comparison check" uses of relation operators: x < x and x > x by Ted Kremenek · 17 years ago
- 3ca0bf2 For non-floating point types, added check for expressions of the form by Ted Kremenek · 17 years ago
- 6a26155 For checking for floating point comparison using == or !=, we now suppress by Ted Kremenek · 17 years ago
- b96728d improve error recovery handling broken 'then' or 'else' stmts in by Chris Lattner · 17 years ago
- 3da2db4 casting to void is ok for structs (C99 6.5.4p2), this fixes by Chris Lattner · 17 years ago
- abad06c Codegen union member references. by Devang Patel · 17 years ago
- 0a96118 Handle non LValue base expressions. by Devang Patel · 17 years ago
- e40daa4 by Devang Patel · 17 years ago
- 636c3d0 Codegen array initializers. by Devang Patel · 17 years ago
- 8e53e72 Codegen global array initializers. by Devang Patel · 17 years ago
- f86206f Fix "strbuf += stufflen;" crash. by Devang Patel · 17 years ago
- e61933d Fix a recovery bug Fariborz and I noticed yesterday. We were producing: by Chris Lattner · 17 years ago
- 126a856 Handle foo()->a = 42; by Devang Patel · 17 years ago
- a83cc33 Handle non-constant initializers. by Devang Patel · 17 years ago
- dbb46b1 Fix typo. by Devang Patel · 17 years ago
- b1e3989 Handle nested structs. typdef struct A { int i; struct A *next; } A by Devang Patel · 17 years ago
- b9b00ad Handle simple struct member expr. by Devang Patel · 17 years ago
- 9a11b9a Fix a crash on test/Sema/invalid-decl.c by Chris Lattner · 17 years ago
- 54d02e9 by Steve Naroff · 17 years ago
- d4dd30f by Steve Naroff · 17 years ago
- 27b837c UsualArithmeticConversions is crashing with an assert by Chris Lattner · 17 years ago
- fd8b4a4 by Steve Naroff · 17 years ago
- 02209fb remove typedef. by Chris Lattner · 17 years ago
- 417c909 by Steve Naroff · 17 years ago
- 3b8e891 by Steve Naroff · 17 years ago
- 390d50a Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago
- 1a86b33 Generate code for static variables that don't have initializers. Also, report an error if a static initializer is not constant. by Anders Carlsson · 17 years ago
- 81bfde9 by Steve Naroff · 17 years ago
- 3e7fd15 Patch to diagnose duplicate method implementations. by Fariborz Jahanian · 17 years ago
- b62f681 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
- 983df5b by Steve Naroff · 17 years ago
- 943140e initialization of references should not do default fn/array promotions. by Chris Lattner · 17 years ago
- a0818e3 Patch to parse @selector expressions. by Fariborz Jahanian · 17 years ago
- be127ba Several name lookup conflict detection fixes involving objective-c names. by Fariborz Jahanian · 17 years ago
- 1ff8b58 Fix a warning by Anders Carlsson · 17 years ago
- 1109b42 Patch to check for duplicate method decls in protocols. by Fariborz Jahanian · 17 years ago
- e7f64cc Check and diagnose that objective-c objects may not be statically allocated. by Fariborz Jahanian · 17 years ago
- 580b664 Added notion of '*' specified format width/specifiers when checking by Ted Kremenek · 17 years ago
- 4cabdfc Fixed a @compatible_alias bug. In the process, discovered unnecessary 2ndry lookup by Fariborz Jahanian · 17 years ago
- 8f74476 by Steve Naroff · 17 years ago
- 6eda8c9 Add some more diagnostics for va_start, fix tests so they pass with these new diags. by Anders Carlsson · 17 years ago
- bece4ac Fixed a bug whereby, struct tag name matches a typedef/objc-class name by Fariborz Jahanian · 17 years ago
- 075878a Temporary fix to test case. This area is currently under construction...test case will be changing again soon. by Steve Naroff · 17 years ago
- 243b64b This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 17 years ago
- dfbcce2 Implemented parsing of objctive-c protocol conforming type used in by Fariborz Jahanian · 17 years ago
- 4b6c905 Patch to create protocol conforming class types. by Fariborz Jahanian · 17 years ago
- 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
- e21b573 Refinements to Sema::GetObjcIdType()... by Steve Naroff · 17 years ago
- 3b95017 by Steve Naroff · 17 years ago
- 2d85f8b Emit a warning when the body of an if block is a NullStmt. by Anders Carlsson · 17 years ago
- b216c88 by Steve Naroff · 17 years ago
- 2c30d8f Recognize while(1) and avoid extra blocks. by Devang Patel · 17 years ago
- a2c5342 new test by Devang Patel · 17 years ago
- c049e4f Code gen case statement ranges. by Devang Patel · 17 years ago
- 245f92a This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 17 years ago
- 2d79d0f Support case statement ranges. by Devang Patel · 17 years ago
- 85ff264 Patch for 1) Checking for duplicate methods decls in intterface and category. by Fariborz Jahanian · 17 years ago
- 51b09f2 switch statement code gen. by Devang Patel · 17 years ago
- b384d32 this patch accomodates clattner's comments on expression processing in @try-statement. by Fariborz Jahanian · 17 years ago
- 4b6df3f Fixed all my recent test cases to have the RUN command and by Fariborz Jahanian · 17 years ago
- ca3adf7 Previously, I warned those methods not implemented in implementation class/category. by Fariborz Jahanian · 17 years ago
- 8f3fde0 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 17 years ago
- 00ae8d5 Patch to warn on umimplemented methods coming from class's protocols. by Fariborz Jahanian · 17 years ago
- d0b0154 Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
- a9c0102 objc messages have side effects, return true from hasLocalSideEffect, fixing: by Chris Lattner · 17 years ago
- 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
- d0b90bf This patch inserts ivars declared in @implementation in its object and verifies by Fariborz Jahanian · 17 years ago
- 0da1c10 Patch to make ObjcImplementationDecl derived from TypeDecl and supprt legacy by Fariborz Jahanian · 17 years ago
- ccb4f31 This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago
- f37bb25 If we see an invalid #ifdef directive, enter a conditional compilation region by Chris Lattner · 17 years ago
- b27c156 This patch adds to new things to clang: by Fariborz Jahanian · 17 years ago
- 894c57f This patch instantiates objects for forward protocols and in general handles use of by Fariborz Jahanian · 17 years ago
- bd51b87 Handle forward declaration of classes and prevent re-instantiation of by Fariborz Jahanian · 17 years ago
- 1d5b0e3 Match to do some semantic analysis on objective-c class decl. by Fariborz Jahanian · 17 years ago
- 397fcc1 Patch to parse objective-c's @try-statement and @throw-statement. by Fariborz Jahanian · 17 years ago
- 25e077d Patch to add objective-c's @protocl type declaration. by Fariborz Jahanian · 17 years ago
- e267ab6 Semantic analysis for objective-c ivars. by Fariborz Jahanian · 17 years ago
- 410e3e2 Remove a FIXME. Replace a couple asserts with an appropriate error by Steve Naroff · 17 years ago
- 3536b44 by Steve Naroff · 17 years ago
- a65ff6c Patch for parsing objective-c style method calls. by Fariborz Jahanian · 17 years ago
- 0ccb27d 1. Fix parsing of method prototype involving c-style argument declarations. by Fariborz Jahanian · 17 years ago
- e39245b disable this for now. by Chris Lattner · 17 years ago