| Commit message (Expand) | Author | Age | Files | Lines |
* | Always build a builtin operator expression for the __extension__ unary operator. | Anders Carlsson | 2009-11-14 | 1 | -1/+2 |
* | PR5462: Don't run off the edge of the argument array for vararg handling | Eli Friedman | 2009-11-14 | 1 | -1/+1 |
* | Don't bind arguments to temporaries if the argument has a reference type. | Anders Carlsson | 2009-11-13 | 1 | -1/+2 |
* | Fix two bugs with temporaries: | Anders Carlsson | 2009-11-13 | 1 | -0/+2 |
* | Note to self: don't leave debugging statements in the code for four hours. | John McCall | 2009-11-12 | 1 | -2/+0 |
* | Add <foo> = [<bar> nextObject] to the -Widiomatic-parentheses category, | John McCall | 2009-11-12 | 1 | -8/+17 |
* | Preserve source locations when building offsetof expressions featuring | John McCall | 2009-11-11 | 1 | -1/+1 |
* | Apparently the following idiom is specifically encouraged: | John McCall | 2009-11-11 | 1 | -1/+12 |
* | Improve parsing of template arguments to lay the foundation for | Douglas Gregor | 2009-11-10 | 1 | -4/+1 |
* | When trying to assign a regular string literal to an Objective-C 'id' type or... | Anders Carlsson | 2009-11-10 | 1 | -1/+32 |
* | Changed error for nested type qualifier mismatch to | Fariborz Jahanian | 2009-11-09 | 1 | -1/+1 |
* | Test commit - minor terminology change to my recent patch suggested by John M... | Alexis Hunt | 2009-11-08 | 1 | -3/+3 |
* | Patch to gives an error that at least points users in the direction of the er... | Fariborz Jahanian | 2009-11-07 | 1 | -0/+21 |
* | Don't warn -Wsign-compare if we're in an unevaluated context, and fixed | John McCall | 2009-11-06 | 1 | -0/+4 |
* | compare.c also needs a target triple now, and improve some comments while we're | John McCall | 2009-11-06 | 1 | -7/+7 |
* | Improve the -Wsign-compare heuristics: | John McCall | 2009-11-06 | 1 | -4/+35 |
* | Rework the fix-it hint for code like | Douglas Gregor | 2009-11-06 | 1 | -12/+32 |
* | The signed/unsigned checker should not warn for value-dependent expressions, ... | Sebastian Redl | 2009-11-05 | 1 | -0/+5 |
* | Eliminate some false positives due to a thinko in the "'blah' is | Douglas Gregor | 2009-11-05 | 1 | -11/+7 |
* | Implement the conditional-operator part of -Wsign-compare. Turn | John McCall | 2009-11-05 | 1 | -5/+7 |
* | When instantiating a UnaryOperator, allow the resulting expression to | Douglas Gregor | 2009-11-05 | 1 | -15/+27 |
* | Implement -Wsign-compare, or at least the actual comparison part of it. | John McCall | 2009-11-05 | 1 | -0/+37 |
* | Preserve type source information in sizeof/alignof expressions, and pass it | John McCall | 2009-11-04 | 1 | -8/+10 |
* | Diagnose __builtin_offsetof on incomplete types. Fixes | John McCall | 2009-11-04 | 1 | -0/+4 |
* | Change our basic strategy for avoiding deprecation warnings when the decl use | John McCall | 2009-11-04 | 1 | -28/+2 |
* | Implement support for parsing dependent template-ids that refer to | Douglas Gregor | 2009-11-04 | 1 | -2/+7 |
* | We have to ensure we have the canonical type to do this. This is but | Mike Stump | 2009-11-03 | 1 | -1/+2 |
* | Replace the code that parses member access expressions after "." or | Douglas Gregor | 2009-11-03 | 1 | -7/+66 |
* | Use ParseUnqualifiedId when parsing id-expressions. This eliminates | Douglas Gregor | 2009-11-03 | 1 | -21/+38 |
* | Properly instantiate usage of overloaded operator []. Fixes PR5345. | Sebastian Redl | 2009-10-29 | 1 | -94/+9 |
* | Track source information for template arguments and template specialization | John McCall | 2009-10-29 | 1 | -3/+3 |
* | Diagnose use of data pointer member in a function call | Fariborz Jahanian | 2009-10-28 | 1 | -14/+19 |
* | Type of a conditional expression with two distinct objective-c | Fariborz Jahanian | 2009-10-27 | 1 | -1/+4 |
* | Explicit instantiation suppresses the instantiation of non-inline | Douglas Gregor | 2009-10-27 | 1 | -5/+5 |
* | Implement Chris's suggestions for the precendence warnings. Reformat the code... | Sebastian Redl | 2009-10-27 | 1 | -26/+22 |
* | Add fixit hint to bitwise precedence warning. | Sebastian Redl | 2009-10-26 | 1 | -8/+31 |
* | Implement a warning for mixing bitwise logical with comparison ops. Fixes PR5... | Sebastian Redl | 2009-10-26 | 1 | -0/+50 |
* | Implement rdar://6756623 - use of deprecated type in deprecated typedef shoul... | Chris Lattner | 2009-10-25 | 1 | -5/+9 |
* | minor reorg: check both attributes before decl. | Chris Lattner | 2009-10-25 | 1 | -6/+6 |
* | Add support for vector shifts, pretty straight forward. | Nate Begeman | 2009-10-25 | 1 | -0/+4 |
* | Migrate Sema::ActOnCallExpr to Sema::FixOverloadedFunctionReference, | Douglas Gregor | 2009-10-23 | 1 | -7/+1 |
* | Apply the special enum restrictions from [over.match.oper]p3b2 in argument-de... | Sebastian Redl | 2009-10-23 | 1 | -2/+2 |
* | Eliminate QualifiedDeclRefExpr, which captured the notion of a | Douglas Gregor | 2009-10-23 | 1 | -33/+17 |
* | Refactor our handling of implicit member reference expressions to get most of... | Douglas Gregor | 2009-10-22 | 1 | -83/+19 |
* | Remove default argument for ImpCastExprToType. Add appropriate argument | Eli Friedman | 2009-10-20 | 1 | -64/+78 |
* | Move clients to use IdentifierInfo::getNameStart() instead of getName() | Daniel Dunbar | 2009-10-18 | 1 | -2/+2 |
* | Add some more cast kinds. | Anders Carlsson | 2009-10-18 | 1 | -1/+36 |
* | Add another two ExtVectorComponent FIXMEs. | Daniel Dunbar | 2009-10-18 | 1 | -0/+5 |
* | Fix a crash with qualified member access into a non-type, from Sean Hunt! | Douglas Gregor | 2009-10-17 | 1 | -0/+6 |
* | teach getCorrespondingUnsignedType how to handle vectors of integers, | Chris Lattner | 2009-10-17 | 1 | -6/+6 |