| Commit message (Expand) | Author | Age | Files | Lines |
| * | Diagnose when a virtual member function marked final is overridden. | Anders Carlsson | 2011-01-20 | 1 | -1/+1 |
| * | Diagnose virtual member functions marked override but not overriding any virt... | Anders Carlsson | 2011-01-20 | 1 | -1/+2 |
| * | Fix PR8884 by skipping transparent contexts. The test is for LikageSpec. I | Rafael Espindola | 2011-01-20 | 1 | -1/+1 |
| * | When building the copy expression for a __block variable, make sure | John McCall | 2011-01-19 | 1 | -47/+50 |
| * | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -3/+4 |
| * | Added warning about invalid register specification for local variables. | Abramo Bagnara | 2011-01-11 | 1 | -4/+18 |
| * | Initial implementation of function parameter packs. This implementation allows: | Douglas Gregor | 2011-01-05 | 1 | -6/+0 |
| * | When in code-completion, skip obj-c method bodies for speed up. | Argyrios Kyrtzidis | 2011-01-03 | 1 | -1/+2 |
| * | Fix PR8841 by checking for both semantic and lecical dependent | Chandler Carruth | 2011-01-03 | 1 | -1/+2 |
| * | When we attempt to create a built-in that involves a library type we | Douglas Gregor | 2011-01-03 | 1 | -2/+2 |
| * | Produce a better error message for invalid register names. | Rafael Espindola | 2011-01-01 | 1 | -1/+5 |
| * | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall | 2010-12-24 | 1 | -2/+3 |
| * | Implement parsing of function parameter packs and non-type template | Douglas Gregor | 2010-12-23 | 1 | -17/+24 |
| * | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin | 2010-12-23 | 1 | -1/+1 |
| * | In C++, if the user redeclares a builtin function with a type that is | Douglas Gregor | 2010-12-21 | 1 | -0/+12 |
| * | Fix the noreturn conversion to only strip off a single level of indirection. | John McCall | 2010-12-21 | 1 | -2/+0 |
| * | Motions towards simplifying how we deal with attribute-qualified function types. | John McCall | 2010-12-19 | 1 | -23/+35 |
| * | Use hasSameType to compare types for equality. | Abramo Bagnara | 2010-12-17 | 1 | -1/+2 |
| * | Avoid to emit redundant implicit cast for enum constants init expressions. | Abramo Bagnara | 2010-12-17 | 1 | -1/+1 |
| * | Check for unexpanded parameter packs within variable initializers. | Douglas Gregor | 2010-12-16 | 1 | -19/+26 |
| * | Check for unexpanded parameter packs in friend declarations. | Douglas Gregor | 2010-12-16 | 1 | -0/+4 |
| * | Check for unexpanded parameter packs in using declarations. As a | Douglas Gregor | 2010-12-16 | 1 | -1/+2 |
| * | Check for unexpanded parameter packs in enumeration types and enumerators. | Douglas Gregor | 2010-12-16 | 1 | -0/+9 |
| * | Check for unexpanded parameter packs in various kinds of | Douglas Gregor | 2010-12-15 | 1 | -2/+12 |
| * | Fix diagnostic pragmas. | Argyrios Kyrtzidis | 2010-12-15 | 1 | -14/+8 |
| * | Set the "implicitly inline" bit on a method as soon as we see a definition | John McCall | 2010-12-15 | 1 | -0/+6 |
| * | Added missing IgnoreParens(). | Abramo Bagnara | 2010-12-14 | 1 | -2/+2 |
| * | Restore r121752 without modification. | John McCall | 2010-12-14 | 1 | -10/+7 |
| * | Pull out r121752 in case it's causing the selfhost breakage. | John McCall | 2010-12-14 | 1 | -7/+10 |
| * | Factor out most of the extra state in a FunctionProtoType into a separate | John McCall | 2010-12-14 | 1 | -10/+7 |
| * | Variadic templates: extend Type, NestedNameSpecifier, TemplateName, | Douglas Gregor | 2010-12-13 | 1 | -0/+4 |
| * | Silence a few more uninitialized-value warnings | Douglas Gregor | 2010-12-10 | 1 | -8/+8 |
| * | Fix a compiler warning. | Fariborz Jahanian | 2010-12-10 | 1 | -1/+2 |
| * | Added ParenType type node. | Abramo Bagnara | 2010-12-10 | 1 | -7/+13 |
| * | It's kindof silly that ExtQuals has an ASTContext&, and we can use that | John McCall | 2010-12-10 | 1 | -1/+1 |
| * | Refactored/cleanedup ActOnFunctionDeclarator | Fariborz Jahanian | 2010-12-09 | 1 | -521/+563 |
| * | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad | 2010-12-07 | 1 | -4/+4 |
| * | Use Sema::MaybeCreateExprWithCleanups() only after we've checked for a NULL/i... | Douglas Gregor | 2010-12-07 | 1 | -2/+2 |
| * | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall | 2010-12-06 | 1 | -3/+3 |
| * | Added struct/class syntactic info for c++0x scoped enum. | Abramo Bagnara | 2010-12-03 | 1 | -2/+3 |
| * | Sema/AST work for capturing copy init expression | Fariborz Jahanian | 2010-12-01 | 1 | -0/+21 |
| * | Improve the diagnostic when the fixed underlying type of a | Douglas Gregor | 2010-12-01 | 1 | -1/+4 |
| * | Microsoft C anonymous struct implementation. | Francois Pichet | 2010-11-23 | 1 | -29/+95 |
| * | Major anonymous union/struct redesign. | Francois Pichet | 2010-11-21 | 1 | -6/+27 |
| * | Refactoring. | Argyrios Kyrtzidis | 2010-11-19 | 1 | -1/+1 |
| * | Remove the getDiagnosticLevel check since it doesn't buy us much. | Argyrios Kyrtzidis | 2010-11-18 | 1 | -3/+1 |
| * | -Rename -Wargument-larger-than -> -Wlarge-by-value-copy | Argyrios Kyrtzidis | 2010-11-18 | 1 | -3/+7 |
| * | Introduce option -Wargument-larger-than[=N] which warns about function defini... | Argyrios Kyrtzidis | 2010-11-17 | 1 | -1/+37 |
| * | A union cannot contain static data members or data members of reference type. | Anders Carlsson | 2010-11-07 | 1 | -11/+30 |
| * | Provide an error when a non-identifier name (such as an operator) is used as a | Alexis Hunt | 2010-11-03 | 1 | -1/+11 |