| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert my user-defined literal commits - r1124{58,60,67} pending | Alexis Hunt | 2010-08-30 | 1 | -58/+0 |
| * | Implement C++0x user-defined string literals. | Alexis Hunt | 2010-08-29 | 1 | -0/+58 |
| * | Fix the memory leak of FloatingLiteral/IntegerLiteral. | Argyrios Kyrtzidis | 2010-08-28 | 1 | -4/+4 |
| * | One who seeks knowledge learns something new every day. | John McCall | 2010-08-26 | 1 | -6/+5 |
| * | De-memberify the VarDecl and FunctionDecl StorageClass enums. | John McCall | 2010-08-26 | 1 | -4/+4 |
| * | Fix miscompilation. The custom new[]/delete[] methods were not getting called... | Argyrios Kyrtzidis | 2010-08-25 | 1 | -5/+8 |
| * | 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 | -37/+37 |
| * | More incremental progress towards not including Expr.h in Sema.h. | John McCall | 2010-08-25 | 1 | -9/+8 |
| * | Move more stuff out of Sema.h. | John McCall | 2010-08-25 | 1 | -2/+4 |
| * | Move some of SemaOverload's API to various places in Overload.h, and kill | John McCall | 2010-08-24 | 1 | -6/+6 |
| * | More header elimination. The goal of all this is to allow Parser to | John McCall | 2010-08-24 | 1 | -1/+1 |
| * | Remove a header dependency from Sema.h at the cost of some type safety. | John McCall | 2010-08-24 | 1 | -3/+8 |
| * | 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 | -39/+39 |
| * | Abstract out passing around types and kill off ActionBase. | John McCall | 2010-08-24 | 1 | -32/+35 |
| * | Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). | John McCall | 2010-08-23 | 1 | -83/+53 |
| * | Push DeclGroupRefs and TemplateNames in an opaque but type-safe way | John McCall | 2010-08-23 | 1 | -2/+2 |
| * | Sundry incremental steps towards killing off Action. | John McCall | 2010-08-23 | 1 | -11/+11 |
| * | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -2/+2 |
| * | Generate Attr subclasses with TableGen. | Alexis Hunt | 2010-08-18 | 1 | -2/+2 |
| * | Make sure to add MallocAttr to explicitly-declared operator new/new[] | Douglas Gregor | 2010-08-18 | 1 | -1/+4 |
| * | Emit an error if an array is too large. We're slightly more strict | Douglas Gregor | 2010-08-18 | 1 | -1/+13 |
| * | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -3/+3 |
| * | Bail out of MaybeBindToTemporary if the record type is invalid. Test case | John McCall | 2010-08-12 | 1 | -1/+1 |
| * | Added locations and type source info for DeclarationName. | Abramo Bagnara | 2010-08-11 | 1 | -1/+1 |
| * | Fix a crash on template delete operators. | Chandler Carruth | 2010-08-08 | 1 | -2/+8 |
| * | Store inheritance paths after CastExprs instead of inside them. | John McCall | 2010-08-07 | 1 | -13/+14 |
| * | Get rid of isObjectType; when C++ says "object type", it generally | Eli Friedman | 2010-08-05 | 1 | -1/+1 |
| * | Look through using declarations when deciding whether to use an operator | John McCall | 2010-08-04 | 1 | -11/+26 |
| * | Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr f... | Argyrios Kyrtzidis | 2010-08-02 | 1 | -3/+3 |
| * | Rename getStdNamespace -> getOrCreateStdNamespace, to better reflect its func... | Argyrios Kyrtzidis | 2010-08-02 | 1 | -1/+1 |
| * | When deleting a value of class type, make sure that type is complete | Douglas Gregor | 2010-07-29 | 1 | -0/+4 |
| * | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor | 2010-07-25 | 1 | -3/+1 |
| * | Update ImplicitCastExpr to be able to represent an XValue. | Sebastian Redl | 2010-07-20 | 1 | -19/+20 |
| * | When checking whether to bind an expression to a temporary, don't bind Obj-C ... | Anders Carlsson | 2010-07-16 | 1 | -20/+8 |
| * | Whenever we're creating an expression that is typically an rvalue | Douglas Gregor | 2010-07-13 | 1 | -2/+3 |
| * | Downgrade the "when type is in parentheses, array cannot have dynamic | Douglas Gregor | 2010-07-13 | 1 | -15/+12 |
| * | 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 | -24/+16 |
| * | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor | 2010-07-07 | 1 | -16/+24 |
| * | Rip out the C++0x-specific handling of destructor names. The specification is... | Sebastian Redl | 2010-07-07 | 1 | -45/+25 |
| * | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its | Douglas Gregor | 2010-07-07 | 1 | -2/+2 |
| * | Do not use CXXZeroValueInitExpr for class types. Instead, use | Douglas Gregor | 2010-07-07 | 1 | -22/+14 |
| * | Add a new routine Sema::LookupDestructor and make all destructor-lookup calls... | Douglas Gregor | 2010-07-01 | 1 | -5/+4 |
| * | Remove unnecessary ASTContext parameter from | Douglas Gregor | 2010-07-01 | 1 | -6/+5 |
| * | Implement C++ DR299, which allows an implicit conversion from a class | Douglas Gregor | 2010-06-30 | 1 | -3/+20 |
| * | Factor the conversion from a switch condition to an integral or | Douglas Gregor | 2010-06-29 | 1 | -0/+1 |
| * | Allow a using directive to refer to the implicitly-defined namespace | Douglas Gregor | 2010-06-29 | 1 | -10/+1 |
| * | Suppress diagnosing access violations while looking up deallocation functions | Chandler Carruth | 2010-06-28 | 1 | -0/+4 |