Age | Commit message (Expand) | Author |
2008-12-09 | Support for implementation of property in the case where | Fariborz Jahanian |
2008-12-09 | Sema::ActOnMethodDeclaration(): Make sure we perform the default function/arr... | Steve Naroff |
2008-12-08 | Changed 'readonly' 'retain/copy' diagnostics into | Fariborz Jahanian |
2008-12-08 | Since we do not allow a readonly property to be 'copy'retain', we | Fariborz Jahanian |
2008-12-08 | Move Sema::isTemplateParameterDecl to Decl::isTemplateParameter, where it bel... | Douglas Gregor |
2008-12-08 | fix 80-col violation. | Zhongxing Xu |
2008-12-07 | Pass the VLA size expr range to the VLA diags | Anders Carlsson |
2008-12-07 | Improve VLA diagnostics/sema checking. Fixes PR2361 and PR2352. | Anders Carlsson |
2008-12-06 | Setters returning a typedef of 'void' should not cause error. | Fariborz Jahanian |
2008-12-06 | Use of properties declared in protocols in the category | Fariborz Jahanian |
2008-12-06 | Improve error reporting of property and setter/getter | Fariborz Jahanian |
2008-12-06 | Check for correct'void' return type for setter methods. | Fariborz Jahanian |
2008-12-06 | Add diagnostics for bitfields. | Anders Carlsson |
2008-12-06 | Simplify some diagnostics. | Anders Carlsson |
2008-12-06 | Changed a 'FIXME' into new comment. Added a test case | Fariborz Jahanian |
2008-12-06 | Patch to diagnose a variety of misuse of property | Fariborz Jahanian |
2008-12-06 | Add support for calls to dependent names within templates, e.g., | Douglas Gregor |
2008-12-05 | Introduce basic support for dependent types, type-dependent | Douglas Gregor |
2008-12-05 | This test checks for duplicate implementation of the same | Fariborz Jahanian |
2008-12-05 | (instance/class) Method type checking between class and its implementation. | Fariborz Jahanian |
2008-12-05 | Representation of template type parameters and non-type template | Douglas Gregor |
2008-12-05 | Use VerifyIntegerConstantExpression instead of isIntegerConstantExpr. Fixes P... | Anders Carlsson |
2008-12-05 | Make Sema::CheckForConstantInitializer use Expr::Evaluate. This fixes PR3130. | Anders Carlsson |
2008-12-05 | Rename: FindContext -> FindDeclVisibleInContext. | Zhongxing Xu |
2008-12-05 | Patch for diagnosing type mismatch between | Fariborz Jahanian |
2008-12-04 | change getCurFunctionDecl to skip through Block contexts to find | Chris Lattner |
2008-12-04 | Output better diagnostics for continuation class | Fariborz Jahanian |
2008-12-04 | Code cleanup in new handling. | Sebastian Redl |
2008-12-04 | Fix bug in attribute(nonnull) processing where not all of the parameter indic... | Ted Kremenek |
2008-12-04 | Fix some diagnostics and enhance test cases. Now tests member new and ambiguo... | Sebastian Redl |
2008-12-03 | Overload resolution for the operator new function. Member version is still un... | Sebastian Redl |
2008-12-03 | Fix typo in index operator overloading. | Sebastian Redl |
2008-12-02 | More type-checking of setter/getter methods. This is still | Fariborz Jahanian |
2008-12-02 | Handle new by passing the Declaration to the Action, not a processed type. | Sebastian Redl |
2008-12-02 | This patch corrects problem in searching for a setter/getter method for | Fariborz Jahanian |
2008-12-01 | Initialize storage class even if we got an erroneous mutable | Douglas Gregor |
2008-12-01 | Revert change that made isNullPointerConstant start emitting warnings. We don... | Anders Carlsson |
2008-12-01 | Add Sema::isNullPointerConstant which extwarns if necessary. Use it in Sema::... | Anders Carlsson |
2008-12-01 | Use VerifyIntegerConstantExpression for case values. | Anders Carlsson |
2008-11-30 | Add Sema::VerifyIntegerConstantExpression | Anders Carlsson |
2008-11-29 | Implement the GNU __null extension | Douglas Gregor |
2008-11-27 | Add implicit conversions for Objective-C qualified ids, e.g., | Douglas Gregor |
2008-11-27 | Cleanup formatting | Douglas Gregor |
2008-11-27 | Don't complain about block pointer to void* conversions | Douglas Gregor |
2008-11-27 | Support block pointer conversions in C++. I'm storing the test case locally u... | Douglas Gregor |
2008-11-26 | Implement implicit conversions for Objective-C specific types, e.g., | Douglas Gregor |
2008-11-26 | Removed a FIXME. Added a test case for anonymous category. | Fariborz Jahanian |
2008-11-26 | Set default property attributes on each property. | Fariborz Jahanian |
2008-11-26 | Fix a minor typo in the handling of the conditional operator for Objective-C ... | Douglas Gregor |
2008-11-26 | Tweak the new ResolveOverloadedCallFn to just return a FunctionDecl. It makes... | Douglas Gregor |