| Commit message (Expand) | Author | Age | Files | Lines |
| * | Decay array/function types of a statement-expression. | Fariborz Jahanian | 2010-10-27 | 1 | -2/+1 |
| * | patch to do array-to-pointer conversion in a | Fariborz Jahanian | 2010-10-27 | 1 | -0/+2 |
| * | Delay complete-type checking for arguments to no-prototype functions | Douglas Gregor | 2010-10-26 | 1 | -12/+6 |
| * | Patch for mis-compile of statement expressions with | Fariborz Jahanian | 2010-10-25 | 1 | -6/+28 |
| * | Look through the address-of operator to find the function being | Douglas Gregor | 2010-10-25 | 1 | -0/+4 |
| * | When we're calling a function that we know based on its K&R-style | Douglas Gregor | 2010-10-25 | 1 | -10/+37 |
| * | Warn if a variable marked with the "unused" attribute is used. Patch by Darin... | Anders Carlsson | 2010-10-22 | 1 | -1/+5 |
| * | Fix handling of property and ivar lookup in typo correction; the two | Douglas Gregor | 2010-10-20 | 1 | -1/+3 |
| * | Fixes a bug in ivar lookup in the new objc's default | Fariborz Jahanian | 2010-10-19 | 1 | -1/+6 |
| * | When marking declarations referenced within an expression (e.g., | Douglas Gregor | 2010-10-19 | 1 | -0/+4 |
| * | Report the location of the syntax error inside a macro. Fixes PR7944. | Nick Lewycky | 2010-10-15 | 1 | -1/+1 |
| * | Eliminate usage of ObjCSuperExpr used for | Fariborz Jahanian | 2010-10-14 | 1 | -3/+8 |
| * | Introduce support for emitting diagnostics (warnings + their notes) | Douglas Gregor | 2010-10-12 | 1 | -0/+18 |
| * | Fix anon union member assignment expression's location. | Devang Patel | 2010-10-12 | 1 | -1/+1 |
| * | C's comma operator performs lvalue conversion on both its operands; | John McCall | 2010-10-12 | 1 | -6/+11 |
| * | I just do what the comments tell me to do. | John McCall | 2010-10-12 | 1 | -1/+2 |
| * | Progress. | John McCall | 2010-10-12 | 1 | -32/+65 |
| * | Add some infrastructure for dealing with expressions of 'placeholder' type, | John McCall | 2010-10-12 | 1 | -12/+42 |
| * | This patch does a few things in the area of objective-c | Fariborz Jahanian | 2010-10-11 | 1 | -25/+32 |
| * | Don't rely on a StringRef being null-terminated (it's not) for deprecation me... | Benjamin Kramer | 2010-10-09 | 1 | -6/+3 |
| * | Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a | Douglas Gregor | 2010-10-08 | 1 | -1/+15 |
| * | Fixed cast to union with anonymous bitfields. | Abramo Bagnara | 2010-10-07 | 1 | -1/+2 |
| * | Start and end location of a property-dot syntax expression | Fariborz Jahanian | 2010-10-07 | 1 | -3/+6 |
| * | Patch for adding message to unavailable attribute. | Fariborz Jahanian | 2010-10-06 | 1 | -2/+6 |
| * | Simplified code for deprecated attribute wih message a little. | Fariborz Jahanian | 2010-10-06 | 1 | -1/+1 |
| * | Add message to attribute(deprecated). | Fariborz Jahanian | 2010-10-06 | 1 | -2/+4 |
| * | Register the __builtin_va_list_type node when we parse it, rather than | Douglas Gregor | 2010-10-05 | 1 | -2/+0 |
| * | Patch implements passing arrays to functions expecting | Fariborz Jahanian | 2010-09-24 | 1 | -6/+5 |
| * | Fix a hard-to-reproduce crash-on-invalid, where we weren't checking for a val... | Douglas Gregor | 2010-09-22 | 1 | -1/+4 |
| * | Check in support for OpenCL conditional operator on vector types. | Nate Begeman | 2010-09-20 | 1 | -3/+35 |
| * | Check that an overloaded function name, when used by the ! operator, | Douglas Gregor | 2010-09-20 | 1 | -0/+7 |
| * | Implement -Wunused-label. | Argyrios Kyrtzidis | 2010-09-19 | 1 | -1/+5 |
| * | Problem with gnu conditional extension with missing | Fariborz Jahanian | 2010-09-18 | 1 | -4/+9 |
| * | Sema/transparent_union: Make sure to add implicit cast when constructing | Daniel Dunbar | 2010-09-17 | 1 | -0/+1 |
| * | Only assignment operator triggers property setter call. | Fariborz Jahanian | 2010-09-17 | 1 | -1/+1 |
| * | For self-comparison warning, check the source location of both the LHS and RH... | Ted Kremenek | 2010-09-16 | 1 | -2/+4 |
| * | RHS of property expression assignment requires | Fariborz Jahanian | 2010-09-14 | 1 | -13/+32 |
| * | When marking the declarations in a default argument expression as | Douglas Gregor | 2010-09-14 | 1 | -2/+13 |
| * | Congruent diagnostic for void* arithmetic. | Abramo Bagnara | 2010-09-13 | 1 | -1/+5 |
| * | Teach the EvaluatedExprVisitor and its client, which marks | Douglas Gregor | 2010-09-11 | 1 | -0/+6 |
| * | When parsing default function arguments, do not mark any declarations | Douglas Gregor | 2010-09-11 | 1 | -40/+98 |
| * | property reference expression used on lhs of assignment | Fariborz Jahanian | 2010-09-09 | 1 | -0/+2 |
| * | Eliminate the comma locations from all of the Sema routines that deal | Douglas Gregor | 2010-09-09 | 1 | -8/+6 |
| * | PR8023: Don't crash on invalid uses of __real__ on class types in C++. | Eli Friedman | 2010-09-05 | 1 | -1/+1 |
| * | Devirtualize Sema, kill off DeleteExpr and DeleteStmt, and reformat. | John McCall | 2010-09-03 | 1 | -3/+0 |
| * | AST work to support [C++] [IRgen] for ?: with missing LHS | Fariborz Jahanian | 2010-08-31 | 1 | -4/+7 |
| * | Revert my user-defined literal commits - r1124{58,60,67} pending | Alexis Hunt | 2010-08-30 | 1 | -13/+6 |
| * | Fix an corner-case assertion introduced by the refactoring in r112258; | Douglas Gregor | 2010-08-30 | 1 | -0/+2 |
| * | Add some braces for sanity and GCC silence. These became unbalanced in r112122, | Chandler Carruth | 2010-08-30 | 1 | -1/+2 |
| * | Implement C++0x user-defined string literals. | Alexis Hunt | 2010-08-29 | 1 | -6/+13 |