| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Eliminate an unused local variable | Douglas Gregor | 2010-11-01 | 1 | -2/+0 |
| * | Require that the types of the parameters of a block literal are complete. | Douglas Gregor | 2010-11-01 | 1 | -7/+2 |
| * | Avoid calculating linkage until the more obvious checks have run when | John McCall | 2010-10-27 | 1 | -15/+18 |
| * | Parse attributes on enumerators and instantiate attributes on enum decls. | John McCall | 2010-10-22 | 1 | -8/+10 |
| * | Always treat 'main' as an extern "C" function, so that we detect | Douglas Gregor | 2010-10-21 | 1 | -0/+5 |
| * | Pass TInfo to CXXDestructorDecl::Create(), just like we do for other | Craig Silverstein | 2010-10-21 | 1 | -3/+1 |
| * | Redirect templated friend class decls to a new Sema callback and | John McCall | 2010-10-19 | 1 | -8/+16 |
| * | Implement the first half of [dcl.attr.override]p6. | Anders Carlsson | 2010-10-18 | 1 | -0/+23 |
| * | Microsoft enum extensions. 2 things will change on -fms-extensions: | Francois Pichet | 2010-10-18 | 1 | -5/+11 |
| * | Implement [dcl.attr.override]p2 and add tests for p1 and p2. | Anders Carlsson | 2010-10-17 | 1 | -1/+25 |
| * | Reformatting. | John McCall | 2010-10-16 | 1 | -2/+2 |
| * | White-listing templated-scope friend decls is a good idea, but doing it | John McCall | 2010-10-16 | 1 | -13/+19 |
| * | Allow list-initialization of a local variable of class type with a | Douglas Gregor | 2010-10-15 | 1 | -3/+13 |
| * | Diagnose C++ [class.mem]p13-14, where a class member has the same name | Douglas Gregor | 2010-10-15 | 1 | -1/+29 |
| * | Death to blocks, or at least the word "block" in one particular obnoxiously | John McCall | 2010-10-15 | 1 | -2/+2 |
| * | Don't complain about a variable within a linkage-specification that is | Douglas Gregor | 2010-10-15 | 1 | -1/+1 |
| * | Don't add the injected class name to the redeclarations chain; the chain shou... | Argyrios Kyrtzidis | 2010-10-14 | 1 | -1/+3 |
| * | Diagnose when a 'static' member function overrides a virtual function | Douglas Gregor | 2010-10-13 | 1 | -6/+24 |
| * | Generalize the checking for qualification of (non-friend) class | Douglas Gregor | 2010-10-13 | 1 | -17/+24 |