Age | Commit message (Expand) | Author |
2013-03-15 | Silence anonymous type in anonymous union warnings. | Eric Christopher |
2013-02-21 | Mark unimplemented function with LLVM_DELETED_FUNCTION | David Blaikie |
2013-02-20 | Include llvm::Optional in clang/Basic/LLVM.h | David Blaikie |
2013-02-16 | Rework the visibility computation algorithm in preparation | John McCall |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-09-26 | Fix the AST representation for non-type template arguments to encode | Eli Friedman |
2012-08-15 | Fix overallocation and underalignment of ASTTemplateArgumentListInfo objects. | Richard Smith |
2012-06-22 | Documentation cleanup: | James Dennett |
2012-06-07 | Reuse APInt's getNumWords, which gets rounding right (my ad-hoc solution miss... | Benjamin Kramer |
2012-06-07 | Plug a long standing memory leak in TemplateArgument. | Benjamin Kramer |
2012-04-06 | Implement support for null non-type template arguments for non-type | Douglas Gregor |
2012-03-09 | [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY. | Daniel Dunbar |
2012-01-27 | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara |
2011-09-22 | Don't use TemplateArgumentListInfo inside AST nodes because it may leak. | Argyrios Kyrtzidis |
2011-07-20 | remove some now-redundant forward declarations. | Chris Lattner |
2011-07-20 | add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications. | Chris Lattner |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-07-01 | Introduce the notion of instantiation dependence into Clang's AST. A | Douglas Gregor |
2011-03-02 | Push nested-name-specifier source location information into template | Douglas Gregor |
2011-01-14 | Teach template template argument pack expansions to keep track of the | Douglas Gregor |
2011-01-14 | Keep track of the number of expansions to be produced from a type pack | Douglas Gregor |
2011-01-12 | PR3558: mark "logically const" accessor methods in ASTContext as const, | Jay Foad |
2011-01-11 | Add TemplateArgument::CreatePackCopy() to create a new parameter pack | Douglas Gregor |
2011-01-10 | Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which | Douglas Gregor |
2011-01-06 | When default-initializing a TemplateArgumentLocInfo, make sure that we | Douglas Gregor |
2011-01-05 | Replace the representation of template template argument pack | Douglas Gregor |
2011-01-05 | Add semantic analysis for the creation of and an AST representation | Douglas Gregor |
2010-12-22 | Implement template argument deduction for pack expansions whose | Douglas Gregor |
2010-12-20 | Implement basic support for template instantiation of pack expansions | Douglas Gregor |
2010-12-20 | Clean up the handling of template argument packs, especially in the | Douglas Gregor |
2010-12-17 | Initialize variables in the correct order. | Bill Wendling |
2010-12-17 | Encapsulate TemplateArgument::Kind | Douglas Gregor |
2010-12-15 | Variadic templates: extend the Expr class with a bit that specifies | Douglas Gregor |
2010-12-13 | Variadic templates: extend Type, NestedNameSpecifier, TemplateName, | Douglas Gregor |
2010-12-02 | Remove NDEBUG-controlled extra data from | Douglas Gregor |
2010-11-07 | Remove broken support for variadic templates, along with the various | Douglas Gregor |
2010-06-11 | Split DependentNameType into two types. DependentNameType represents the | John McCall |
2010-05-08 | When printing a non-viable overload candidate that failed due to | Douglas Gregor |
2009-12-19 | Remove ';' after method definition. Noticed by clang++, which one would think | Daniel Dunbar |
2009-12-12 | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin |
2009-12-07 | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall |
2009-11-23 | Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations... | John McCall |
2009-11-11 | Introduce a new representation for template template | Douglas Gregor |
2009-10-30 | Finally suppress a compiler warning from gcc on release-asserts. Also fixes | John McCall |
2009-10-29 | A few TemplateArgumentLoc clean-ups. Try to remember the Expr for a declarat... | John McCall |
2009-10-29 | Fix Release-Asserts build breakage | Douglas Gregor |
2009-10-29 | Apparently when is now. | John McCall |
2009-10-29 | Track source information for template arguments and template specialization | John McCall |
2009-10-29 | Extract TemplateArgument into a new header just for common template | John McCall |