Age | Commit message (Expand) | Author |
2010-01-11 | Eliminate an embarrassing performance regression in C/ObjC, where we | Douglas Gregor |
2010-01-11 | Implement name lookup for conversion function template specializations | Douglas Gregor |
2010-01-07 | Whenever we emit a typo-correction diagnostic, also emit a note | Douglas Gregor |
2009-12-31 | Typo correction for template names, e.g., | Douglas Gregor |
2009-12-23 | Fix the overflow calculation in Sema::CheckTemplateArgument to be a bit more | Eli Friedman |
2009-12-21 | When a template-id refers to a single function template, and the | Douglas Gregor |
2009-12-18 | Set up the semantic context correctly when declaring a friend class template. | John McCall |
2009-12-17 | Patch over yet more problems with friend declarations which were provoking | John McCall |
2009-12-15 | Diagnose the use of typedefs for template specialization types in the scope | John McCall |
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-12-06 | remove some extraneous syntax: sourceloc implicitly converts to sourcerange. | Chris Lattner |
2009-12-02 | Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema: | John McCall |
2009-12-02 | Push overloaded function templates through the parser using a totally different | John McCall |
2009-12-02 | Stop trying to analyze class-hierarchies for dependently-scoped id-expressions; | John McCall |
2009-12-01 | Rework how we support C++ implicit member accesses. If we can resolve an | John McCall |
2009-11-30 | Remove all of Sema's explicit uses of OverloadedFunctionDecl except for | John McCall |
2009-11-29 | Add DeclarationName support for C++0x operator literals. They should now work as | Sean Hunt |
2009-11-28 | Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. | Benjamin Kramer |
2009-11-28 | Fix test and handle IK_LiteralOperatorId in a few more places. | Sean Hunt |
2009-11-25 | Implement the rules in C++ [basic.link] and C99 6.2.2 for computing | Douglas Gregor |
2009-11-25 | Implement support for default template arguments of function templates. | Douglas Gregor |
2009-11-25 | Diagnose ill-formed uses of default template arguments in | Douglas Gregor |
2009-11-25 | Don't crash when we re-use a template specialization node for an explicit ins... | Douglas Gregor |
2009-11-24 | Fix some major problems dealing with dependently-qualified names in implicit | John McCall |
2009-11-24 | Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and | John McCall |
2009-11-24 | Set the template specialization kind before instantiating the function defini... | Anders Carlsson |
2009-11-23 | Tolerate extraneous "template<>" headers better, downgrading the | Douglas Gregor |
2009-11-23 | Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations... | John McCall |
2009-11-20 | Cope with extraneous "template" keyword when providing an out-of-line | Douglas Gregor |
2009-11-19 | Draw a brighter line between "unresolved" expressions, where we have done the | John McCall |
2009-11-18 | Overhaul previous-declaration and overload checking to work on lookup results | John McCall |
2009-11-18 | Split LookupResult into its own header. | John McCall |
2009-11-18 | Incremental progress on using declarations. Split UnresolvedUsingDecl into | John McCall |
2009-11-17 | Require the object type of a member access expression ("." or "->") to | Douglas Gregor |
2009-11-17 | Carry lookup configuration throughout lookup on the LookupResult. Give | John McCall |
2009-11-12 | Recognize (and check) pointer-to-member template arguments that are | Douglas Gregor |
2009-11-12 | When comparing template parameter lists, distinguish between three cases: | Douglas Gregor |
2009-11-12 | Improve recovery in a wonky case where one tries to specialize a | Douglas Gregor |
2009-11-11 | Template argument deduction for template template parameters. This | Douglas Gregor |
2009-11-11 | Improve diagnostics when a default template argument does not match | Douglas Gregor |
2009-11-11 | Move handling of template parameter packs out of the | Douglas Gregor |
2009-11-11 | Refactoring of template-argument checking code to reduce nesting, | Douglas Gregor |
2009-11-11 | Before checking a template template argument against its corresponding | Douglas Gregor |
2009-11-11 | Introduce a new representation for template template | Douglas Gregor |
2009-11-10 | Improve parsing of template arguments to lay the foundation for | Douglas Gregor |
2009-11-09 | Improve instantiation of default template arguments for nested | Douglas Gregor |
2009-11-04 | Fix a little canonical-types issue with non-type template arguments. | Douglas Gregor |
2009-11-04 | Implement support for parsing dependent template-ids that refer to | Douglas Gregor |
2009-11-03 | Parsing and semantic analysis for template-ids that name overloaded | Douglas Gregor |