| Commit message (Expand) | Author | Age | Files | Lines |
| * | Patch to implement "Protocol" as a built-in type declared as | Fariborz Jahanian | 2007-12-07 | 1 | -4/+2 |
| * | Simplified setting up Method's scope before generating AST for its nody. | Fariborz Jahanian | 2007-12-04 | 1 | -1/+1 |
| * | Yesterday, I simplified how we stream top-level decls. | Steve Naroff | 2007-11-29 | 1 | -8/+1 |
| * | Several fixes/simplifications surrounding how we stream top-level decl AST's. | Steve Naroff | 2007-11-28 | 1 | -6/+4 |
| * | Add comment to CheckVectorCast.h | Anders Carlsson | 2007-11-27 | 1 | -0/+3 |
| * | Report errors for invalid casts from/to vectors. | Anders Carlsson | 2007-11-27 | 1 | -0/+3 |
| * | Moved logic for -Wfloat-equal to SemaChecking.cpp. | Ted Kremenek | 2007-11-25 | 1 | -0/+2 |
| * | Keep track of whether the asm is volatile or not. | Anders Carlsson | 2007-11-23 | 1 | -0/+1 |
| * | Store output and input operands as well as clobber information in the AsmStmt... | Anders Carlsson | 2007-11-22 | 1 | -0/+7 |
| * | Store inline asm code in the AST. | Anders Carlsson | 2007-11-20 | 1 | -1/+2 |
| * | Finish up variadic methods/messages. | Steve Naroff | 2007-11-15 | 1 | -4/+6 |
| * | Implement support for variadic methods (work in progress). | Steve Naroff | 2007-11-15 | 1 | -1/+2 |
| * | implement test/Sema/typedef-prototype.c, allowing code | Chris Lattner | 2007-11-14 | 1 | -1/+2 |
| * | Rename Sema method to follow class naming convention | Nate Begeman | 2007-11-13 | 1 | -1/+1 |
| * | 'super' nailed. | Fariborz Jahanian | 2007-11-12 | 1 | -0/+1 |
| * | - Minor cleanup to yesterday's changes to Sema::ObjcActOnStartOfMethodDef(); | Steve Naroff | 2007-11-12 | 1 | -0/+4 |
| * | Remove Action::ObjcActOnMethodDefinition(). Rationale: | Steve Naroff | 2007-11-12 | 1 | -2/+0 |
| * | Remove Sema::ObjcBuildMethodParameter(). | Steve Naroff | 2007-11-12 | 1 | -5/+3 |
| * | Replace 2 method definition actions (ActOnFunctionDefBody, ActOnMethodDefBody... | Steve Naroff | 2007-11-11 | 1 | -2/+2 |
| * | This is the last 5% of the solution to teaching Sema::ActOnInstanceMessage() ... | Steve Naroff | 2007-11-11 | 1 | -4/+3 |
| * | Teach Sema::ActOnInstanceMessage() about private methods. That is, methods de... | Steve Naroff | 2007-11-11 | 1 | -1/+1 |
| * | Minor code clean up in method def area. | Fariborz Jahanian | 2007-11-10 | 1 | -1/+1 |
| * | Represent method definitions as separate AST nodes. Pretty print will come next. | Fariborz Jahanian | 2007-11-10 | 1 | -0/+1 |
| * | Some code clean up in the form of name changes for functions which | Fariborz Jahanian | 2007-11-09 | 1 | -4/+5 |
| * | Added class context to method declarations. Provide "interface *" type | Fariborz Jahanian | 2007-11-09 | 1 | -1/+2 |
| * | First patch toward rewriting of method definitions. This is work in progress. | Fariborz Jahanian | 2007-11-08 | 1 | -0/+7 |
| * | AST for objective-c's @throw statement and its pretty-printing. | Fariborz Jahanian | 2007-11-07 | 1 | -0/+3 |
| * | Patch for objc2's property ASTs, as well as pretty-priting the ASTs. | Fariborz Jahanian | 2007-11-06 | 1 | -0/+6 |
| * | Implement rewrite rules for ObjC string constants. | Steve Naroff | 2007-11-03 | 1 | -1/+2 |
| * | AST for @try statement. | Fariborz Jahanian | 2007-11-02 | 1 | -0/+4 |
| * | AST for @finally statement. | Fariborz Jahanian | 2007-11-02 | 1 | -0/+3 |
| * | AST build for @catch clause (this is work in progress). | Fariborz Jahanian | 2007-11-01 | 1 | -0/+4 |
| * | 1) More additions for objective-c's qualifier type. | Fariborz Jahanian | 2007-10-31 | 1 | -2/+3 |
| * | Fixed problem with rewriting stand-alone @implementation (with no matching @i... | Fariborz Jahanian | 2007-10-31 | 1 | -1/+2 |
| * | Implement a more sensible strategy for ObjC built-in types (addressing a long... | Steve Naroff | 2007-10-31 | 1 | -8/+2 |
| * | Encode Class, SEL and Objective-C objects. | Anders Carlsson | 2007-10-31 | 1 | -0/+3 |
| * | - Add location info to category/protocol AST's | Steve Naroff | 2007-10-30 | 1 | -1/+2 |
| * | More support for rewriting ObjC intefaces. Still some edge cases to handle... | Steve Naroff | 2007-10-30 | 1 | -2/+3 |
| * | This commit contains lot's of small tweaks to how we pass around and store So... | Steve Naroff | 2007-10-29 | 1 | -4/+6 |
| * | Implement *skeletal* support for representing GNU inline asm stmts in the AST, | Chris Lattner | 2007-10-29 | 1 | -0/+3 |
| * | Start rewriting ObjC interfaces. As a start, we comment out all the methods. ... | Steve Naroff | 2007-10-26 | 1 | -2/+4 |
| * | Implementation of AST for @protocol expression. | Fariborz Jahanian | 2007-10-17 | 1 | -0/+10 |
| * | Generate code for static variables that don't have initializers. Also, report... | Anders Carlsson | 2007-10-17 | 1 | -1/+2 |
| * | Fix location processing of @selector: the range should include the @ sign. | Fariborz Jahanian | 2007-10-16 | 1 | -0/+1 |
| * | Add Sema::CheckMessageArgumentTypes()... | Steve Naroff | 2007-10-16 | 1 | -2/+6 |
| * | Fix location processing of @encode: the range should include the @ sign. | Chris Lattner | 2007-10-16 | 1 | -0/+1 |
| * | Patch to implement AST generation for objective-c's @selector expression. | Fariborz Jahanian | 2007-10-16 | 1 | -0/+9 |
| * | Add code generation and sema checking for __builtin_va_arg. | Anders Carlsson | 2007-10-15 | 1 | -0/+7 |
| * | Added ASTContext::setObjcIdType/getObjcIdType(), set by Sema. | Steve Naroff | 2007-10-15 | 1 | -3/+0 |
| * | - Added Sema::AddFactoryMethodToGlobalPool and Sema::AddInstanceMethodToGloba... | Steve Naroff | 2007-10-14 | 1 | -0/+29 |