| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support decltype in pseudo destructors and dependent destructor calls. | David Blaikie | 2011-12-16 | 1 | -33/+50 |
| * | In debugger support mode, if we have a top-level message send | Douglas Gregor | 2011-12-15 | 1 | -0/+9 |
| * | Fix/test decltype dtor calls with invalid base expression. | David Blaikie | 2011-12-12 | 1 | -1/+1 |
| * | Decltype in non-pseudo (& non-dependent) dtor calls. | David Blaikie | 2011-12-08 | 1 | -0/+16 |
| * | Implement support for the __is_final type trait, to determine whether | Douglas Gregor | 2011-12-03 | 1 | -0/+7 |
| * | Revert r145244. It causes us to create broken ASTs with missing type information | Richard Smith | 2011-11-29 | 1 | -68/+64 |
| * | Removed useless ImplicitCast nodes in explicit cstyle and static casts | Nicola Gigante | 2011-11-28 | 1 | -64/+68 |
| * | In Sema::MaybeBindToTemporary, create a CXXBindTemporaryExpr for an | Peter Collingbourne | 2011-11-27 | 1 | -1/+2 |
| * | Added missing ImplicitCastExpr around conversion operator call. | Abramo Bagnara | 2011-11-16 | 1 | -1/+7 |
| * | Fixed missing cast and wrong cast kind in delete expression. | Abramo Bagnara | 2011-11-16 | 1 | -2/+5 |
| * | In ARC, don't reclaim objects of Class type. | John McCall | 2011-11-14 | 1 | -0/+4 |
| * | There's no good reason to track temporaries in ExprWithCleanups, | John McCall | 2011-11-10 | 1 | -18/+18 |
| * | Rip out CK_GetObjCProperty. | John McCall | 2011-11-07 | 1 | -5/+0 |
| * | Enable function call and some overload resolution with parameters of aggregat... | Sebastian Redl | 2011-11-01 | 1 | -0/+1 |
| * | Restore r142914 and r142915, now with missing file and apparent | John McCall | 2011-10-25 | 1 | -17/+11 |
| * | Revert r142914 and r142915, due to possibly missing file. | NAKAMURA Takumi | 2011-10-25 | 1 | -11/+17 |
| * | Introduce a placeholder type for "pseudo object" | John McCall | 2011-10-25 | 1 | -17/+11 |
| * | Check for unexpanded parameter packs in the name that guards a | Douglas Gregor | 2011-10-25 | 1 | -3/+17 |
| * | Implement support for dependent Microsoft __if_exists/__if_not_exists | Douglas Gregor | 2011-10-25 | 1 | -7/+15 |
| * | Rework Microsoft __if_exists/__if_not_exists parsing and semantic | Douglas Gregor | 2011-10-24 | 1 | -5/+25 |
| * | -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 1. | Richard Smith | 2011-10-18 | 1 | -11/+12 |
| * | Make it possible to compute the type of 'this' without capturing | Douglas Gregor | 2011-10-18 | 1 | -6/+8 |
| * | Provide half floating point support as a storage only type. | Anton Korobeynikov | 2011-10-14 | 1 | -0/+6 |
| * | Teach __has_nothrow_assign not to complain about access (GCC and EDG | Douglas Gregor | 2011-10-12 | 1 | -1/+5 |
| * | Catch placeholder types in DefaultLvalueConversion | John McCall | 2011-10-11 | 1 | -0/+6 |
| * | When performing a user-defined conversion via a constructor, be sure | Douglas Gregor | 2011-10-10 | 1 | -6/+10 |
| * | Added a flag to identify resolved overloaded function references. | Abramo Bagnara | 2011-10-05 | 1 | -4/+17 |
| * | Refactor the analysis of C++ cast expressions so that even | John McCall | 2011-10-05 | 1 | -19/+2 |
| * | Get rid of useless helper Sema::CastCategory. | Eli Friedman | 2011-09-27 | 1 | -6/+5 |
| * | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -6/+0 |
| * | Add a new warning to -Wliteral-conversion to catch cases where a string literal | Richard Trieu | 2011-09-23 | 1 | -1/+1 |
| * | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -7/+7 |
| * | ArrayRef-ifying Function/BlockDecl's setParams | David Blaikie | 2011-09-21 | 1 | -1/+1 |
| * | Enforce access control for conversion operators used in contextual | John McCall | 2011-09-21 | 1 | -1/+3 |
| * | Finish the lex->LHS and rex->RHS cleanup in Sema. | Richard Trieu | 2011-09-15 | 1 | -27/+28 |
| * | Rename the ARC cast kinds to start with "ARC". | John McCall | 2011-09-10 | 1 | -2/+2 |
| * | When converting a block pointer to an Objective-C pointer type, extend | John McCall | 2011-09-10 | 1 | -0/+9 |
| * | Code formatting; no functionality change. | John McCall | 2011-09-09 | 1 | -9/+9 |
| * | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor | 2011-09-02 | 1 | -1/+1 |
| * | Perform array bounds checking in more situations and properly handle special | Kaelyn Uhrain | 2011-08-05 | 1 | -3/+0 |
| * | In ARC, don't try to reclaim the result of a call to performSelector | John McCall | 2011-08-03 | 1 | -5/+8 |
| * | Add */& mismatch fixit generation to the Sema::DiagnoseAssignmentResult(). | Anna Zaks | 2011-07-28 | 1 | -2/+2 |
| * | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor | 2011-07-27 | 1 | -6/+14 |
| * | Re-fix r136172 so it isn't an error; apparently, some people are fond of thei... | Eli Friedman | 2011-07-26 | 1 | -16/+13 |
| * | Diagnose trying to delete a pointer to an abstract class with a non-virtual d... | Eli Friedman | 2011-07-26 | 1 | -1/+13 |
| * | A couple minor issues with Sema for delete: | Eli Friedman | 2011-07-26 | 1 | -22/+28 |
| * | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -10/+10 |
| * | Enforce access control for the destructor in a new[] expression and mark | John McCall | 2011-07-13 | 1 | -1/+11 |
| * | objc++-arc: more diagnosis of converting a weak-unavailable | Fariborz Jahanian | 2011-07-08 | 1 | -2/+14 |
| * | In ARC, reclaim all return values of retainable type, not just those | John McCall | 2011-07-07 | 1 | -7/+6 |