| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Provide a specific diagnostic when trying to redefine an "extern | Douglas Gregor | 2010-09-07 | 1 | -1/+6 |
| * | It's OK for classes to have flexible array elements (but not unions). | Anders Carlsson | 2010-09-03 | 1 | -1/+1 |
| * | Devirtualize Sema, kill off DeleteExpr and DeleteStmt, and reformat. | John McCall | 2010-09-03 | 1 | -2/+0 |
| * | Static local variables don't result in global constructors being emitted. | Anders Carlsson | 2010-09-03 | 1 | -2/+2 |
| * | Fix a regression that allowed clearly ill formed code. The diagnostic is still | Chandler Carruth | 2010-08-31 | 1 | -0/+2 |
| * | Rename DeclContext::getLookupContext to getRedeclContext and change its seman... | Sebastian Redl | 2010-08-31 | 1 | -13/+11 |
| * | Add redeclaration checking for static data members and fix a corner | Douglas Gregor | 2010-08-30 | 1 | -3/+22 |
| * | Fix the memory leak of FloatingLiteral/IntegerLiteral. | Argyrios Kyrtzidis | 2010-08-28 | 1 | -2/+1 |
| * | Miscellaneous found by inspection with John and Sebastian | Douglas Gregor | 2010-08-27 | 1 | -20/+18 |
| * | One who seeks knowledge learns something new every day. | John McCall | 2010-08-26 | 1 | -9/+1 |
| * | De-memberify the VarDecl and FunctionDecl StorageClass enums. | John McCall | 2010-08-26 | 1 | -57/+57 |
| * | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall | 2010-08-25 | 1 | -1/+1 |
| * | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall | 2010-08-25 | 1 | -3/+3 |
| * | More incremental progress towards not including Expr.h in Sema.h. | John McCall | 2010-08-25 | 1 | -1/+1 |
| * | Split FunctionScopeInfo and BlockScopeInfo into their own header. | John McCall | 2010-08-25 | 1 | -10/+14 |
| * | Remove Sema.h's dependency on DeclCXX.h. | John McCall | 2010-08-25 | 1 | -0/+1 |
| * | Remove AnalysisBasedWarnings.h's dependency on Type.h | John McCall | 2010-08-25 | 1 | -5/+3 |
| * | It turns out that this template is only instantiated at one type. | John McCall | 2010-08-24 | 1 | -0/+20 |
| * | More header elimination. The goal of all this is to allow Parser to | John McCall | 2010-08-24 | 1 | -0/+13 |
| * | Struggle mightily against header inclusion in Sema.h. | John McCall | 2010-08-24 | 1 | -0/+5 |
| * | OwningExprResult -> ExprResult. This patch brought to you by | John McCall | 2010-08-24 | 1 | -5/+5 |