Age | Commit message (Expand) | Author |
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 |
2010-10-12 | Handle dependent friends more explicitly and deal with the possibility | John McCall |
2010-10-12 | If we end up instantiating a function parameter whose default argument | Douglas Gregor |
2010-10-08 | Track the location of the context requiring an implicit conversion and use it | John McCall |
2010-10-06 | Silence unused variable warning in Release builds. | Nick Lewycky |
2010-10-06 | When checking for uninitialized fields in member initializers, special case s... | Anders Carlsson |
2010-09-29 | Move the management of the set of conversion functions in a C++ class | Douglas Gregor |
2010-09-29 | Move the maintenance of CXXRecordDecl::DefinitionData's Abstract bit | Douglas Gregor |
2010-09-28 | Teach FunctionDecl::setPure() to (indirectly) mark the Abstract bit in | Douglas Gregor |
2010-09-28 | Reinstate r114925 and r114929, both steps toward | Douglas Gregor |
2010-09-28 | Centralize the management of CXXRecordDecl::DefinitionData's Empty bit | Douglas Gregor |
2010-09-28 | Reinstate r114921, which I've exonerated via a self-host build. | Douglas Gregor |
2010-09-28 | Temporarily revert 114929 114925 114924 114921. It looked like they (or at least | Bill Wendling |
2010-09-28 | Centralize the management of CXXRecordDecl::DefinitionData's | Douglas Gregor |
2010-09-27 | Centralize the management of CXXRecordDecl::DefinitionData's | Douglas Gregor |
2010-09-27 | Centralize the management of CXXRecordDecl::DefinitionData's Empty bit | Douglas Gregor |
2010-09-27 | Centralize the management of CXXRecordDecl::DefinitionData's Aggregate | Douglas Gregor |
2010-09-27 | Centralize the handling of CXXRecordDecl::DefinitionData's | Douglas Gregor |
2010-09-27 | Kill FunctionDecl's IsCopyAssignment bit; it duplicated what could | Douglas Gregor |
2010-09-27 | Centralize the handling of | Douglas Gregor |
2010-09-27 | Clean up the handling of the DeclaredDefaultConstructor and | Douglas Gregor |
2010-09-24 | Patch implements passing arrays to functions expecting | Fariborz Jahanian |
2010-09-21 | Do not warn with -Wuninitialized when the member is used in a sizeof or addre... | Argyrios Kyrtzidis |
2010-09-20 | Give implicitly-defined default constructors and destructors empty | Douglas Gregor |
2010-09-18 | static local variables with destructors don't require a global destructor | John McCall |
2010-09-15 | one piece of code is responsible for the lifetime of every aggregate | John McCall |
2010-09-13 | Remove CXXRecordDecl::getDefaultConstructor(), an inherently unsafe function ... | Sebastian Redl |
2010-09-13 | Fix a typo noted by Gabor | Douglas Gregor |
2010-09-12 | Don't complain about useless user-defined conversion functions when | Douglas Gregor |
2010-09-09 | Simplify template instantiation for C++ exception declarations, | Douglas Gregor |
2010-09-09 | Eliminate the comma locations from all of the Sema routines that deal | Douglas Gregor |
2010-09-08 | Don't give 'global constructor' warnings for function statics, even if they h... | Sebastian Redl |
2010-09-03 | Devirtualize Sema, kill off DeleteExpr and DeleteStmt, and reformat. | John McCall |
2010-08-31 | Enable inline namespaces in the AST. | Sebastian Redl |
2010-08-31 | Rename DeclContext::getLookupContext to getRedeclContext and change its seman... | Sebastian Redl |
2010-08-30 | Revert my user-defined literal commits - r1124{58,60,67} pending | Sean Hunt |
2010-08-29 | Implement C++0x user-defined string literals. | Sean Hunt |
2010-08-28 | Fix the memory leak of FloatingLiteral/IntegerLiteral. | Argyrios Kyrtzidis |
2010-08-27 | Parser support for inline namespaces | Sebastian Redl |
2010-08-26 | One who seeks knowledge learns something new every day. | John McCall |
2010-08-26 | Move things around so that Sema.h no longer depends on even DeclBase.h. | John McCall |
2010-08-26 | De-memberify the VarDecl and FunctionDecl StorageClass enums. | John McCall |
2010-08-25 | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall |
2010-08-25 | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall |
2010-08-25 | More incremental progress towards not including Expr.h in Sema.h. | John McCall |