| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add experimental support for address space qualified types. Address space | Christopher Lamb | 2008-02-04 | 1 | -0/+41 |
* | Hack Sema::MergeTypeDefDecl() to silently ignore duplicate typedef's in syste... | Steve Naroff | 2008-01-30 | 1 | -0/+20 |
* | Add TODO marker so that it is easier to search. | Devang Patel | 2008-01-30 | 1 | -1/+1 |
* | Ignore __aligned__ with zero arguments in addition to __aligned__ with | Eli Friedman | 2008-01-30 | 1 | -3/+6 |
* | Many refinements to Sema::MergeVarDecl(). This routine still needs some re-wo... | Steve Naroff | 2008-01-30 | 1 | -12/+42 |
* | Use the canonical type when comparing array types so the comparison | Eli Friedman | 2008-01-29 | 1 | -2/+2 |
* | Implement "private extern" on function decls! | Steve Naroff | 2008-01-28 | 1 | -0/+1 |
* | Fix a bug with struct initializers (in Sema::CheckInitializerListTypes()). | Steve Naroff | 2008-01-28 | 1 | -2/+3 |
* | Add more support for Apple's "private extern" extension... | Steve Naroff | 2008-01-25 | 1 | -5/+6 |
* | Replace Sema::CheckVariableInitList, CheckConstantInitList, and CheckForCharA... | Steve Naroff | 2008-01-25 | 1 | -188/+194 |
* | Fix a bug recovering from broken code with a goto that Eli reported. | Chris Lattner | 2008-01-25 | 1 | -2/+7 |
* | - Add Sema::CheckStringLiteralInit, Sema::IsStringLiteralInit. | Steve Naroff | 2008-01-22 | 1 | -28/+35 |
* | Sema::CheckInitializerTypes(). Start simpliying and cleaning up... | Steve Naroff | 2008-01-21 | 1 | -4/+8 |
* | Sema::FinalizeDeclaratorGroup(): Tighten up the tentative definition rule whe... | Steve Naroff | 2008-01-18 | 1 | -4/+9 |
* | Sema::FinalizeDeclaratorGroup()...make sure we emit an diagnostic for tentati... | Steve Naroff | 2008-01-18 | 1 | -1/+2 |
* | Sema::MergeFunctionDecl()...make sure diagnostic is accurate (wrt function de... | Steve Naroff | 2008-01-16 | 1 | -2/+7 |
* | Fix build issue on cygwin, patch by Sam Bishop | Chris Lattner | 2008-01-14 | 1 | -2/+4 |
* | Fix crasher when redefining functions. Not 100% pleased with this solution, b... | Steve Naroff | 2008-01-14 | 1 | -9/+16 |
* | Add first pieces of support for parsing and representing | Chris Lattner | 2008-01-12 | 1 | -0/+21 |
* | - Teach Expr::isConstantExpr() about InitListExpr's (and offsetof, since I no... | Steve Naroff | 2008-01-10 | 1 | -37/+34 |
* | Fix Sema::ActOnDeclarator() to call MergeFunctionDecl for function decls that... | Steve Naroff | 2008-01-09 | 1 | -8/+8 |
* | Fix ASTContext::typesAreCompatible to allow for int/enum compatibility (C99 6... | Steve Naroff | 2008-01-09 | 1 | -1/+3 |
* | Substituted all instances of the string "Objc" for "ObjC". This fixes | Ted Kremenek | 2008-01-07 | 1 | -33/+33 |
* | Merge all the 'assignment' diagnostic code into one routine, decloning | Chris Lattner | 2008-01-04 | 1 | -44/+4 |
* | 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 |