| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Fix crash-on-valid if a lambda-expression appears lexically directly within a | Richard Smith | 2014-11-20 | 1 | -1/+4 | 
| *  | Handle use of default member initializers before end of outermost class | Reid Kleckner | 2014-11-17 | 1 | -31/+91 | 
| *  | Instantiate exception specifications when instantiating function types (other | Richard Smith | 2014-11-12 | 1 | -16/+46 | 
| *  | Revert r219977, "Re-commit r217995 and follow-up patches (r217997, r218011, r... | NAKAMURA Takumi | 2014-10-17 | 1 | -46/+16 | 
| *  | Re-commit r217995 and follow-up patches (r217997, r218011, r218053). These were | Richard Smith | 2014-10-16 | 1 | -16/+46 | 
| *  | Allow constant expressions in pragma loop hints. | Tyler Nowicki | 2014-10-12 | 1 | -0/+20 | 
| *  | Revert r217995 and follow-ups: | Hans Wennborg | 2014-09-18 | 1 | -43/+17 | 
| *  | Skip parens when detecting whether we're instantiating a function declaration. | Richard Smith | 2014-09-18 | 1 | -2/+2 | 
| *  | Instantiate exception specifications when instantiating function types (other | Richard Smith | 2014-09-17 | 1 | -16/+42 | 
| *  | Wrap to 80 columns. No behavior change. | Nico Weber | 2014-07-28 | 1 | -3/+3 | 
| *  | Make a small crash preventing change. | Fariborz Jahanian | 2014-07-03 | 1 | -2/+2 | 
| *  | Refactoring. Remove Owned method from Sema. | Nikola Smiljanic | 2014-05-29 | 1 | -10/+8 | 
| *  | Refactoring. Remove release and take methods from ActionResult. Rename takeAs... | Nikola Smiljanic | 2014-05-29 | 1 | -2/+2 | 
| *  | Consolidate some note diagnostics | Alp Toker | 2014-05-28 | 1 | -1/+1 | 
| *  | [C++11] Use 'nullptr'. Sema edition. | Craig Topper | 2014-05-26 | 1 | -39/+40 | 
| *  | If we see an explicit instantiation declaration or definition of a function | Richard Smith | 2014-04-24 | 1 | -19/+21 | 
| *  | Teach getTemplateInstantiationPattern to deal with generic lambdas. | Faisal Vali | 2014-04-03 | 1 | -2/+0 | 
| *  | Refactor InstantiatingTemplate constructors | Stephan Tolksdorf | 2014-03-13 | 1 | -163/+61 | 
| *  | [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ... | Aaron Ballman | 2014-03-13 | 1 | -23/+21 | 
| *  | When a type's definition is instantiated, the definition becomes visible, even | Richard Smith | 2014-03-10 | 1 | -2/+13 | 
| *  | [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera... | Aaron Ballman | 2014-03-07 | 1 | -14/+10 | 
| *  | Normalize line endings | David Majnemer | 2014-03-02 | 1 | -1/+1 | 
| *  | [C++11] Replace llvm::tie with std::tie. | Benjamin Kramer | 2014-03-02 | 1 | -2/+2 | 
| *  | Update FunctionTypeLoc and related names to match r199686 | Alp Toker | 2014-01-21 | 1 | -2/+2 | 
| *  | PR18477: Create a function scope representing the constructor call when | Richard Smith | 2014-01-17 | 1 | -8/+6 | 
| *  | Clean up variable template handling a bit, and correct the behavior of name | Richard Smith | 2014-01-16 | 1 | -2/+12 | 
| *  | Fix init-captures for generic lambdas. | Faisal Vali | 2013-12-05 | 1 | -2/+4 | 
| *  | Sema: Instantiate local class and their members appropriately | David Majnemer | 2013-11-27 | 1 | -0/+8 | 
| *  | Remove a whole lot of unused variables | Alp Toker | 2013-11-27 | 1 | -2/+1 | 
| *  | And Again: Teach TreeTransform how to transform nested generic lambdas. | Faisal Vali | 2013-10-23 | 1 | -6/+35 | 
| *  | Revert r193223 and r193216. | Rafael Espindola | 2013-10-23 | 1 | -35/+6 | 
| *  | Again: Teach TreeTransform and family how to transform generic  | Faisal Vali | 2013-10-23 | 1 | -6/+35 | 
| *  | Make InstantiatingTemplate depth checks clearer | Alp Toker | 2013-10-08 | 1 | -2/+2 | 
| *  | Revert "Teach TreeTransform and family how to transform generic lambdas withi... | Rafael Espindola | 2013-10-04 | 1 | -55/+6 | 
| *  | Teach TreeTransform and family how to transform generic lambdas within templa... | Faisal Vali | 2013-10-03 | 1 | -6/+55 | 
| *  | Revert changes from the nested lambdas commit till i figure out  | Faisal Vali | 2013-10-03 | 1 | -55/+6 | 
| *  | Teach TreeTransform and family how to transform generic lambdas within templa... | Faisal Vali | 2013-10-03 | 1 | -6/+55 | 
| *  | Variable templates: handle instantiation of static data member templates | Richard Smith | 2013-09-27 | 1 | -0/+3 | 
| *  | If a partial specialization of a member template is declared within a class | Richard Smith | 2013-09-26 | 1 | -3/+15 | 
| *  | Handle PredefinedExpr with templates and lambdas | Wei Pan | 2013-09-16 | 1 | -19/+1 | 
| *  | Refactor for clarity and simplicity. | Larisse Voufo | 2013-08-22 | 1 | -6/+4 | 
| *  | Bug fix: note diagnosis on expression narrowing should say "variable template... | Larisse Voufo | 2013-08-14 | 1 | -1/+3 | 
| *  | Omit  llvm:: before ArrayRef, as we have using llvm::ArrayRef in include/clan... | Robert Wilhelm | 2013-08-09 | 1 | -3/+2 | 
| *  | Started implementing variable templates. Top level declarations should be ful... | Larisse Voufo | 2013-08-06 | 1 | -1/+41 | 
| *  | Fix declaring class template methods with an attributed typedef | Reid Kleckner | 2013-07-31 | 1 | -0/+3 | 
| *  | When we perform dependent name lookup during template instantiation, it's not | Richard Smith | 2013-07-25 | 1 | -0/+12 | 
| *  | FIXME fix: improving diagnostics for template arguments deduction of class te... | Larisse Voufo | 2013-07-19 | 1 | -3/+6 | 
| *  | Revert "Use function overloading instead of template specialization for diagn... | Larisse Voufo | 2013-07-19 | 1 | -6/+3 | 
| *  | Use function overloading instead of template specialization for diagnosis of ... | Larisse Voufo | 2013-07-19 | 1 | -3/+6 | 
| *  | Fix for template substitution with packs. | Eli Friedman | 2013-07-19 | 1 | -38/+27 |