| Commit message (Expand) | Author | Age | Files | Lines |
| * | Minor whitespace and comment fixes. No functionality change. | Nico Weber | 2010-11-28 | 1 | -1/+1 |
| * | Tie DefineVTablesUsed() in with recursive function instantiation so that we emit | Nick Lewycky | 2010-11-25 | 1 | -1/+10 |
| * | Major anonymous union/struct redesign. | Francois Pichet | 2010-11-21 | 1 | -0/+23 |
| * | A bundle of whitespace changes, separated out from the functional changes. | Nick Lewycky | 2010-11-20 | 1 | -5/+5 |
| * | Instantiate class member template partial specialization declarations | Douglas Gregor | 2010-11-10 | 1 | -96/+26 |
| * | Don't lose track of previous-declarations when instantiating a class template. | Nick Lewycky | 2010-11-08 | 1 | -1/+11 |
| * | Remove broken support for variadic templates, along with the various | Douglas Gregor | 2010-11-07 | 1 | -11/+11 |
| * | When searching for an instantiated declaration requires instantiation | Douglas Gregor | 2010-11-05 | 1 | -0/+2 |
| * | Preserve the template type parameter name when instantiating a templace. | Nick Lewycky | 2010-10-30 | 1 | -1/+1 |
| * | No really, we don't have a retain/release system for statements/expressions | John McCall | 2010-10-26 | 1 | -1/+1 |
| * | Parse attributes on enumerators and instantiate attributes on enum decls. | John McCall | 2010-10-22 | 1 | -0/+4 |
| * | Pass TInfo to CXXDestructorDecl::Create(), just like we do for other | Craig Silverstein | 2010-10-21 | 1 | -2/+1 |
| * | When instantiating a dependently-scoped friend function declaration, | John McCall | 2010-10-19 | 1 | -0/+3 |
| * | Instantiate enclosing template parameter lists when instantiating friends. | John McCall | 2010-10-19 | 1 | -0/+19 |
| * | Redirect templated friend class decls to a new Sema callback and | John McCall | 2010-10-19 | 1 | -0/+2 |
| * | Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a | Douglas Gregor | 2010-10-08 | 1 | -1/+23 |
| * | Fix handling of dependent nested namespace specifiers in UsingDecls | Douglas Gregor | 2010-09-29 | 1 | -4/+20 |
| * | Reinstate r114925 and r114929, both steps toward | Douglas Gregor | 2010-09-28 | 1 | -2/+1 |
| * | Temporarily revert 114929 114925 114924 114921. It looked like they (or at least | Bill Wendling | 2010-09-28 | 1 | -1/+2 |
| * | Centralize the management of CXXRecordDecl::DefinitionData's | Douglas Gregor | 2010-09-28 | 1 | -2/+1 |
| * | When emitting a new-expression inside a conditional expression, | John McCall | 2010-09-17 | 1 | -1/+2 |
| * | Diagnose the instantiation of variables (including static data | Douglas Gregor | 2010-09-12 | 1 | -0/+6 |
| * | Eliminate the comma locations from all of the Sema routines that deal | Douglas Gregor | 2010-09-09 | 1 | -17/+5 |
| * | Fix PR7402 when it strikes via template instantiation. | Chandler Carruth | 2010-09-03 | 1 | -0/+5 |
| * | Rename DeclContext::getLookupContext to getRedeclContext and change its seman... | Sebastian Redl | 2010-08-31 | 1 | -2/+2 |
| * | When template substitution into a template parameter reduces the level | Douglas Gregor | 2010-08-30 | 1 | -6/+8 |
| * | zap tabs | Gabor Greif | 2010-08-30 | 1 | -1/+1 |
| * | fix dual aspect of PR8007, | Gabor Greif | 2010-08-30 | 1 | -3/+19 |
| * | simplify by relying on cascading operator-> | Gabor Greif | 2010-08-28 | 1 | -3/+3 |
| * | simplify | Gabor Greif | 2010-08-28 | 1 | -2/+3 |
| * | One who seeks knowledge learns something new every day. | John McCall | 2010-08-26 | 1 | -14/+12 |
| * | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall | 2010-08-25 | 1 | -1/+1 |
| * | Rename *PendingImplicitInstantiations to *PendingInstantiations. No | Chandler Carruth | 2010-08-25 | 1 | -15/+15 |
| * | Support explicit instantiation of function templates and members of class | Chandler Carruth | 2010-08-25 | 1 | -8/+24 |
| * | Move more stuff out of Sema.h. | John McCall | 2010-08-25 | 1 | -6/+6 |
| * | Struggle mightily against header inclusion in Sema.h. | John McCall | 2010-08-24 | 1 | -0/+1 |
| * | OwningExprResult -> ExprResult. This patch brought to you by | John McCall | 2010-08-24 | 1 | -10/+8 |
| * | Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). | John McCall | 2010-08-23 | 1 | -8/+6 |
| * | Sundry incremental steps towards killing off Action. | John McCall | 2010-08-23 | 1 | -5/+5 |
| * | DeclPtrTy -> Decl * | John McCall | 2010-08-21 | 1 | -18/+15 |
| * | Correctly instantiate templates with non-type template arguments that | John McCall | 2010-08-19 | 1 | -1/+1 |
| * | Generate Attr subclasses with TableGen. | Alexis Hunt | 2010-08-18 | 1 | -9/+18 |
| * | zap dead code. | Chris Lattner | 2010-08-18 | 1 | -4/+0 |
| * | Use Enumerators.data() instead of &Enumerators[0] to fix a potential | Eli Friedman | 2010-08-15 | 1 | -1/+1 |
| * | Commit improved version of 111026 & 111027. | Argyrios Kyrtzidis | 2010-08-15 | 1 | -2/+2 |
| * | Revert 111026 & 111027, build breakage. | Argyrios Kyrtzidis | 2010-08-13 | 1 | -7/+1 |
| * | The unused warnings extravaganza continues. Warn for: | Argyrios Kyrtzidis | 2010-08-13 | 1 | -1/+3 |
| * | Expand the unused warnings for functions. Warn for: | Argyrios Kyrtzidis | 2010-08-13 | 1 | -0/+4 |
| * | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -2/+2 |
| * | Added locations and type source info for DeclarationName inside UsingDecl. | Abramo Bagnara | 2010-08-12 | 1 | -9/+13 |