- bef1185 by Steve Naroff · 17 years ago
- 7780d2d This patch allows synthesis generation of ivar offset for legacy objective-c @implementation by Fariborz Jahanian · 17 years ago
- 26e4cd3 Patch to synthesize computation of Ivar offset in rewritten c file. by Fariborz Jahanian · 17 years ago
- 9a11b9a Fix a crash on test/Sema/invalid-decl.c by Chris Lattner · 17 years ago
- 806a4eb by Steve Naroff · 17 years ago
- 3e27aa1 Check for Nullness of value built in GetObjcProtoType. by Fariborz Jahanian · 17 years ago
- 733002f by Steve Naroff · 17 years ago
- f4d331d Patch to rewrite ivar tables metadata for classes defined. by Fariborz Jahanian · 17 years ago
- 3187e20 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
- 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
- 2a35fa9 Fix location processing of @selector: the range should include the @ sign. by Fariborz Jahanian · 17 years ago
- 81bfde9 by Steve Naroff · 17 years ago
- 674af95 Fix location processing of @encode: the range should include the @ sign. by Chris Lattner · 17 years ago
- 311ff02 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
- 3e7fd15 Patch to diagnose duplicate method implementations. by Fariborz Jahanian · 17 years ago
- 3bea81b by Steve Naroff · 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
- a1fe117 by Steve Naroff · 17 years ago
- 2198891 by Steve Naroff · 17 years ago
- ec0550f by Steve Naroff · 17 years ago
- 7c50aca Add code generation and sema checking for __builtin_va_arg. by Anders Carlsson · 17 years ago
- be127ba Several name lookup conflict detection fixes involving objective-c names. by Fariborz Jahanian · 17 years ago
- 7e219e4 by Steve Naroff · 17 years ago
- ee98ac5 Add support for Pascal strings. by Anders Carlsson · 17 years ago
- ff1afdb by Steve Naroff · 17 years ago
- 3d58138 by Steve Naroff · 17 years ago
- 58ff9e8 by Steve Naroff · 17 years ago
- 793680e Generate code for va_start and va_end. 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
- 3fe44e4 Fixed typo in comment. by Fariborz Jahanian · 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
- bef679c Printf argument checking now supports dynamically-passed precision specifiers. by Ted Kremenek · 17 years ago
- 243b64b This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 17 years ago
- b2cf357 Add __builtin_va_start to the list of builtins, make __builtin_va_list available to builtin functions. by Anders Carlsson · 17 years ago
- 4b6c905 Patch to create protocol conforming class types. by Fariborz Jahanian · 17 years ago
- 22b73ba Fix 80 col violations. 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
- e440eb8 by Steve Naroff · 17 years ago
- 53b0dab Make a significant change to invert the control flow handling by Chris Lattner · 17 years ago
- b216c88 by Steve Naroff · 17 years ago
- 8fe5c2a Minor code clean up to make it more readable. by Fariborz Jahanian · 17 years ago
- 4de884d Update DeclKind enums to reflect ObjcProtocolDecl's inheritance change. by Chris Lattner · 17 years ago
- 05672a0 Remove addition of protocol names to declaration scopes, use a separate by Fariborz Jahanian · 17 years ago
- b652cea rename some "Parse" actions to "ActOn". Move code around in by Chris Lattner · 17 years ago
- 22d71d6 Prevent memory leak by not creating a category object when there is a by Fariborz Jahanian · 17 years ago
- eefc418 by Steve Naroff · 17 years ago
- 0332b6c Return NULL on invalid protocol. by Fariborz Jahanian · 17 years ago
- c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
- 60c5218 The identifier shouldn't be added to the scope, the decl should. by Chris Lattner · 17 years ago
- f836e3f simplify some Selector interfaces. by Chris Lattner · 17 years ago
- f387668 move ImplementationClassInfo out of ASTContext into Sema. by Chris Lattner · 17 years ago
- 6a0e89e switch ObjcCategoryImplDecl over to being a NamedDecl, remove dead ctor argument. by Chris Lattner · 17 years ago
- fd5de47 introduce a new NamedDecl class, switch a couple of things over to using it. by Chris Lattner · 17 years ago
- 7e62072 simplify the interface to create ObjcClassDecl's. by Chris Lattner · 17 years ago
- b97de3e simplify the interface for creating ObjcForwardProtocolDecl by Chris Lattner · 17 years ago
- 245f92a This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 17 years ago
- 8599426 Implement DenseMapInfo for Selector, allowing use of DenseMap/DenseSet of by Chris Lattner · 17 years ago
- 85ff264 Patch for 1) Checking for duplicate methods decls in intterface and category. by Fariborz Jahanian · 17 years ago
- b384d32 this patch accomodates clattner's comments on expression processing in @try-statement. by Fariborz Jahanian · 17 years ago
- 3f5faf7 Fixed tabs in couple of sources. 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
- 3a165b0 by Steve Naroff · 17 years ago
- 79139a1 Renamed getCatLoc() to getLocation() to be consistant for such getter names. by Fariborz Jahanian · 17 years ago
- 37e58d1 by Steve Naroff · 17 years ago
- 7ed9e0f Unified such names as protocol references, instance methods and class methods by Fariborz Jahanian · 17 years ago
- a5997c4 by Steve Naroff · 17 years ago
- 768f26e by Steve Naroff · 17 years ago
- ca3adf7 Previously, I warned those methods not implemented in implementation class/category. by Fariborz Jahanian · 17 years ago
- 6a8a9a4 by Steve Naroff · 17 years ago
- 6019903 ObjcCategoryDecl Does not subclass from ScopedDecl any more. 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
- 980e508 by Steve Naroff · 17 years ago
- 89204a1 Took care of clatter's suggestions, dated. by Fariborz Jahanian · 17 years ago
- 5c0fa30 Fix a bug I just introduced. by Chris Lattner · 17 years ago
- b7f4f2a simplify an expression by Chris Lattner · 17 years ago
- 3a63da7 This patch fixes all issues mentioned in clattner's feedback of by Fariborz Jahanian · 17 years ago
- 8c74fa4 Code clean up. Moved couple of static functions to be private members of Sema class. by Fariborz Jahanian · 17 years ago
- 1b6351f Patch to remove use of has table for protocol name lookup. This patch mirrors my by Fariborz Jahanian · 17 years ago
- 9d048ff Removed use of hash table for class decls and do a name look up directly. by Fariborz Jahanian · 17 years ago
- bcfb06a by Steve Naroff · 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
- 271f1a6 Fix some use of uninit variables issues, reported by Anton. by Chris Lattner · 17 years ago
- 68d331a by Steve Naroff · 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