| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement C++0x nullptr. | Sebastian Redl | 2009-05-10 | 1 | -0/+14 |
| * | Refactoring of my last patch. | Fariborz Jahanian | 2009-05-08 | 1 | -11/+2 |
| * | More type checking for properties, accessors and | Fariborz Jahanian | 2009-05-08 | 1 | -2/+15 |
| * | Tighten up relationals with blocks and ints. Radar 6441502 | Mike Stump | 2009-05-07 | 1 | -19/+13 |
| * | Improve semantic checking for blocks. Radar 6441502 | Mike Stump | 2009-05-07 | 1 | -97/+117 |
| * | Turns out that Sebastian already implemented the logic to compute the | Douglas Gregor | 2009-05-05 | 1 | -1/+1 |
| * | Implement support for comparing pointers with <, >, <=, >=, ==, and != | Douglas Gregor | 2009-05-04 | 1 | -1/+26 |
| * | PR2524: downgrade taking address of expression of type 'void' to an | Eli Friedman | 2009-05-03 | 1 | -1/+6 |
| * | Fix/re-enable test. | Eli Friedman | 2009-05-03 | 1 | -1/+1 |
| * | Fix a thinko and a test. | Anders Carlsson | 2009-05-02 | 1 | -1/+5 |
| * | Downgrade the invalid offsetof error to a warning. | Anders Carlsson | 2009-05-02 | 1 | -3/+3 |
| * | When determining whether an expression refers to a bit-field, look | Douglas Gregor | 2009-05-02 | 1 | -17/+14 |
| * | Fix bitfield promotions in several more cases. We don't seem to work hard eno... | Douglas Gregor | 2009-05-02 | 1 | -3/+20 |
| * | It's an error to call offsetof on a non-POD type. | Anders Carlsson | 2009-05-01 | 1 | -0/+7 |
| * | Implement bit-field promotion rules for C99. Fixes PR3500. | Douglas Gregor | 2009-05-01 | 1 | -4/+63 |
| * | Replace more release+static_cast with takeAs. | Anders Carlsson | 2009-05-01 | 1 | -5/+4 |
| * | Replace a bunch of static_cast + release with takeAs. | Anders Carlsson | 2009-05-01 | 1 | -5/+5 |
| * | PR4013 and PR4105: pointer-like types can only be cast to/from integers | Eli Friedman | 2009-05-01 | 1 | -0/+11 |
| * | Implement semantic analysis for transparent unions. This is largely | Douglas Gregor | 2009-04-29 | 1 | -1/+68 |
| * | Fixup Sema and CodeGen for block literal attributes when the return | Mike Stump | 2009-04-29 | 1 | -1/+2 |
| * | Sema and CodeGen support for attributes on blocks. Radar 6441502 | Mike Stump | 2009-04-29 | 1 | -0/+1 |
| * | PR4103: improve source location information for members of the current | Eli Friedman | 2009-04-29 | 1 | -1/+1 |
| * | Fix a minor edge case in C89 mode related to the definition of a | Eli Friedman | 2009-04-28 | 1 | -1/+1 |
| * | Don't allow blocks to be declared as returning an array. Radar 6441502 | Mike Stump | 2009-04-28 | 1 | -0/+6 |
| * | Fix for PR4079: make sure to construct the member expressions for | Eli Friedman | 2009-04-26 | 1 | -4/+9 |
| * | Fix for PR4074: allow subscripting non-lvalue arrays in C90 mode. | Eli Friedman | 2009-04-25 | 1 | -2/+24 |
| * | minor diagnostics improvements. | Chris Lattner | 2009-04-25 | 1 | -5/+5 |
| * | Make VerifyIntegerConstantExpr print extension warnings for non-ICEs. | Eli Friedman | 2009-04-25 | 1 | -7/+12 |
| * | fix PR4073 by making designated initializer checking code use | Chris Lattner | 2009-04-25 | 1 | -2/+1 |
| * | remove a fixme that is already done. | Chris Lattner | 2009-04-25 | 1 | -5/+1 |
| * | Change SemaType's "GetTypeForDeclarator" and "ConvertDeclSpecToType" to | Chris Lattner | 2009-04-25 | 1 | -7/+0 |
| * | reject explicit pointer arithmetic on interface pointers in 64-bit objc ABI | Chris Lattner | 2009-04-24 | 1 | -7/+22 |
| * | fix the sizeof error recovery issue (sizeof-interface.m:attributeRuns) | Chris Lattner | 2009-04-24 | 1 | -6/+12 |
| * | Avoid issuing spurious errors as side-effect of diagnosing | Fariborz Jahanian | 2009-04-24 | 1 | -2/+2 |
| * | Fix rdar://6821047 - clang crashes on subscript of interface in 64-bit mode | Chris Lattner | 2009-04-24 | 1 | -21/+24 |
| * | Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's g... | Douglas Gregor | 2009-04-24 | 1 | -2/+2 |
| * | Eliminate the three SmallVectors in ObjCImplDecl (for instance | Douglas Gregor | 2009-04-23 | 1 | -4/+4 |
| * | Tighten up blocks type checking. This was discussed back in the | Mike Stump | 2009-04-21 | 1 | -1/+1 |
| * | Fix rdar://6814047, a crash on invalid in blocks code I noticed when | Chris Lattner | 2009-04-21 | 1 | -1/+1 |
| * | fix marking of nested blocks with the "hasBlockDeclRefExprs" to | Chris Lattner | 2009-04-21 | 1 | -12/+24 |
| * | this is a warning now, return a well formed ast. | Chris Lattner | 2009-04-21 | 1 | -1/+1 |
| * | reject sizeof(itf) when itf is a forward declared interface, or when | Chris Lattner | 2009-04-21 | 1 | -0/+15 |
| * | Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things | Daniel Dunbar | 2009-04-21 | 1 | -9/+6 |
| * | Some cleanup and bug-fixing for address-of checking. This causes a couple of | Eli Friedman | 2009-04-20 | 1 | -49/+24 |
| * | run the jump checker on blocks, even though they don't have gotos, | Chris Lattner | 2009-04-19 | 1 | -1/+9 |
| * | refactor some code, adding a new getLabelMap() accessor method | Chris Lattner | 2009-04-18 | 1 | -2/+1 |
| * | FunctionDecl::getBody() is getting an ASTContext argument for use in | Douglas Gregor | 2009-04-18 | 1 | -1/+1 |
| * | Fixup semantic analysis for nested blocks, and allow block literal | Mike Stump | 2009-04-17 | 1 | -0/+5 |
| * | Fix a crash bug when comparing overload quality of conversion operators with ... | Sebastian Redl | 2009-04-16 | 1 | -8/+8 |
| * | Implement support for designated initializers that refer to members of | Douglas Gregor | 2009-04-15 | 1 | -14/+30 |