Age | Commit message (Expand) | Author |
2010-12-10 | Fix a compiler warning. | Fariborz Jahanian |
2010-12-10 | Added ParenType type node. | Abramo Bagnara |
2010-12-10 | It's kindof silly that ExtQuals has an ASTContext&, and we can use that | John McCall |
2010-12-09 | Refactored/cleanedup ActOnFunctionDeclarator | Fariborz Jahanian |
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 | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall |
2010-12-03 | Added struct/class syntactic info for c++0x scoped enum. | Abramo Bagnara |
2010-12-01 | Sema/AST work for capturing copy init expression | Fariborz Jahanian |
2010-12-01 | Improve the diagnostic when the fixed underlying type of a | Douglas Gregor |
2010-11-23 | Microsoft C anonymous struct implementation. | Francois Pichet |
2010-11-21 | Major anonymous union/struct redesign. | Francois Pichet |
2010-11-19 | Refactoring. | Argyrios Kyrtzidis |
2010-11-18 | Remove the getDiagnosticLevel check since it doesn't buy us much. | Argyrios Kyrtzidis |
2010-11-18 | -Rename -Wargument-larger-than -> -Wlarge-by-value-copy | Argyrios Kyrtzidis |
2010-11-17 | Introduce option -Wargument-larger-than[=N] which warns about function defini... | Argyrios Kyrtzidis |
2010-11-07 | A union cannot contain static data members or data members of reference type. | Anders Carlsson |
2010-11-03 | Provide an error when a non-identifier name (such as an operator) is used as a | Sean Hunt |
2010-11-01 | Eliminate an unused local variable | Douglas Gregor |
2010-11-01 | Require that the types of the parameters of a block literal are complete. | Douglas Gregor |
2010-10-27 | Avoid calculating linkage until the more obvious checks have run when | John McCall |
2010-10-22 | Parse attributes on enumerators and instantiate attributes on enum decls. | John McCall |
2010-10-21 | Always treat 'main' as an extern "C" function, so that we detect | 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-18 | Implement the first half of [dcl.attr.override]p6. | Anders Carlsson |
2010-10-18 | Microsoft enum extensions. 2 things will change on -fms-extensions: | Francois Pichet |
2010-10-17 | Implement [dcl.attr.override]p2 and add tests for p1 and p2. | Anders Carlsson |
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 | Allow list-initialization of a local variable of class type with a | Douglas Gregor |
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-15 | Don't complain about a variable within a linkage-specification that is | Douglas Gregor |
2010-10-14 | Don't add the injected class name to the redeclarations chain; the chain shou... | Argyrios Kyrtzidis |
2010-10-13 | Diagnose when a 'static' member function overrides a virtual function | Douglas Gregor |
2010-10-13 | Generalize the checking for qualification of (non-friend) class | Douglas Gregor |
2010-10-13 | Support friend function declarations in local classes correctly. | John McCall |
2010-10-12 | Handle dependent friends more explicitly and deal with the possibility | John McCall |
2010-10-12 | Pacify gcc-4.4. | Duncan Sands |
2010-10-10 | fix PR8217, a silent miscompilation of invalid code. | Chris Lattner |
2010-10-09 | Fix g++.dg regressions introduced at r115347 (rdar://8529993) | Argyrios Kyrtzidis |
2010-10-08 | Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a | Douglas Gregor |
2010-10-08 | Track the location of the context requiring an implicit conversion and use it | John McCall |
2010-10-08 | Implement -fshort-enums (rdar://8490496). | Argyrios Kyrtzidis |
2010-10-05 | Register the __builtin_va_list_type node when we parse it, rather than | Douglas Gregor |
2010-10-01 | Better diagnostic for superfluous scope specifier inside a class definition f... | Francois Pichet |
2010-09-29 | Move the maintenance of CXXRecordDecl::DefinitionData's Abstract bit | Douglas Gregor |
2010-09-28 | Reinstate r114925 and r114929, both steps toward | Douglas Gregor |
2010-09-28 | vla expressions used in __typeof__ must be evaluated. | Fariborz Jahanian |