| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-type | Fariborz Jahanian | 2009-01-13 | 1 | -1/+8 |
| * | PTH: | Ted Kremenek | 2009-01-13 | 1 | -3/+3 |
| * | Use the unqualified type for GCCs struct/union cast extension | Anders Carlsson | 2009-01-13 | 1 | -2/+2 |
| * | Warn when someone tries to pass a variable with a non-POD type to a varargs f... | Anders Carlsson | 2009-01-13 | 1 | -0/+11 |
| * | Patch to supprt case of readonly property being | Fariborz Jahanian | 2009-01-12 | 1 | -1/+24 |
| * | Revert my previous, failed attempt to pretty-print anonymous struct/union acc... | Douglas Gregor | 2009-01-08 | 1 | -4/+0 |
| * | Fix printing of member references to avoid displaying implicitly-generated me... | Douglas Gregor | 2009-01-07 | 1 | -0/+4 |
| * | Initial implementation of anonymous unions (and, as a GNU extension, | Douglas Gregor | 2009-01-07 | 1 | -3/+152 |
| * | Add QualifiedDeclRefExpr, which retains additional source-location | Douglas Gregor | 2009-01-06 | 1 | -16/+34 |
| * | Remainder is only valid on integer vector operands. | Daniel Dunbar | 2009-01-05 | 1 | -2/+5 |
| * | Use CheckVectorOperands when % is applied to a vector type. | Daniel Dunbar | 2009-01-05 | 1 | -4/+3 |
| * | Correct the order in which we cope with end-of-class-definition | Douglas Gregor | 2008-12-24 | 1 | -7/+8 |
| * | Don't explicitly represent OverloadedFunctionDecls within | Douglas Gregor | 2008-12-23 | 1 | -20/+20 |
| * | Add support for calls to overloaded member functions. Things to note: | Douglas Gregor | 2008-12-22 | 1 | -77/+161 |
| * | Add support for member references (E1.E2, E1->E2) with C++ semantics, | Douglas Gregor | 2008-12-20 | 1 | -21/+43 |
| * | Implement checks for bool in increment and decrement. | Sebastian Redl | 2008-12-20 | 1 | -5/+15 |
| * | Allow downcasts of pointers to Objective-C interfaces, with a | Douglas Gregor | 2008-12-19 | 1 | -1/+2 |
| * | Fix for PR3234 | Anders Carlsson | 2008-12-19 | 1 | -0/+6 |
| * | Removed a slot in ObjCMemRegExpr used in | Fariborz Jahanian | 2008-12-18 | 1 | -6/+9 |
| * | Delay semantic analysis of the C++ names casts when the subexpression is type... | Douglas Gregor | 2008-12-17 | 1 | -0/+3 |
| * | remove debug stmt, sorry.. | Nuno Lopes | 2008-12-16 | 1 | -1/+1 |
| * | fix PR 3222: allow one to get the address of a global function in C++ | Nuno Lopes | 2008-12-16 | 1 | -2/+4 |
| * | Fix for PR3212: don't descend into C++ operator overloading code for C | Eli Friedman | 2008-12-15 | 1 | -4/+4 |
| * | Patch for ObjCIvarRefExpr containing the field | Fariborz Jahanian | 2008-12-13 | 1 | -3/+6 |
| * | fix rdar://6097892 - gcc incompat: clang rejects __func__, __FUNCTION__, and ... | Chris Lattner | 2008-12-12 | 1 | -6/+8 |
| * | Unifies the name-lookup mechanisms used in various parts of the AST | Douglas Gregor | 2008-12-11 | 1 | -10/+22 |
| * | Make sure to promote expressions of the form (floating point + complex intege... | Anders Carlsson | 2008-12-10 | 1 | -2/+10 |
| * | Added a warning when referencing an if's condition variable in the | Douglas Gregor | 2008-12-10 | 1 | -0/+21 |
| * | Fix PR clang/3175: CheckAddressOfOperand does not handle references to class ... | Douglas Gregor | 2008-12-10 | 1 | -1/+4 |
| * | Some cleanups to the dependent-types commit, as suggested by Sebastian | Douglas Gregor | 2008-12-10 | 1 | -37/+37 |
| * | Patch to allow a getter call using property dot-syntax notation. | Fariborz Jahanian | 2008-12-10 | 1 | -1/+8 |
| * | Add support for calls to dependent names within templates, e.g., | Douglas Gregor | 2008-12-06 | 1 | -5/+51 |
| * | Introduce basic support for dependent types, type-dependent | Douglas Gregor | 2008-12-05 | 1 | -5/+73 |
| * | change getCurFunctionDecl to skip through Block contexts to find | Chris Lattner | 2008-12-04 | 1 | -4/+4 |
| * | Fix typo in index operator overloading. | Sebastian Redl | 2008-12-03 | 1 | -1/+1 |
| * | Revert change that made isNullPointerConstant start emitting warnings. We don... | Anders Carlsson | 2008-12-01 | 1 | -22/+2 |
| * | Add Sema::isNullPointerConstant which extwarns if necessary. Use it in Sema::... | Anders Carlsson | 2008-12-01 | 1 | -2/+22 |
| * | Add Sema::VerifyIntegerConstantExpression | Anders Carlsson | 2008-11-30 | 1 | -0/+33 |
| * | Implement the GNU __null extension | Douglas Gregor | 2008-11-29 | 1 | -0/+12 |
| * | Don't complain about block pointer to void* conversions | Douglas Gregor | 2008-11-27 | 1 | -6/+3 |
| * | Fix a minor typo in the handling of the conditional operator for Objective-C ... | Douglas Gregor | 2008-11-26 | 1 | -1/+1 |
| * | Tweak the new ResolveOverloadedCallFn to just return a FunctionDecl. It makes... | Douglas Gregor | 2008-11-26 | 1 | -4/+8 |
| * | Move the overloading logic of Sema::ActOnCallExpr to a separate function | Douglas Gregor | 2008-11-26 | 1 | -30/+4 |
| * | Change a whole lot of diagnostics to take QualType's directly | Chris Lattner | 2008-11-24 | 1 | -57/+43 |
| * | Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of | Chris Lattner | 2008-11-24 | 1 | -17/+17 |
| * | Convert IdentifierInfo's to be printed the same as DeclarationNames | Chris Lattner | 2008-11-23 | 1 | -2/+2 |
| * | Add support for sending QualType's directly into diags and convert two | Chris Lattner | 2008-11-23 | 1 | -12/+11 |
| * | Support for implicit property assignment. Error assigning to | Fariborz Jahanian | 2008-11-22 | 1 | -3/+41 |
| * | New AST node to access "implicit" setter/getter using property dor syntax. | Fariborz Jahanian | 2008-11-22 | 1 | -35/+7 |
| * | Implement a %plural modifier for complex plural forms in diagnostics. Use it ... | Sebastian Redl | 2008-11-22 | 1 | -10/+5 |