| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Assorted work leading towards the elimination of CK_Unknown. | John McCall | 2010-11-15 | 1 | -1/+1 |
| * | When performing initialization of a copy of a temporary object, use | Douglas Gregor | 2010-11-12 | 1 | -3/+5 |
| * | Extend the bitfield-truncation warning to initializations. | John McCall | 2010-11-11 | 1 | -1/+8 |
| * | Unnest; no functionality change. | John McCall | 2010-11-11 | 1 | -42/+42 |
| * | Add a variant of GCC-style vector types for ARM NEON. | Bob Wilson | 2010-11-10 | 1 | -1/+1 |
| * | Improve our handling of C++ [class.copy]p3, which specifies that a | Douglas Gregor | 2010-11-08 | 1 | -8/+30 |
| * | When attempting reference binding to an overloaded function, also | Douglas Gregor | 2010-11-08 | 1 | -10/+13 |
| * | Properly diagnose invalid casts to function references. Patch by | Douglas Gregor | 2010-11-08 | 1 | -1/+6 |
| * | Don't remove the init expression from the initializer list if it had a semant... | Argyrios Kyrtzidis | 2010-10-30 | 1 | -1/+0 |
| * | When list-initializing a vector, try to copy-initialize from vectors instead | John McCall | 2010-10-30 | 1 | -53/+82 |
| * | No really, we don't have a retain/release system for statements/expressions | John McCall | 2010-10-26 | 1 | -1/+1 |
| * | Improve the tracking of source locations for parentheses in constructor calls. | Chandler Carruth | 2010-10-25 | 1 | -5/+14 |
| * | Introduce support for emitting diagnostics (warnings + their notes) | Douglas Gregor | 2010-10-12 | 1 | -1/+3 |
| * | Allow a string literal to initialize a tail array (PR8217), patch | Chris Lattner | 2010-10-10 | 1 | -1/+2 |
| * | This patch fixes multiple issues in clang's designated init builder and | Douglas Gregor | 2010-10-08 | 1 | -11/+24 |
| * | In Sema's TryRefInitWithConversionFunction, suppress user conversions for the... | Argyrios Kyrtzidis | 2010-10-05 | 1 | -2/+4 |
| * | one piece of code is responsible for the lifetime of every aggregate | John McCall | 2010-09-15 | 1 | -2/+1 |
| * | When performing overload resolution, only compare the final conversion | Douglas Gregor | 2010-09-12 | 1 | -7/+8 |
| * | Use the new-initialization code for initializing scalars with a | Douglas Gregor | 2010-09-08 | 1 | -5/+10 |
| * | Provide proper type-source location information for | Douglas Gregor | 2010-09-08 | 1 | -4/+14 |
| * | Rename DeclContext::getLookupContext to getRedeclContext and change its seman... | Sebastian Redl | 2010-08-31 | 1 | -1/+1 |
| * | One who seeks knowledge learns something new every day. | John McCall | 2010-08-26 | 1 | -32/+28 |
| * | Work around a gcc warning. | John McCall | 2010-08-26 | 1 | -0/+1 |
| * | 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 | -6/+6 |
| * | More incremental progress towards not including Expr.h in Sema.h. | John McCall | 2010-08-25 | 1 | -35/+31 |
| * | Move some of SemaOverload's API to various places in Overload.h, and kill | John McCall | 2010-08-24 | 1 | -40/+15 |
| * | Remove a header dependency from Sema.h at the cost of some type safety. | John McCall | 2010-08-24 | 1 | -2/+6 |
| * | Struggle mightily against header inclusion in Sema.h. | John McCall | 2010-08-24 | 1 | -0/+1 |
| * | OwningExprResult -> ExprResult. This patch brought to you by | John McCall | 2010-08-24 | 1 | -15/+15 |
| * | Relax the construction of a definition for implicit, trivial default | Chandler Carruth | 2010-08-23 | 1 | -4/+15 |
| * | Sundry incremental steps towards killing off Action. | John McCall | 2010-08-23 | 1 | -14/+9 |
| * | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -1/+1 |
| * | Don't try to initialize a reference with a constructed temporary if either | John McCall | 2010-08-17 | 1 | -0/+5 |
| * | PR3344: Downgrade "too many braces around scalar initializer" to a warning. | Eli Friedman | 2010-08-14 | 1 | -7/+7 |
| * | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -3/+3 |
| * | Allow reference binding of a reference of Objective-C object type to | Douglas Gregor | 2010-08-07 | 1 | -5/+44 |
| * | Store inheritance paths after CastExprs instead of inside them. | John McCall | 2010-08-07 | 1 | -9/+9 |
| * | Make sure that implicit qualification and derived-to-base conversions of xval... | Sebastian Redl | 2010-07-26 | 1 | -4/+8 |
| * | Added extra check when looking for location of '=' in | Fariborz Jahanian | 2010-07-21 | 1 | -2/+3 |
| * | Fix source location of the initializer in | Fariborz Jahanian | 2010-07-21 | 1 | -3/+4 |
| * | Update ImplicitCastExpr to be able to represent an XValue. | Sebastian Redl | 2010-07-20 | 1 | -22/+68 |
| * | Whenever we're creating an expression that is typically an rvalue | Douglas Gregor | 2010-07-13 | 1 | -5/+7 |
| * | When forming a function call or message send expression, be sure to | Douglas Gregor | 2010-07-13 | 1 | -1/+1 |
| * | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor | 2010-07-08 | 1 | -3/+2 |
| * | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor | 2010-07-07 | 1 | -2/+3 |
| * | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its | Douglas Gregor | 2010-07-07 | 1 | -1/+1 |
| * | Do not use CXXZeroValueInitExpr for class types. Instead, use | Douglas Gregor | 2010-07-07 | 1 | -2/+1 |
| * | Fix an issue with opencl init list checking. | Nate Begeman | 2010-07-07 | 1 | -2/+7 |
| * | Introduce a new routine, LookupConstructors(), and use it for all | Douglas Gregor | 2010-07-02 | 1 | -16/+4 |