| Commit message (Expand) | Author | Age | Files | Lines |
| * | Do lvalue-to-rvalue conversions on the LHS of a shift operator. | John McCall | 2010-12-16 | 1 | -8/+8 |
| * | ivars craeted for explicit @synthesize and those | Fariborz Jahanian | 2010-12-15 | 1 | -1/+1 |
| * | Fix diagnostic pragmas. | Argyrios Kyrtzidis | 2010-12-15 | 1 | -6/+3 |
| * | Reorganize LookupMemberExpr for clarity and to make the obvious fast paths | John McCall | 2010-12-15 | 1 | -267/+321 |
| * | Sundry missing lvalue-to-rvalue conversions. Also leave a TODO for the vital | John McCall | 2010-12-15 | 1 | -7/+9 |
| * | Variadic templates: extend the Expr class with a bit that specifies | Douglas Gregor | 2010-12-15 | 1 | -10/+2 |
| * | Added missing IgnoreParens(). | Abramo Bagnara | 2010-12-14 | 1 | -2/+3 |
| * | Rewrite ComplexExprEvaluator::VisitCastExpr to use cast kinds, and fix | John McCall | 2010-12-14 | 1 | -4/+18 |
| * | Restore r121752 without modification. | John McCall | 2010-12-14 | 1 | -12/+10 |
| * | Pull out r121752 in case it's causing the selfhost breakage. | John McCall | 2010-12-14 | 1 | -10/+12 |
| * | Factor out most of the extra state in a FunctionProtoType into a separate | John McCall | 2010-12-14 | 1 | -12/+10 |
| * | It's kindof silly that ExtQuals has an ASTContext&, and we can use that | John McCall | 2010-12-10 | 1 | -10/+10 |
| * | Bind the result of a property fetch to a temporary. | John McCall | 2010-12-10 | 1 | -0/+4 |
| * | Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi... | Francois Pichet | 2010-12-08 | 1 | -29/+0 |
| * | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad | 2010-12-07 | 1 | -1/+1 |
| * | Use Sema::MaybeCreateExprWithCleanups() only after we've checked for a NULL/i... | Douglas Gregor | 2010-12-07 | 1 | -1/+1 |
| * | Split out a function to do lvalue conversion on objects; this is basically | John McCall | 2010-12-06 | 1 | -42/+51 |
| * | Do unary conversions on vararg arguments and *then* special-case float. | John McCall | 2010-12-06 | 1 | -4/+3 |
| * | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall | 2010-12-06 | 1 | -1/+1 |
| * | Clarify the logic for when to build an overloaded binop. In particular, | John McCall | 2010-12-06 | 1 | -17/+27 |
| * | First pass at implementing the intent of ANSI C DR106. | John McCall | 2010-12-04 | 1 | -0/+7 |
| * | When deciding whether to complain about the type of a boolean condition, use | John McCall | 2010-12-04 | 1 | -2/+2 |
| * | Although we currently have explicit lvalue-to-rvalue conversions, they're | John McCall | 2010-12-04 | 1 | -50/+113 |
| * | Implement -cl-single-precision-constant | Peter Collingbourne | 2010-12-04 | 1 | -0/+3 |
| * | Diagnose when accessing property in a class method and | Fariborz Jahanian | 2010-12-03 | 1 | -2/+3 |
| * | Fixed typo. | Abramo Bagnara | 2010-12-03 | 1 | -1/+1 |
| * | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall | 2010-12-02 | 1 | -30/+26 |
| * | Swap order of checking for compatible vector types. | Bob Wilson | 2010-12-02 | 1 | -7/+7 |
| * | Restore the lvalue-to-rvalue conversion patch with a minimal fix. | John McCall | 2010-12-01 | 1 | -37/+50 |
| * | L-value to r-value conversion is not ready for prime-time. | John McCall | 2010-11-30 | 1 | -50/+37 |
| * | Such function decls,as objc's objc_msgSend, builtins in | Fariborz Jahanian | 2010-11-30 | 1 | -7/+2 |
| * | Introduce an r-value to l-value cast kind. I'm not promising anything | John McCall | 2010-11-30 | 1 | -37/+50 |
| * | Fix bug in r120299 spotted by dgregor. | Nico Weber | 2010-11-30 | 1 | -3/+3 |
| * | Always use a function's decl context when building default arguments. Fixes h... | Nico Weber | 2010-11-29 | 1 | -4/+12 |
| * | Revert parts of r120266 that I did not mean to commit | Nico Weber | 2010-11-28 | 1 | -12/+4 |
| * | Minor whitespace and comment fixes. No functionality change. | Nico Weber | 2010-11-28 | 1 | -4/+12 |
| * | Allow access to non-static members without an object in sizeof expressions, i... | Sebastian Redl | 2010-11-26 | 1 | -2/+22 |
| * | Switch a lot of call-sites over to using the new value-kind calculations. | John McCall | 2010-11-24 | 1 | -14/+15 |
| * | A few tweaks to the value-kind computation: | John McCall | 2010-11-23 | 1 | -70/+79 |
| * | Fix a bunch of IndirectFieldDecl-related warnings. | Benjamin Kramer | 2010-11-21 | 1 | -1/+1 |
| * | Major anonymous union/struct redesign. | Francois Pichet | 2010-11-21 | 1 | -93/+52 |
| * | objc_msgSend is not a builtin type in non-objc mode. | Fariborz Jahanian | 2010-11-19 | 1 | -2/+7 |
| * | Add an assertion, fix a whole bunch of bugs, comment the assertion | John McCall | 2010-11-18 | 1 | -123/+210 |
| * | Calculate the value kind of an expression when it's created and | John McCall | 2010-11-18 | 1 | -62/+156 |
| * | comparison of AltiVec vectors now gives bool result (fix for 7533) | Anton Yartsev | 2010-11-18 | 1 | -0/+5 |
| * | Warn if direct accessing synthesized ivar backing the property in | Fariborz Jahanian | 2010-11-17 | 1 | -1/+7 |
| * | Don't emit warn_logical_and_in_logical_or for cases like "a && b || 0". | Argyrios Kyrtzidis | 2010-11-17 | 1 | -6/+19 |
| * | Don't emit warn_logical_and_in_logical_or for macros. Fixes rdar://8678458 | Argyrios Kyrtzidis | 2010-11-17 | 1 | -1/+1 |
| * | Don't warn for parentheses for the '&&' inside '||' for cases like: | Argyrios Kyrtzidis | 2010-11-17 | 1 | -11/+52 |
| * | Warn about arg1 && arg2 || arg3, as GCC 4.3+ does. Fixes rdar://8659922 | Argyrios Kyrtzidis | 2010-11-16 | 1 | -3/+23 |