Age | Commit message (Expand) | Author |
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 |
2010-03-31 | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor |
2010-03-31 | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor |
2010-03-30 | Improve diagnostics when printing a template instantiation backtrace | Douglas Gregor |
2010-03-28 | After performing template argument deduction for a function template, | Douglas Gregor |
2010-03-25 | Improve our handling of local instantiation scopes in two related ways: | Douglas Gregor |
2010-03-24 | Each non-local class instantiation is its own local instantiation | Douglas Gregor |
2010-03-12 | Preserve the inherited-default-argument bit through instantiation. | John McCall |
2010-03-11 | Maintain type source information for functions through template | John McCall |
2010-03-01 | Finish pushing source-location information though TreeTransform's | Douglas Gregor |
2010-03-01 | When looking for the instantiated declaration that corresponds to a | Douglas Gregor |
2010-02-25 | Restore the invariant that a nested-name-specifier can only contain | Douglas Gregor |
2010-02-21 | Implement support for parsing pseudo-destructor expression with a nested-name... | Douglas Gregor |
2010-02-16 | Improve parsing and instantiation of destructor names, so that we can | Douglas Gregor |
2010-02-15 | Fix instantiation of template functions with local classes that contain virtual | Chandler Carruth |
2010-02-11 | More vtable layout dumper improvements. Handle destructors, dump the complete... | Anders Carlsson |