| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make StmtDumper::VisitCXXFunctionalCastExpr dump the attached cast kind. Fix... | Eli Friedman | 2011-09-02 | 1 | -3/+4 |
| * | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -2/+2 |
| * | Remove unused variable. | Benjamin Kramer | 2011-07-08 | 1 | -2/+1 |
| * | objc++-arc: more diagnosis of converting a weak-unavailable | Fariborz Jahanian | 2011-07-08 | 1 | -8/+1 |
| * | objc++-arc: diagnose assignment/cast of a weak-unavailable | Fariborz Jahanian | 2011-07-07 | 1 | -2/+10 |
| * | [ARC] When casting from a pointer to an objective-c object with known ownersh... | Argyrios Kyrtzidis | 2011-07-01 | 1 | -7/+13 |
| * | ^cat^cast^ | Fariborz Jahanian | 2011-06-21 | 1 | -2/+2 |
| * | Add comment before CheckObjCARCConversion is called on | Fariborz Jahanian | 2011-06-21 | 1 | -0/+2 |
| * | objc-arc: CodeGen part of unbridged cast of CF types. | Fariborz Jahanian | 2011-06-21 | 1 | -3/+6 |
| * | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -33/+104 |
| * | Remove all references to InitializationSequence::FailedSequence from outside ... | Sebastian Redl | 2011-06-05 | 1 | -4/+2 |
| * | Fix a bug in -Wundefined-reinterpret-cast where we failed to look | Chandler Carruth | 2011-05-24 | 1 | -1/+1 |
| * | Introduce Type::isSignedIntegerOrEnumerationType() and | Douglas Gregor | 2011-05-20 | 1 | -0/+1 |
| * | In Microsoft mode, allow conversion from pointer to integral type no matter w... | Francois Pichet | 2011-05-11 | 1 | -3/+5 |
| * | Add a warning for when reinterpret_cast leads to undefined behavior, patch by... | Argyrios Kyrtzidis | 2011-05-02 | 1 | -0/+60 |
| * | Make yet another placeholder type, this one marking that an expression is a b... | John McCall | 2011-04-26 | 1 | -10/+8 |
| * | Exhaust the cases. | Argyrios Kyrtzidis | 2011-04-23 | 1 | -1/+2 |
| * | Don't allow reinterpret_cast to reference of vector element and property expr... | Argyrios Kyrtzidis | 2011-04-22 | 1 | -3/+12 |
| * | reinterpret_cast to reference of a bit-field is not allowed. | Argyrios Kyrtzidis | 2011-04-22 | 1 | -0/+7 |
| * | Testing my commit access. A few whitespace changes to Sema/SemaCXXCast.cpp. | Richard Trieu | 2011-04-16 | 1 | -7/+5 |
| * | Implement appropriate semantics for C++ casting and conversion when | Douglas Gregor | 2011-04-15 | 1 | -13/+20 |
| * | Remove CK_DynamicToNull. | Anders Carlsson | 2011-04-11 | 1 | -8/+0 |
| * | As a first step towards fixing PR9641, add a CK_DynamicToNull cast kind which | Anders Carlsson | 2011-04-10 | 1 | -0/+8 |
| * | Simplify calling CheckPlaceholderExpr, converge on it in a few places, | John McCall | 2011-04-10 | 1 | -19/+17 |
| * | Use ExprResult& instead of Expr *& in Sema | John Wiegley | 2011-04-08 | 1 | -89/+137 |
| * | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall | 2011-04-07 | 1 | -0/+1 |
| * | supported: AltiVec vector initialization with a single literal according to P... | Anton Yartsev | 2011-03-27 | 1 | -0/+10 |
| * | Fixes for some more expressions containing function templateids that | Douglas Gregor | 2011-03-12 | 1 | -53/+9 |
| * | 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 |