| Commit message (Expand) | Author | Age | Files | Lines |
| * | give better diagnostics for converting between function pointer and void*. | Chris Lattner | 2008-01-03 | 1 | -0/+5 |
| * | When promoting array to pointer for argument, don't lose type qualifiers. | Chris Lattner | 2008-01-02 | 1 | -2/+4 |
| * | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | Fix the embarassing typo for real this time (- vs _), sorry about breaking th... | Anders Carlsson | 2007-12-19 | 1 | -5/+10 |
| * | Revert Anders r45191 commit...it broke several of the tests. | Steve Naroff | 2007-12-19 | 1 | -9/+5 |
| * | Fix an embarassing typo and add some very limited support for the aligned att... | Anders Carlsson | 2007-12-19 | 1 | -1/+21 |
| * | Normalize attribute names if possible so we won't have to do two strcmps for ... | Anders Carlsson | 2007-12-19 | 1 | -5/+12 |
| * | fix broken assert. | Chris Lattner | 2007-12-19 | 1 | -1/+1 |
| * | Fix const propagation bug. | Chris Lattner | 2007-12-18 | 1 | -2/+1 |
| * | Sema::ActOnFinishFunctionBody(): Since we no longer synthesize a FunctionDecl... | Steve Naroff | 2007-12-13 | 1 | -4/+2 |
| * | TargetInfo no longer includes a reference to SourceManager. | Ted Kremenek | 2007-12-12 | 1 | -6/+15 |
| * | split objc pieces of SemaDecl.cpp out into SemaDeclObjC.cpp | Chris Lattner | 2007-12-12 | 1 | -896/+1 |
| * | simplify code now that isConstantExpr really does always | Chris Lattner | 2007-12-11 | 1 | -11/+13 |
| * | For @optional unimplemented methods do not issue the warning. | Fariborz Jahanian | 2007-12-11 | 1 | -2/+4 |
| * | Change err_undef_protocolref to warn_undef_protocolref (this is consistent wi... | Steve Naroff | 2007-12-11 | 1 | -3/+3 |
| * | Explicitly set the string literal type from "char *" to "constant array of ch... | Steve Naroff | 2007-12-11 | 1 | -0/+4 |
| * | Add support for initializing char arrays from string literals. | Steve Naroff | 2007-12-10 | 1 | -21/+109 |
| * | Have Sema::CheckConstantInitList skip semantic analysis when the element type... | Steve Naroff | 2007-12-07 | 1 | -0/+3 |
| * | Rewrite 'super' within a class method. This required some minor tweaks to the... | Steve Naroff | 2007-12-07 | 1 | -1/+1 |
| * | Revert DidWarn change - It won't catch all cases anyway and GCC warns for eve... | Anders Carlsson | 2007-12-05 | 1 | -5/+1 |
| * | Recognize CompoundLiteralExpr's as valid lvalue's. | Steve Naroff | 2007-12-05 | 1 | -1/+2 |
| * | Simplified setting up Method's scope before generating AST for its nody. | Fariborz Jahanian | 2007-12-04 | 1 | -27/+5 |
| * | Handle initializing vector elements correctly. Emit just one warning if there... | Anders Carlsson | 2007-12-03 | 1 | -4/+18 |
| * | restore these lines, which fixes some regtest failures. | Chris Lattner | 2007-12-02 | 1 | -4/+4 |
| * | improve VC++ compatibility, patch by Cédric Venet. | Chris Lattner | 2007-12-02 | 1 | -4/+4 |
| * | Yesterday, I simplified how we stream top-level decls. | Steve Naroff | 2007-11-29 | 1 | -22/+0 |
| * | 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 |