- c4856a6 handle __vector_size__ like vector_size by Chris Lattner · 17 years ago
- 60476ff Improve function decl merging, patch by Oliver Hunt! by Chris Lattner · 17 years ago
- edafc0b by Steve Naroff · 17 years ago
- 3340c23 by Steve Naroff · 17 years ago
- 29fe746 by Steve Naroff · 17 years ago
- 4fbfb45 by Steve Naroff · 17 years ago
- 82bb479 implement test/Sema/typedef-prototype.c, allowing code by Chris Lattner · 17 years ago
- 84079d7 Give AST-walk passes a way to access DeclSpec attributes on functions and by Nate Begeman · 17 years ago
- 2240f54 Rename Sema method to follow class naming convention by Nate Begeman · 17 years ago
- a645d87 Patch to set context (interface, category, etc.) in which method is declared. by Fariborz Jahanian · 17 years ago
- 3123363 by Steve Naroff · 17 years ago
- 8ec45b5 by Steve Naroff · 17 years ago
- dd2e26c by Steve Naroff · 17 years ago
- e25dc13 by Steve Naroff · 17 years ago
- fa63d9d by Steve Naroff · 17 years ago
- 434fa8d by Steve Naroff · 17 years ago
- 99ee430 by Steve Naroff · 17 years ago
- b82c50f by Steve Naroff · 17 years ago
- b1c7ad9 by Steve Naroff · 17 years ago
- 642bcba Fixed a bug which exposed the internally built type to user code. by Fariborz Jahanian · 17 years ago
- 92053fd Minor code clean up in method def area. by Fariborz Jahanian · 17 years ago
- e6f59f1 Represent method definitions as separate AST nodes. Pretty print will come next. by Fariborz Jahanian · 17 years ago
- ff746bc Some code clean up in the form of name changes for functions which by Fariborz Jahanian · 17 years ago
- 8473b22 Added class context to method declarations. Provide "interface *" type by Fariborz Jahanian · 17 years ago
- ea86cb8 Insert invisble arguments to method definition header. by Fariborz Jahanian · 17 years ago
- dfb1c37 First patch toward rewriting of method definitions. This is work in progress. by Fariborz Jahanian · 17 years ago
- d8df6d8 Patch for objc2's property ASTs, as well as pretty-priting the ASTs. by Fariborz Jahanian · 17 years ago
- 1470b07 improve decl merging logic to be more correct with by Chris Lattner · 17 years ago
- f9167d1 Add better validation for array types when merging decls. Patch by Chris Lattner · 17 years ago
- 65e7eb5 Remaining work to collect objective-c's type qualifiers and use them to encode by Fariborz Jahanian · 17 years ago
- f616a24 Propagate bitfield info. by Devang Patel · 17 years ago
- 2fd0daa 1) More additions for objective-c's qualifier type. by Fariborz Jahanian · 17 years ago
- 8709373 Fixed problem with rewriting stand-alone @implementation (with no matching @interface). by Fariborz Jahanian · 17 years ago
- ae84af8 by Steve Naroff · 17 years ago
- c6b7175 After Anders check-in, we can now encode 'Class' type. by Fariborz Jahanian · 17 years ago
- 2e09e44 Added new type and bitfield fields in some decl types in preparation for objective-c's type qualifiers. by Fariborz Jahanian · 17 years ago
- 77470dc minor tweaks by Chris Lattner · 17 years ago
- c0e96dd Revisited my last patch to be able to do encoding of ivar types with 'id'. by Fariborz Jahanian · 17 years ago
- 80faffa Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
- 667f168 by Steve Naroff · 17 years ago
- 1ccf463 by Steve Naroff · 17 years ago
- ef20ed3 by Steve Naroff · 17 years ago
- 1a7fa7b by Steve Naroff · 17 years ago
- 3774dd9 by Steve Naroff · 17 years ago
- 09d26e5 This patch allows synthesis generation of ivar offset for legacy objective-c @implementation by Fariborz Jahanian · 17 years ago
- f31a2fb Fix a crash on test/Sema/invalid-decl.c by Chris Lattner · 17 years ago
- bc8c52e by Steve Naroff · 17 years ago
- 45d52f7 Patch to rewrite ivar tables metadata for classes defined. by Fariborz Jahanian · 17 years ago
- 2edd56e by Steve Naroff · 17 years ago
- 855d78d 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
- 6fe8b27 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
- 080f3d0 Patch to diagnose duplicate method implementations. by Fariborz Jahanian · 17 years ago
- 171f5b1 by Steve Naroff · 17 years ago
- 134c350 by Steve Naroff · 17 years ago
- 3676033 Add code generation and sema checking for __builtin_va_arg. by Anders Carlsson · 17 years ago
- d4e36e4 Several name lookup conflict detection fixes involving objective-c names. by Fariborz Jahanian · 17 years ago
- f66d84a by Steve Naroff · 17 years ago
- 8255b04 by Steve Naroff · 17 years ago
- cebb8d6 Generate code for va_start and va_end. by Anders Carlsson · 17 years ago
- d376f08 Patch to check for duplicate method decls in protocols. by Fariborz Jahanian · 17 years ago
- 550e050 Check and diagnose that objective-c objects may not be statically allocated. by Fariborz Jahanian · 17 years ago
- 8eaeff5 Fixed typo in comment. by Fariborz Jahanian · 17 years ago
- dc36dc1 Fixed a @compatible_alias bug. In the process, discovered unnecessary 2ndry lookup by Fariborz Jahanian · 17 years ago
- a4da5f6 by Steve Naroff · 17 years ago
- 23f968b Fixed a bug whereby, struct tag name matches a typedef/objc-class name by Fariborz Jahanian · 17 years ago
- 05d212a This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 17 years ago
- fb5b1e8 Add __builtin_va_start to the list of builtins, make __builtin_va_list available to builtin functions. by Anders Carlsson · 17 years ago
- 91193f6 Patch to create protocol conforming class types. by Fariborz Jahanian · 17 years ago
- 71c0111 Fix 80 col violations. by Chris Lattner · 17 years ago
- 7aeeda0 Refinements to Sema::GetObjcIdType()... by Steve Naroff · 17 years ago
- ee1de13 by Steve Naroff · 17 years ago
- 415c183 by Steve Naroff · 17 years ago
- 9637a9b by Steve Naroff · 17 years ago
- c53cc70 Minor code clean up to make it more readable. by Fariborz Jahanian · 17 years ago
- ac142de Remove addition of protocol names to declaration scopes, use a separate by Fariborz Jahanian · 17 years ago
- ea14870 rename some "Parse" actions to "ActOn". Move code around in by Chris Lattner · 17 years ago
- b3240c7 Prevent memory leak by not creating a category object when there is a by Fariborz Jahanian · 17 years ago
- 7711ee3 by Steve Naroff · 17 years ago
- 1c4c35e Return NULL on invalid protocol. by Fariborz Jahanian · 17 years ago
- 2fd1c65 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
- 680f705 The identifier shouldn't be added to the scope, the decl should. by Chris Lattner · 17 years ago
- 64610dd simplify some Selector interfaces. by Chris Lattner · 17 years ago
- a7a191c move ImplementationClassInfo out of ASTContext into Sema. by Chris Lattner · 17 years ago
- 79b0084 switch ObjcCategoryImplDecl over to being a NamedDecl, remove dead ctor argument. by Chris Lattner · 17 years ago
- 910435b introduce a new NamedDecl class, switch a couple of things over to using it. by Chris Lattner · 17 years ago
- 2443d91 simplify the interface to create ObjcClassDecl's. by Chris Lattner · 17 years ago
- 6b1ed8d simplify the interface for creating ObjcForwardProtocolDecl by Chris Lattner · 17 years ago
- a096e1d This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 17 years ago
- 48ed6f8 Implement DenseMapInfo for Selector, allowing use of DenseMap/DenseSet of by Chris Lattner · 17 years ago
- 67907bd Patch for 1) Checking for duplicate methods decls in intterface and category. by Fariborz Jahanian · 17 years ago
- 37c9c61 this patch accomodates clattner's comments on expression processing in @try-statement. by Fariborz Jahanian · 17 years ago
- cbc36d4 Fixed tabs in couple of sources. by Fariborz Jahanian · 17 years ago
- fa601d5 Fixed all my recent test cases to have the RUN command and by Fariborz Jahanian · 17 years ago
- 25aace8 by Steve Naroff · 17 years ago
- 78adb39 Renamed getCatLoc() to getLocation() to be consistant for such getter names. by Fariborz Jahanian · 17 years ago
- b4dfe36 by Steve Naroff · 17 years ago
- 1c095a7 Unified such names as protocol references, instance methods and class methods by Fariborz Jahanian · 17 years ago
- 89529b1 by Steve Naroff · 17 years ago
- f4bc79a by Steve Naroff · 17 years ago
- d3952f3 Previously, I warned those methods not implemented in implementation class/category. by Fariborz Jahanian · 17 years ago