| Commit message (Expand) | Author | Age | Files | Lines |
| * | When performing qualified name lookup into the current instantiation, | Douglas Gregor | 2010-01-15 | 1 | -8/+4 |
| * | When qualified lookup into the current instantiation fails (because it | Douglas Gregor | 2010-01-14 | 1 | -3/+15 |
| * | Improve recovery for template-ids whose template-name doesn't actually | Douglas Gregor | 2010-01-12 | 1 | -0/+24 |
| * | When determining whether a given name is a template in a dependent | Douglas Gregor | 2010-01-12 | 1 | -2/+3 |
| * | Eliminate an embarrassing performance regression in C/ObjC, where we | Douglas Gregor | 2010-01-11 | 1 | -0/+2 |
| * | Implement name lookup for conversion function template specializations | Douglas Gregor | 2010-01-11 | 1 | -2/+4 |
| * | Whenever we emit a typo-correction diagnostic, also emit a note | Douglas Gregor | 2010-01-07 | 1 | -0/+3 |
| * | Typo correction for template names, e.g., | Douglas Gregor | 2009-12-31 | 1 | -1/+25 |
| * | Fix the overflow calculation in Sema::CheckTemplateArgument to be a bit more | Eli Friedman | 2009-12-23 | 1 | -1/+8 |
| * | When a template-id refers to a single function template, and the | Douglas Gregor | 2009-12-21 | 1 | -0/+3 |
| * | Set up the semantic context correctly when declaring a friend class template. | John McCall | 2009-12-18 | 1 | -4/+5 |
| * | Patch over yet more problems with friend declarations which were provoking | John McCall | 2009-12-17 | 1 | -23/+23 |
| * | Diagnose the use of typedefs for template specialization types in the scope | John McCall | 2009-12-15 | 1 | -1/+20 |
| * | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin | 2009-12-12 | 1 | -6/+6 |
| * | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall | 2009-12-07 | 1 | -19/+19 |
| * | remove some extraneous syntax: sourceloc implicitly converts to sourcerange. | Chris Lattner | 2009-12-06 | 1 | -2/+1 |
| * | Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema: | John McCall | 2009-12-02 | 1 | -2/+1 |
| * | Push overloaded function templates through the parser using a totally different | John McCall | 2009-12-02 | 1 | -27/+27 |
| * | Stop trying to analyze class-hierarchies for dependently-scoped id-expressions; | John McCall | 2009-12-02 | 1 | -105/+9 |
| * | Rework how we support C++ implicit member accesses. If we can resolve an | John McCall | 2009-12-01 | 1 | -3/+3 |
| * | Remove all of Sema's explicit uses of OverloadedFunctionDecl except for | John McCall | 2009-11-30 | 1 | -37/+0 |
| * | Add DeclarationName support for C++0x operator literals. They should now work as | Alexis Hunt | 2009-11-29 | 1 | -2/+2 |
| * | Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. | Benjamin Kramer | 2009-11-28 | 1 | -2/+1 |
| * | Fix test and handle IK_LiteralOperatorId in a few more places. | Alexis Hunt | 2009-11-28 | 1 | -1/+8 |
| * | Implement the rules in C++ [basic.link] and C99 6.2.2 for computing | Douglas Gregor | 2009-11-25 | 1 | -2/+2 |
| * | Implement support for default template arguments of function templates. | Douglas Gregor | 2009-11-25 | 1 | -1/+60 |
| * | Diagnose ill-formed uses of default template arguments in | Douglas Gregor | 2009-11-25 | 1 | -4/+84 |
| * | Don't crash when we re-use a template specialization node for an explicit ins... | Douglas Gregor | 2009-11-25 | 1 | -5/+9 |
| * | Fix some major problems dealing with dependently-qualified names in implicit | John McCall | 2009-11-24 | 1 | -4/+11 |
| * | Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and | John McCall | 2009-11-24 | 1 | -94/+272 |
| * | Set the template specialization kind before instantiating the function defini... | Anders Carlsson | 2009-11-24 | 1 | -2/+2 |
| * | Tolerate extraneous "template<>" headers better, downgrading the | Douglas Gregor | 2009-11-23 | 1 | -4/+16 |
| * | Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations... | John McCall | 2009-11-23 | 1 | -73/+42 |
| * | Cope with extraneous "template" keyword when providing an out-of-line | Douglas Gregor | 2009-11-20 | 1 | -3/+4 |
| * | Draw a brighter line between "unresolved" expressions, where we have done the | John McCall | 2009-11-19 | 1 | -1/+1 |
| * | Overhaul previous-declaration and overload checking to work on lookup results | John McCall | 2009-11-18 | 1 | -15/+26 |
| * | Split LookupResult into its own header. | John McCall | 2009-11-18 | 1 | -1/+2 |
| * | Incremental progress on using declarations. Split UnresolvedUsingDecl into | John McCall | 2009-11-18 | 1 | -0/+4 |
| * | Require the object type of a member access expression ("." or "->") to | Douglas Gregor | 2009-11-17 | 1 | -6/+6 |
| * | Carry lookup configuration throughout lookup on the LookupResult. Give | John McCall | 2009-11-17 | 1 | -22/+18 |
| * | Recognize (and check) pointer-to-member template arguments that are | Douglas Gregor | 2009-11-12 | 1 | -27/+34 |
| * | When comparing template parameter lists, distinguish between three cases: | Douglas Gregor | 2009-11-12 | 1 | -13/+23 |
| * | Improve recovery in a wonky case where one tries to specialize a | Douglas Gregor | 2009-11-12 | 1 | -2/+11 |
| * | Template argument deduction for template template parameters. This | Douglas Gregor | 2009-11-11 | 1 | -9/+0 |
| * | Improve diagnostics when a default template argument does not match | Douglas Gregor | 2009-11-11 | 1 | -59/+73 |
| * | Move handling of template parameter packs out of the | Douglas Gregor | 2009-11-11 | 1 | -26/+22 |
| * | Refactoring of template-argument checking code to reduce nesting, | Douglas Gregor | 2009-11-11 | 1 | -194/+208 |
| * | Before checking a template template argument against its corresponding | Douglas Gregor | 2009-11-11 | 1 | -25/+62 |
| * | Introduce a new representation for template template | Douglas Gregor | 2009-11-11 | 1 | -111/+181 |
| * | Improve parsing of template arguments to lay the foundation for | Douglas Gregor | 2009-11-10 | 1 | -20/+37 |