| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a bug where we didn't promote 'const float' (or typedefs) to | Chris Lattner | 2008-06-27 | 1 | -4/+6 |
| * | capture whether a CharacterLiteral was wide or not in the AST. | Chris Lattner | 2008-06-07 | 1 | -1/+2 |
| * | super fix submitted by David Chisnall. | Steve Naroff | 2008-06-05 | 1 | -1/+1 |
| * | Fix <rdar://problem/5987482> clang on xcode: null dereference in Sema::ActOnM... | Steve Naroff | 2008-06-05 | 1 | -6/+17 |
| * | Make sure the types are consistent for a void conditional. No visible | Eli Friedman | 2008-06-04 | 1 | -4/+4 |
| * | fix type of ?: operator. If one of the operator is void, the type should be v... | Nuno Lopes | 2008-06-04 | 1 | -2/+4 |
| * | Implement another property related FIXME: | Steve Naroff | 2008-06-03 | 1 | -1/+3 |
| * | Fixup recent "super" regression. | Steve Naroff | 2008-06-03 | 1 | -1/+1 |
| * | Allow implicit pointer/int conversions on ObjCQualifiedIdTypes in Sema::Check... | Steve Naroff | 2008-06-03 | 1 | -6/+14 |
| * | Finish up r51900. | Steve Naroff | 2008-06-03 | 1 | -4/+5 |
| * | Allow for a GCC cast extension. | Steve Naroff | 2008-06-03 | 1 | -3/+10 |
| * | Fix <rdar://problem/5979875> clang on xcode: error: use of undeclared identif... | Steve Naroff | 2008-06-02 | 1 | -0/+5 |
| * | Teach Sema::CheckConditionalOperands() to check for ObjCQualifiedIdType's. Th... | Steve Naroff | 2008-05-31 | 1 | -1/+7 |
| * | Make sure to allow assigning a pointer to a bool. | Eli Friedman | 2008-05-30 | 1 | -11/+14 |
| * | Add basic support for properties references (a missing feature). | Steve Naroff | 2008-05-30 | 1 | -0/+30 |
| * | - Move ObjC Expresssion AST's from Expr.h => ExprObjC.h | Steve Naroff | 2008-05-29 | 1 | -0/+1 |
| * | Get the type right for wide string literals; it's wchar_t, not char. | Eli Friedman | 2008-05-27 | 1 | -1/+1 |
| * | Add some more checking for compound literals. | Eli Friedman | 2008-05-20 | 1 | -1/+14 |
| * | Add proper type-checking for pointer additiion; before, we were accepting | Eli Friedman | 2008-05-18 | 1 | -6/+27 |
| * | Sema-based fix for PR2334. The issue is that even if the two sides of | Eli Friedman | 2008-05-16 | 1 | -2/+5 |
| * | Implementation of __builtin_shufflevector, a portable builtin capable of | Eli Friedman | 2008-05-14 | 1 | -2/+2 |
| * | Both operands to && have to be scalars, not just one. | Eli Friedman | 2008-05-13 | 1 | -1/+1 |
| * | Fix <rdar://problem/5928590> clang -fsyntax-only: "incompatible operand types... | Steve Naroff | 2008-05-12 | 1 | -2/+9 |
| * | Extend vector member references to include {.hi, .lo, .e, .o} which return a | Nate Begeman | 2008-05-09 | 1 | -7/+28 |
| * | simplify some code, don't assume that sizeof(long) < sizeof(long long). | Chris Lattner | 2008-05-09 | 1 | -11/+12 |
| * | Parsing of namespaces: | Argyrios Kyrtzidis | 2008-04-27 | 1 | -0/+4 |
| * | Ignore qualifiers when attempting to match arguments to parameter types for | Nate Begeman | 2008-04-18 | 1 | -3/+6 |
| * | OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. | Nate Begeman | 2008-04-18 | 1 | -22/+22 |
| * | Several improvements from Doug Gregor related to default | Chris Lattner | 2008-04-10 | 1 | -7/+3 |
| * | Add support for C++ default arguments, and rework Parse-Sema | Chris Lattner | 2008-04-08 | 1 | -16/+37 |
| * | simplify reference handling. | Chris Lattner | 2008-04-07 | 1 | -1/+1 |
| * | simplify compatibility testing for tag types. | Chris Lattner | 2008-04-07 | 1 | -9/+8 |
| * | move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema. | Chris Lattner | 2008-04-07 | 1 | -12/+12 |
| * | simplify max type computation by making it return an integer (like | Chris Lattner | 2008-04-06 | 1 | -3/+3 |
| * | minor simplifications/cleanups to type comparisons. | Chris Lattner | 2008-04-06 | 1 | -5/+5 |
| * | Ignore qualifiers when checking vector operands, just like scalar operands. | Nate Begeman | 2008-04-04 | 1 | -2/+5 |
| * | Fix a bug where we didn't check the RHS for null, we checked | Chris Lattner | 2008-04-03 | 1 | -5/+7 |
| * | simplify some code by using PointerLikeType. | Chris Lattner | 2008-04-02 | 1 | -2/+2 |
| * | Two changes to Sema::LookupDecl() interface. | Steve Naroff | 2008-04-02 | 1 | -1/+1 |
| * | Various parts of the standard require something to be an "incomplete or | Chris Lattner | 2008-04-02 | 1 | -10/+10 |
| * | Fix several bugs in array -> pointer decomposition. | Chris Lattner | 2008-04-02 | 1 | -12/+2 |
| * | rename some variables, fix 80 col violation. No | Chris Lattner | 2008-04-02 | 1 | -47/+48 |
| * | Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass ... | Steve Naroff | 2008-04-01 | 1 | -2/+3 |
| * | rename Decl::CompatibleAlias -> ObjCCompatibleAlias. | Chris Lattner | 2008-03-31 | 1 | -13/+26 |
| * | Fix typo. | Steve Naroff | 2008-03-19 | 1 | -1/+1 |
| * | Check in a couple fixes for vector extensions. | Nate Begeman | 2008-03-17 | 1 | -2/+2 |
| * | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+2286 |