Age | Commit message (Expand) | Author |
2011-01-08 | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Sean Hunt |
2011-01-08 | Check for delegating constructors and (currently) return an error about them. | Sean Hunt |
2011-01-04 | Implement pack expansion of base initializers, so that we can | Douglas Gregor |
2011-01-03 | Implement pack expansions whose pattern is a base-specifier. | Douglas Gregor |
2010-12-21 | When checking a using declaration, make sure that the context we're | Douglas Gregor |
2010-12-16 | Add tests checking for unexpanded parameter packs in declarations that | Douglas Gregor |
2010-12-16 | Check for unexpanded parameter packs in default arguments. | Douglas Gregor |
2010-12-16 | Check for unexpanded parameter packs within variable initializers. | Douglas Gregor |
2010-12-16 | Check for unexpanded parameter packs in friend declarations. | Douglas Gregor |
2010-12-16 | Check for unexpanded parameter packs in using declarations. As a | Douglas Gregor |
2010-12-15 | Check for unexpanded parameter packs in static assertion expressions. | Douglas Gregor |
2010-12-15 | Fix diagnostic pragmas. | Argyrios Kyrtzidis |
2010-12-14 | Restore r121752 without modification. | John McCall |
2010-12-14 | Pull out r121752 in case it's causing the selfhost breakage. | John McCall |
2010-12-14 | Factor out most of the extra state in a FunctionProtoType into a separate | John McCall |
2010-12-13 | Variadic templates: extend Type, NestedNameSpecifier, TemplateName, | Douglas Gregor |
2010-12-12 | Move the functionality to mark all vtables of key functions as used within | Chandler Carruth |
2010-12-10 | Added ParenType type node. | Abramo Bagnara |
2010-12-10 | Treat visibility on an enclosing namespace as a non-explicit source of | John McCall |
2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
2010-12-07 | Use Sema::MaybeCreateExprWithCleanups() only after we've checked for a NULL/i... | Douglas Gregor |
2010-12-06 | Un-templatetize this method. It's definition is out of line in the .cpp file, | Chandler Carruth |
2010-12-06 | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall |
2010-12-04 | More anonymous struct/union redesign. This one deals with anonymous field use... | Francois Pichet |
2010-11-29 | Revert r120063, it was wrong. | John McCall |
2010-11-28 | Minor whitespace and comment fixes. No functionality change. | Nico Weber |
2010-11-23 | Redeclarations of using declarations are not okay in function scopes. | John McCall |
2010-11-21 | Major anonymous union/struct redesign. | Francois Pichet |
2010-11-20 | A bundle of whitespace changes, separated out from the functional changes. | Nick Lewycky |
2010-11-19 | Refactoring. | Argyrios Kyrtzidis |
2010-11-18 | Add an assertion, fix a whole bunch of bugs, comment the assertion | John McCall |
2010-11-18 | Calculate the value kind of an expression when it's created and | John McCall |
2010-11-10 | Region-allocate all AttributeList objects from a factory object instead of ma... | Ted Kremenek |
2010-11-10 | Diagnose attempst to template using declarations and using directives. | John McCall |
2010-11-09 | tidy up | Chris Lattner |
2010-11-09 | Fix source locations in unnamed bitfield diagnostic, from Jakub | Douglas Gregor |
2010-11-05 | Check for an invalid field earlier in a constructor's initialization | Douglas Gregor |
2010-10-26 | No really, we don't have a retain/release system for statements/expressions | John McCall |
2010-10-25 | Improve the tracking of source locations for parentheses in constructor calls. | Chandler Carruth |
2010-10-22 | When performing name lookup for a namespace definition, only look into | Douglas Gregor |
2010-10-21 | Pass TInfo to CXXDestructorDecl::Create(), just like we do for other | Craig Silverstein |
2010-10-19 | Redirect templated friend class decls to a new Sema callback and | John McCall |
2010-10-16 | Reformatting. | John McCall |
2010-10-16 | White-listing templated-scope friend decls is a good idea, but doing it | John McCall |
2010-10-15 | Diagnose C++ [class.mem]p13-14, where a class member has the same name | Douglas Gregor |
2010-10-15 | Death to blocks, or at least the word "block" in one particular obnoxiously | John McCall |
2010-10-14 | template-ids are looked up differently in friend declarations. | John McCall |
2010-10-13 | Generalize the checking for qualification of (non-friend) class | Douglas Gregor |
2010-10-13 | Preserve the original scope when picking the right scope for a friend | John McCall |
2010-10-13 | Support friend function declarations in local classes correctly. | John McCall |