Age | Commit message (Expand) | Author |
2010-10-13 | Teach the warning about unnamed/local types in template arguments to | Douglas Gregor |
2010-10-12 | Introduce support for emitting diagnostics (warnings + their notes) | Douglas Gregor |
2010-10-12 | If we end up instantiating a function parameter whose default argument | Douglas Gregor |
2010-09-28 | Reinstate r114925 and r114929, both steps toward | 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 | Correctly set "explicit template instantiation" kind on inner structs of temp... | Nico Weber |
2010-09-09 | Simplify template instantiation for C++ exception declarations, | Douglas Gregor |
2010-08-26 | One who seeks knowledge learns something new every day. | 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 | Move more stuff out of Sema.h. | John McCall |
2010-08-24 | Struggle mightily against header inclusion in Sema.h. | John McCall |
2010-08-24 | OwningExprResult -> ExprResult. This patch brought to you by | John McCall |
2010-08-21 | DeclPtrTy -> Decl * | John McCall |
2010-08-20 | Another step in the process of making the parser depend on Sema: | John McCall |
2010-08-12 | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor |
2010-08-11 | Added locations and type source info for DeclarationName. | Abramo Bagnara |
2010-08-01 | Instantiate attributes from the pattern record when instantiating | John McCall |
2010-07-26 | Add source location information to C++ base specifiers. | Nick Lewycky |
2010-07-25 | Kill off the last Destroy method in the AST library | Douglas Gregor |
2010-07-19 | Fix http://llvm.org/PR7660 | Argyrios Kyrtzidis |
2010-07-13 | Set DeclContext of ParamVarDecl only. No need | Fariborz Jahanian |
2010-07-13 | More block instantiation stuff. Set variable/param DeclContext | Fariborz Jahanian |
2010-07-08 | When performing substitution of template arguments within the body of | Douglas Gregor |
2010-07-07 | Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of... | Argyrios Kyrtzidis |
2010-07-06 | Fix multiple emission of the this-> fixit for each instantiation by fixing the | Nick Lewycky |
2010-07-02 | Move the "current scope" state from the Parser into Action. This | Douglas Gregor |
2010-06-16 | Revert r106099; it broke self-host. | Douglas Gregor |
2010-06-16 | Added TemplateTypeParmType::getDecl(). | Abramo Bagnara |
2010-05-24 | Make sure that we instantiate variably modified types, even if they | Douglas Gregor |
2010-05-19 | Revert r104106; it's breaking linking of Boost.Serialization. | Douglas Gregor |
2010-05-19 | Teach clang to instantiate attributes on more declarations. Fixes PR7102. | Douglas Gregor |
2010-05-13 | Rework when and how vtables are emitted, by tracking where vtables are | Douglas Gregor |
2010-05-12 | Whenever we instantiate a function definition or class, enter a new | Douglas Gregor |
2010-05-11 | Merged Elaborated and QualifiedName types. | Abramo Bagnara |
2010-05-07 | When we encounter a non-dependent type during template instantiation, | Douglas Gregor |
2010-05-06 | Partial and full specializations of a class template may have a | Douglas Gregor |
2010-05-03 | When computing the template arguments for the instantiation of a | Douglas Gregor |
2010-04-30 | Clean up our handling of local instantiation scopes, which keep track | Douglas Gregor |
2010-04-30 | Introduce a sequence number into class template partial | Douglas Gregor |
2010-04-29 | Properly switch into the declaring scope of a template when performing | John McCall |
2010-04-26 | Implement template instantiation for Objective-C @catch | Douglas Gregor |
2010-04-20 | Introduce a limit on the depth of the template instantiation backtrace | Douglas Gregor |
2010-04-19 | Keep track of the actual storage specifier written on a variable or | Douglas Gregor |
2010-04-18 | Make sure that we don't visit redeclarations of nested classes while | Douglas Gregor |
2010-04-12 | When creating the implicitly-declared special member functions, be | Douglas Gregor |
2010-04-12 | Be sure to instantiate the parameters of a function, even when the | Douglas Gregor |
2010-04-09 | Only complain about explicit instantiations following explicit | Douglas Gregor |
2010-04-09 | Instantiate default argument expressions even if their associated parameter | John McCall |
2010-03-31 | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor |