| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix the memory leak of FloatingLiteral/IntegerLiteral. | Argyrios Kyrtzidis | 2010-08-28 | 1 | -3/+3 |
* | perform cheap test first | Gabor Greif | 2010-08-28 | 1 | -1/+1 |
* | fix PR8007 | Gabor Greif | 2010-08-28 | 1 | -1/+6 |
* | Propagate whether an id-expression is the immediate argument of | John McCall | 2010-08-27 | 1 | -37/+61 |
* | De-memberify the VarDecl and FunctionDecl StorageClass enums. | John McCall | 2010-08-26 | 1 | -1/+1 |
* | With lax vector conversions (the default) make sure we convert between two | Eric Christopher | 2010-08-26 | 1 | -2/+7 |
* | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall | 2010-08-25 | 1 | -1/+1 |
* | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall | 2010-08-25 | 1 | -243/+243 |
* | Recursive functions should be marked when used from another function. Fixes h... | Argyrios Kyrtzidis | 2010-08-25 | 1 | -1/+4 |
* | More incremental progress towards not including Expr.h in Sema.h. | John McCall | 2010-08-25 | 1 | -5/+5 |
* | Rename *PendingImplicitInstantiations to *PendingInstantiations. No | Chandler Carruth | 2010-08-25 | 1 | -3/+2 |
* | Split FunctionScopeInfo and BlockScopeInfo into their own header. | John McCall | 2010-08-25 | 1 | -2/+4 |
* | Remove AnalysisBasedWarnings.h's dependency on Type.h | John McCall | 2010-08-25 | 1 | -3/+4 |
* | When trying to resolve the address of an overloaded expression, | John McCall | 2010-08-24 | 1 | -10/+14 |
* | It is not error in c++ to take address of | Fariborz Jahanian | 2010-08-24 | 1 | -1/+4 |
* | Struggle mightily against header inclusion in Sema.h. | John McCall | 2010-08-24 | 1 | -0/+1 |
* | OwningExprResult -> ExprResult. This patch brought to you by | John McCall | 2010-08-24 | 1 | -73/+73 |
* | Abstract out passing around types and kill off ActionBase. | John McCall | 2010-08-24 | 1 | -7/+7 |
* | PR7971: Compute the correct type for an address-of expression containing an | Eli Friedman | 2010-08-24 | 1 | -1/+1 |
* | Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). | John McCall | 2010-08-23 | 1 | -135/+96 |
* | Relax the construction of a definition for implicit, trivial default | Chandler Carruth | 2010-08-23 | 1 | -2/+4 |
* | Push DeclGroupRefs and TemplateNames in an opaque but type-safe way | John McCall | 2010-08-23 | 1 | -2/+1 |