| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update the initializer's type, in addition to the decl, if we've changed the ... | Christopher Lamb | 2007-11-29 | 1 | -1/+3 |
* | Several fixes/simplifications surrounding how we stream top-level decl AST's. | Steve Naroff | 2007-11-28 | 1 | -8/+13 |
* | Fix a bug checking for 'int foo(void)' that didn't look through typedefs of v... | Chris Lattner | 2007-11-28 | 1 | -1/+2 |
* | Set loc earlier in CheckSingleInitializer to avoid emitting a | Chris Lattner | 2007-11-27 | 1 | -2/+1 |
* | Move the null pointer constant check from Sema::CheckSingleInitializer/ActOnC... | Steve Naroff | 2007-11-27 | 1 | -7/+3 |
* | handle __vector_size__ like vector_size | Chris Lattner | 2007-11-27 | 1 | -2/+4 |
* | Improve function decl merging, patch by Oliver Hunt! | Chris Lattner | 2007-11-20 | 1 | -10/+17 |
* | Now that we are passing back "free standing decls", make sure -ast-dump works... | Steve Naroff | 2007-11-17 | 1 | -1/+1 |
* | Make sure Sema::ParsedFreeStandingDeclSpec() returns a decl representing the ... | Steve Naroff | 2007-11-17 | 1 | -1/+1 |
* | Implement support for variadic methods (work in progress). | Steve Naroff | 2007-11-15 | 1 | -2/+3 |
* | Allow properties within a protocol. The case below was asserting...now it wor... | Steve Naroff | 2007-11-14 | 1 | -1/+5 |
* | implement test/Sema/typedef-prototype.c, allowing code | Chris Lattner | 2007-11-14 | 1 | -10/+6 |
* | Give AST-walk passes a way to access DeclSpec attributes on functions and | Nate Begeman | 2007-11-13 | 1 | -2/+6 |
* | Rename Sema method to follow class naming convention | Nate Begeman | 2007-11-13 | 1 | -5/+5 |
* | Patch to set context (interface, category, etc.) in which method is declared. | Fariborz Jahanian | 2007-11-13 | 1 | -15/+7 |
* | Add category method definitions incrementally, removing a FIXME (like we do f... | Steve Naroff | 2007-11-12 | 1 | -16/+23 |
* | Fix regression to Sema::ObjcActOnStartOfMethodDef()...need to initialize Inva... | Steve Naroff | 2007-11-12 | 1 | -0/+1 |
* | - Minor cleanup to yesterday's changes to Sema::ObjcActOnStartOfMethodDef(); | Steve Naroff | 2007-11-12 | 1 | -12/+13 |
* | Remove Action::ObjcActOnMethodDefinition(). Rationale: | Steve Naroff | 2007-11-12 | 1 | -45/+20 |
* | Make sure @property is allowed within a category. | Steve Naroff | 2007-11-12 | 1 | -2/+3 |
* | Remove Sema::ObjcBuildMethodParameter(). | Steve Naroff | 2007-11-12 | 1 | -75/+26 |
* | Replace 2 method definition actions (ActOnFunctionDefBody, ActOnMethodDefBody... | Steve Naroff | 2007-11-11 | 1 | -36/+9 |
* | This is the last 5% of the solution to teaching Sema::ActOnInstanceMessage() ... | Steve Naroff | 2007-11-11 | 1 | -11/+31 |
* | Teach Sema::ActOnInstanceMessage() about private methods. That is, methods de... | Steve Naroff | 2007-11-11 | 1 | -2/+3 |
* | Fixed a bug which exposed the internally built type to user code. | Fariborz Jahanian | 2007-11-10 | 1 | -2/+7 |
* | Minor code clean up in method def area. | Fariborz Jahanian | 2007-11-10 | 1 | -3/+3 |
* | Represent method definitions as separate AST nodes. Pretty print will come next. | Fariborz Jahanian | 2007-11-10 | 1 | -0/+28 |
* | Some code clean up in the form of name changes for functions which | Fariborz Jahanian | 2007-11-09 | 1 | -24/+18 |
* | Added class context to method declarations. Provide "interface *" type | Fariborz Jahanian | 2007-11-09 | 1 | -6/+23 |
* | Insert invisble arguments to method definition header. | Fariborz Jahanian | 2007-11-09 | 1 | -1/+18 |
* | First patch toward rewriting of method definitions. This is work in progress. | Fariborz Jahanian | 2007-11-08 | 1 | -0/+117 |
* | Patch for objc2's property ASTs, as well as pretty-priting the ASTs. | Fariborz Jahanian | 2007-11-06 | 1 | -3/+53 |
* | improve decl merging logic to be more correct with | Chris Lattner | 2007-11-06 | 1 | -0/+5 |
* | Add better validation for array types when merging decls. Patch | Chris Lattner | 2007-11-06 | 1 | -1/+41 |
* | Remaining work to collect objective-c's type qualifiers and use them to encode | Fariborz Jahanian | 2007-11-01 | 1 | -0/+25 |
* | Propagate bitfield info. | Devang Patel | 2007-11-01 | 1 | -1/+1 |
* | 1) More additions for objective-c's qualifier type. | Fariborz Jahanian | 2007-10-31 | 1 | -2/+6 |
* | Fixed problem with rewriting stand-alone @implementation (with no matching @i... | Fariborz Jahanian | 2007-10-31 | 1 | -4/+7 |
* | Implement a more sensible strategy for ObjC built-in types (addressing a long... | Steve Naroff | 2007-10-31 | 1 | -23/+9 |
* | After Anders check-in, we can now encode 'Class' type. | Fariborz Jahanian | 2007-10-31 | 1 | -2/+2 |
* | Added new type and bitfield fields in some decl types in preparation for obje... | Fariborz Jahanian | 2007-10-31 | 1 | -0/+4 |
* | minor tweaks | Chris Lattner | 2007-10-30 | 1 | -2/+2 |
* | Revisited my last patch to be able to do encoding of ivar types with 'id'. | Fariborz Jahanian | 2007-10-30 | 1 | -9/+18 |
* | Added type encoding for 'id' type. | Fariborz Jahanian | 2007-10-30 | 1 | -0/+8 |
* | - Add location info to category/protocol AST's | Steve Naroff | 2007-10-30 | 1 | -19/+24 |
* | Remove a couple FIXME's for rewriting ObjC interfaces (which are now being re... | Steve Naroff | 2007-10-30 | 1 | -1/+1 |
* | More support for rewriting ObjC intefaces. Still some edge cases to handle... | Steve Naroff | 2007-10-30 | 1 | -10/+17 |
* | This commit contains lot's of small tweaks to how we pass around and store So... | Steve Naroff | 2007-10-29 | 1 | -13/+15 |
* | Start rewriting ObjC interfaces. As a start, we comment out all the methods. ... | Steve Naroff | 2007-10-26 | 1 | -2/+3 |
* | This patch allows synthesis generation of ivar offset for legacy objective-c ... | Fariborz Jahanian | 2007-10-26 | 1 | -2/+9 |