| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Support friend function declarations in local classes correctly. | John McCall | 2010-10-13 | 1 | -45/+65 |
* | Handle dependent friends more explicitly and deal with the possibility | John McCall | 2010-10-12 | 1 | -1/+3 |
* | Pacify gcc-4.4. | Duncan Sands | 2010-10-12 | 1 | -2/+4 |
* | fix PR8217, a silent miscompilation of invalid code. | Chris Lattner | 2010-10-10 | 1 | -5/+15 |
* | Fix g++.dg regressions introduced at r115347 (rdar://8529993) | Argyrios Kyrtzidis | 2010-10-09 | 1 | -2/+2 |
* | Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a | Douglas Gregor | 2010-10-08 | 1 | -18/+137 |
* | Track the location of the context requiring an implicit conversion and use it | John McCall | 2010-10-08 | 1 | -0/+3 |
* | Implement -fshort-enums (rdar://8490496). | Argyrios Kyrtzidis | 2010-10-08 | 1 | -0/+4 |
* | Register the __builtin_va_list_type node when we parse it, rather than | Douglas Gregor | 2010-10-05 | 1 | -14/+2 |
* | Better diagnostic for superfluous scope specifier inside a class definition f... | Francois Pichet | 2010-10-01 | 1 | -42/+52 |
* | Move the maintenance of CXXRecordDecl::DefinitionData's Abstract bit | Douglas Gregor | 2010-09-29 | 1 | -1/+58 |
* | Reinstate r114925 and r114929, both steps toward | Douglas Gregor | 2010-09-28 | 1 | -21/+1 |
* | vla expressions used in __typeof__ must be evaluated. | Fariborz Jahanian | 2010-09-28 | 1 | -0/+19 |
* | Centralize the management of CXXRecordDecl::DefinitionData's Empty bit | Douglas Gregor | 2010-09-28 | 1 | -6/+1 |
* | Reinstate r114921, which I've exonerated via a self-host build. | Douglas Gregor | 2010-09-28 | 1 | -18/+0 |
* | Temporarily revert 114929 114925 114924 114921. It looked like they (or at least | Bill Wendling | 2010-09-28 | 1 | -2/+45 |
* | Centralize the management of CXXRecordDecl::DefinitionData's | Douglas Gregor | 2010-09-28 | 1 | -21/+1 |
* | Centralize the management of CXXRecordDecl::DefinitionData's Empty bit | Douglas Gregor | 2010-09-27 | 1 | -6/+1 |
* | Centralize the management of CXXRecordDecl::DefinitionData's Aggregate | Douglas Gregor | 2010-09-27 | 1 | -18/+0 |
* | Centralize the handling of CXXRecordDecl::DefinitionData's | Douglas Gregor | 2010-09-27 | 1 | -1/+0 |
* | Kill FunctionDecl's IsCopyAssignment bit; it duplicated what could | Douglas Gregor | 2010-09-27 | 1 | -1/+2 |
* | Centralize the handling of | Douglas Gregor | 2010-09-27 | 1 | -1/+3 |
* | Fix bogus compiler errors when declaring anonymous union, outside a class, with | Argyrios Kyrtzidis | 2010-09-23 | 1 | -5/+4 |
* | Implement -Wunused-label. | Argyrios Kyrtzidis | 2010-09-19 | 1 | -1/+4 |
* | When dealing with an anonymous enumeration declared in function | Douglas Gregor | 2010-09-16 | 1 | -5/+9 |
* | Microsoft's flexible array rules relaxation: | Francois Pichet | 2010-09-15 | 1 | -4/+15 |
* | Add basic support for Microsoft enum forward declaration. | Francois Pichet | 2010-09-12 | 1 | -3/+6 |
* | Support in-class initialization of static const floating-point data members. | John McCall | 2010-09-10 | 1 | -25/+53 |
* | Allow type definitions inside anonymous struct/union in Microsoft mode. | Francois Pichet | 2010-09-08 | 1 | -5/+19 |
* | add a fixit when 'main' does ot return 'int'; review welcome | Gabor Greif | 2010-09-08 | 1 | -3/+9 |