| Commit message (Expand) | Author | Age | Files | Lines |
| * | Diagnose when a virtual member function marked final is overridden. | Anders Carlsson | 2011-01-20 | 1 | -13/+16 |
| * | When checking for functions marked override, ignore dependent contexts. | Anders Carlsson | 2011-01-20 | 1 | -0/+3 |
| * | Make CheckOverrideControl a member of Sema. | Anders Carlsson | 2011-01-20 | 1 | -4/+3 |
| * | Diagnose virtual member functions marked override but not overriding any virt... | Anders Carlsson | 2011-01-20 | 1 | -2/+28 |
| * | Only allow virtual member functions to be marked 'override' and 'final'. | Anders Carlsson | 2011-01-20 | 1 | -0/+16 |
| * | Pass the VirtSpecifiers along to Sema::ActOnCXXMemberDeclarator. | Anders Carlsson | 2011-01-20 | 1 | -1/+2 |
| * | Implement support for non-type template parameter packs whose type is | Douglas Gregor | 2011-01-19 | 1 | -2/+0 |
| * | When building the copy expression for a __block variable, make sure | John McCall | 2011-01-19 | 1 | -10/+1 |
| * | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -2/+2 |
| * | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 1 | -6/+1 |
| * | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Alexis Hunt | 2011-01-08 | 1 | -56/+55 |
| * | Check for delegating constructors and (currently) return an error about them. | Alexis Hunt | 2011-01-08 | 1 | -0/+22 |
| * | Implement pack expansion of base initializers, so that we can | Douglas Gregor | 2011-01-04 | 1 | -8/+43 |
| * | Implement pack expansions whose pattern is a base-specifier. | Douglas Gregor | 2011-01-03 | 1 | -7/+18 |
| * | When checking a using declaration, make sure that the context we're | Douglas Gregor | 2010-12-21 | 1 | -0/+4 |
| * | Add tests checking for unexpanded parameter packs in declarations that | Douglas Gregor | 2010-12-16 | 1 | -1/+10 |
| * | Check for unexpanded parameter packs in default arguments. | Douglas Gregor | 2010-12-16 | 1 | -0/+6 |
| * | Check for unexpanded parameter packs within variable initializers. | Douglas Gregor | 2010-12-16 | 1 | -2/+12 |
| * | Check for unexpanded parameter packs in friend declarations. | Douglas Gregor | 2010-12-16 | 1 | -0/+9 |
| * | Check for unexpanded parameter packs in using declarations. As a | Douglas Gregor | 2010-12-16 | 1 | -0/+5 |
| * | Check for unexpanded parameter packs in static assertion expressions. | Douglas Gregor | 2010-12-15 | 1 | -0/+3 |
| * | Fix diagnostic pragmas. | Argyrios Kyrtzidis | 2010-12-15 | 1 | -2/+13 |
| * | Restore r121752 without modification. | John McCall | 2010-12-14 | 1 | -53/+42 |
| * | Pull out r121752 in case it's causing the selfhost breakage. | John McCall | 2010-12-14 | 1 | -42/+53 |
| * | Factor out most of the extra state in a FunctionProtoType into a separate | John McCall | 2010-12-14 | 1 | -53/+42 |
| * | Variadic templates: extend Type, NestedNameSpecifier, TemplateName, | Douglas Gregor | 2010-12-13 | 1 | -0/+5 |
| * | Move the functionality to mark all vtables of key functions as used within | Chandler Carruth | 2010-12-12 | 1 | -13/+1 |
| * | Added ParenType type node. | Abramo Bagnara | 2010-12-10 | 1 | -3/+3 |
| * | Treat visibility on an enclosing namespace as a non-explicit source of | John McCall | 2010-12-10 | 1 | -2/+2 |
| * | 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 | -12/+7 |
| * | Un-templatetize this method. It's definition is out of line in the .cpp file, | Chandler Carruth | 2010-12-06 | 1 | -54/+52 |
| * | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall | 2010-12-06 | 1 | -10/+10 |
| * | More anonymous struct/union redesign. This one deals with anonymous field use... | Francois Pichet | 2010-12-04 | 1 | -47/+34 |
| * | Revert r120063, it was wrong. | John McCall | 2010-11-29 | 1 | -2/+2 |
| * | Minor whitespace and comment fixes. No functionality change. | Nico Weber | 2010-11-28 | 1 | -1/+1 |
| * | Redeclarations of using declarations are not okay in function scopes. | John McCall | 2010-11-23 | 1 | -2/+2 |
| * | Major anonymous union/struct redesign. | Francois Pichet | 2010-11-21 | 1 | -10/+15 |
| * | A bundle of whitespace changes, separated out from the functional changes. | Nick Lewycky | 2010-11-20 | 1 | -7/+7 |
| * | Refactoring. | Argyrios Kyrtzidis | 2010-11-19 | 1 | -4/+4 |
| * | Add an assertion, fix a whole bunch of bugs, comment the assertion | John McCall | 2010-11-18 | 1 | -5/+5 |
| * | Calculate the value kind of an expression when it's created and | John McCall | 2010-11-18 | 1 | -18/+17 |
| * | Region-allocate all AttributeList objects from a factory object instead of ma... | Ted Kremenek | 2010-11-10 | 1 | -2/+0 |
| * | Diagnose attempst to template using declarations and using directives. | John McCall | 2010-11-10 | 1 | -8/+12 |
| * | tidy up | Chris Lattner | 2010-11-09 | 1 | -5/+4 |
| * | Fix source locations in unnamed bitfield diagnostic, from Jakub | Douglas Gregor | 2010-11-09 | 1 | -0/+5 |
| * | Check for an invalid field earlier in a constructor's initialization | Douglas Gregor | 2010-11-05 | 1 | -3/+3 |
| * | No really, we don't have a retain/release system for statements/expressions | John McCall | 2010-10-26 | 1 | -11/+3 |
| * | Improve the tracking of source locations for parentheses in constructor calls. | Chandler Carruth | 2010-10-25 | 1 | -5/+10 |
| * | When performing name lookup for a namespace definition, only look into | Douglas Gregor | 2010-10-22 | 1 | -9/+11 |