| Commit message (Expand) | Author | Age | Files | Lines |
| * | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-28 | 1 | -2/+3 |
| * | Remove a dead variable. | Daniel Dunbar | 2011-02-20 | 1 | -1/+0 |
| * | Handle the resolution of a reference to a function template (which | Douglas Gregor | 2011-02-19 | 1 | -37/+101 |
| * | Implement C++0x [expr.static.cast]p9, which permits explicitly casting | Douglas Gregor | 2011-02-18 | 1 | -10/+15 |
| * | Don't crash on hierarchy static_casts which appear in variable initializers. | John McCall | 2011-02-14 | 1 | -11/+29 |
| * | Provide overload diagnostics when explicit casts involving class types fail. | John McCall | 2011-02-14 | 1 | -15/+97 |
| * | Fix a horrible bug in our handling of C-style casting, where a C-style | Douglas Gregor | 2011-01-27 | 1 | -3/+2 |
| * | Handle C-style casts to rvalue reference types that cast away constness. | Douglas Gregor | 2011-01-26 | 1 | -4/+14 |
| * | When performing a glvalue-to-xvalue static_cast that involves a | Douglas Gregor | 2011-01-25 | 1 | -6/+17 |
| * | Update const_cast semantics for rvalue references. Add tests for | Douglas Gregor | 2011-01-22 | 1 | -5/+4 |
| * | Teach static_cast and dynamic_cast about rvalue references. | Douglas Gregor | 2011-01-22 | 1 | -13/+13 |
| * | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 1 | -2/+0 |
| * | Add the location of the right parenthesis of a C++ named cast | Douglas Gregor | 2011-01-12 | 1 | -4/+5 |
| * | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin | 2010-12-23 | 1 | -1/+1 |
| * | Although we currently have explicit lvalue-to-rvalue conversions, they're | John McCall | 2010-12-04 | 1 | -0/+2 |
| * | Fix another case of giving the wrong value kind to a dependent cast to | John McCall | 2010-11-30 | 1 | -1/+4 |
| * | For internal consistency's sake, compute the value kind of a dependent cast | John McCall | 2010-11-26 | 1 | -0/+3 |
| * | Switch a lot of call-sites over to using the new value-kind calculations. | John McCall | 2010-11-24 | 1 | -5/+5 |
| * | Calculate the value kind of an expression when it's created and | John McCall | 2010-11-18 | 1 | -22/+33 |
| * | Kill CK_Unknown and flesh out the documentation for the existing CastKinds. | John McCall | 2010-11-16 | 1 | -2/+2 |
| * | Assorted work leading towards the elimination of CK_Unknown. | John McCall | 2010-11-15 | 1 | -8/+16 |
| * | Introduce a null-to-pointer implicit cast kind. | John McCall | 2010-11-13 | 1 | -1/+3 |
| * | Fix warning about unused variable 'Fn' in no-asserts builds. Also reflow this | Nick Lewycky | 2010-11-09 | 1 | -8/+5 |
| * | Properly diagnose invalid casts to function references. Patch by | Douglas Gregor | 2010-11-08 | 1 | -9/+87 |
| * | Emit error when using a bound member function for something other than callin... | Argyrios Kyrtzidis | 2010-11-01 | 1 | -0/+9 |
| * | Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a | Douglas Gregor | 2010-10-08 | 1 | -0/+9 |
| * | One who seeks knowledge learns something new every day. | John McCall | 2010-08-26 | 1 | -4/+3 |
| * | 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 | -49/+49 |
| * | OwningExprResult -> ExprResult. This patch brought to you by | John McCall | 2010-08-24 | 1 | -3/+3 |
| * | Abstract out passing around types and kill off ActionBase. | John McCall | 2010-08-24 | 1 | -1/+1 |
| * | Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). | John McCall | 2010-08-23 | 1 | -2/+1 |
| * | Sundry incremental steps towards killing off Action. | John McCall | 2010-08-23 | 1 | -1/+1 |
| * | On second thought, don't warn about reinterpret_casts under -Wcast-align. | John McCall | 2010-08-19 | 1 | -2/+0 |
| * | Error out if reinterpret_casting between member pointers of two different | Charles Davis | 2010-08-16 | 1 | -0/+7 |
| * | Implement -Wcast-align. The initial design of this diagnostic diverges | John McCall | 2010-08-12 | 1 | -0/+6 |
| * | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -2/+2 |
| * | Allow reference binding of a reference of Objective-C object type to | Douglas Gregor | 2010-08-07 | 1 | -1/+2 |
| * | Store inheritance paths after CastExprs instead of inside them. | John McCall | 2010-08-07 | 1 | -27/+27 |
| * | When dynamic_cast'ing from a type to itself, fill in the cast kind | Douglas Gregor | 2010-07-29 | 1 | -0/+1 |
| * | Fix namespace polution. | Dan Gohman | 2010-07-26 | 1 | -1/+1 |
| * | Fix for PR7694: make sure to pass in a RecordType to CheckBaseClassAccess; | Eli Friedman | 2010-07-23 | 1 | -1/+1 |
| * | Introduce a new cast kind for an "lvalue bitcast", which handles | Douglas Gregor | 2010-07-13 | 1 | -2/+5 |
| * | Whenever we're creating an expression that is typically an rvalue | Douglas Gregor | 2010-07-13 | 1 | -4/+7 |
| * | Allow C-style casts and reinterpret_casts between block pointers and | Douglas Gregor | 2010-07-08 | 1 | -7/+29 |
| * | Give Type::isIntegralType() an ASTContext parameter, so that it | Douglas Gregor | 2010-06-16 | 1 | -8/+5 |
| * | Introduce Type::isIntegralOrEnumerationType(), to cover those places | Douglas Gregor | 2010-06-16 | 1 | -1/+1 |
| * | Tweak our handling of the notion of a standard conversion sequence | Douglas Gregor | 2010-06-09 | 1 | -1/+1 |
| * | When deciding whether reinterpret_cast casts away constness we need to look a... | Anders Carlsson | 2010-06-04 | 1 | -2/+7 |
| * | Use CanQualType to enforce the use of a canonical type argument to | Douglas Gregor | 2010-05-21 | 1 | -1/+1 |