Age | Commit message (Expand) | Author |
2013-03-15 | Silence anonymous type in anonymous union warnings. | Eric Christopher |
2012-12-20 | Implement AST dumper for Decls. | Alexander Kornienko |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2011-07-20 | add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications. | Chris Lattner |
2011-07-01 | Introduce the notion of instantiation dependence into Clang's AST. A | Douglas Gregor |
2011-06-30 | Preserve that a TemplateName was arrived at by substituting | John McCall |
2011-01-15 | Introduce a new kind of TemplateName that captures a substituted | Douglas Gregor |
2011-01-15 | Tweak the storage mechanism for a set of overloaded template names in | Douglas Gregor |
2010-12-13 | Variadic templates: extend Type, NestedNameSpecifier, TemplateName, | Douglas Gregor |
2010-06-19 | Initial support for writing templates to PCH. | Argyrios Kyrtzidis |
2010-05-11 | Merged Elaborated and QualifiedName types. | Abramo Bagnara |
2010-04-08 | When a template (without arguments) is passed as a template type | Jeffrey Yasskin |
2009-12-02 | Push overloaded function templates through the parser using a totally different | John McCall |
2009-11-04 | Implement support for parsing dependent template-ids that refer to | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-09 | Initial stab at implement dependent member references to member | Douglas Gregor |
2009-08-04 | Refactor template instantiation for types into a generic tree | Douglas Gregor |
2009-07-29 | [llvm up] | Douglas Gregor |
2009-07-12 | Match declaration to definition. | Daniel Dunbar |
2009-05-29 | Create a new PrintingPolicy class, which we pass down through the AST | Douglas Gregor |
2009-04-02 | add TemplateName.cpp/h to the xcode project, minor tidying. | Chris Lattner |
2009-04-01 | Parsing, semantic analysis, and template instantiation for typename | Douglas Gregor |
2009-03-31 | Some cleanup and renaming. No functionality change | Douglas Gregor |
2009-03-31 | Implement template instantiation for template names, including both | Douglas Gregor |
2009-03-30 | Improve the representation of template names in the AST. This | Douglas Gregor |