| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Instantiation bug fix extension (cf. r184503) -- minor code fixes, including ... | Larisse Voufo | 2013-06-22 | 1 | -10/+9 |
* | Bug Fix: Template explicit instantiations should not have definitions (FixIts... | Larisse Voufo | 2013-06-21 | 1 | -1/+32 |
* | Fix the parser's updating of the template depth when parsing local templates ... | Faisal Vali | 2013-06-08 | 1 | -3/+5 |
* | Revert r183618. | Faisal Vali | 2013-06-08 | 1 | -1355/+1354 |
* | Fix the parser's updating of the template depth when parsing local templates ... | Faisal Vali | 2013-06-08 | 1 | -1354/+1355 |
* | <rdar://problem/13806270> A template argument list is a constant-evaluated co... | Douglas Gregor | 2013-05-03 | 1 | -0/+3 |
* | Keep the parser's template depth up to date when parsing local templates and | Richard Smith | 2013-04-29 | 1 | -43/+27 |
* | Properly reenter multiple contexts when parsing a late-parsed function template | Richard Smith | 2013-04-29 | 1 | -34/+32 |
* | [Parser] Don't code-complete twice. | Argyrios Kyrtzidis | 2013-03-27 | 1 | -1/+1 |
* | Add missing diagnostic for a nested-name-specifier on a free-standing type de... | Richard Smith | 2013-03-18 | 1 | -2/+6 |
* | Per the grammar in [dcl.dcl]p1, a simple-declaration can only have attributes | Richard Smith | 2013-02-22 | 1 | -6/+7 |
* | PR14918: Don't confuse braced-init-lists after template variable declarations | Richard Smith | 2013-01-15 | 1 | -27/+17 |
* | s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near... | Richard Smith | 2013-01-02 | 1 | -1/+1 |
* | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -3/+3 |
* | Don't require a space between the two ">" in "vector<id<protocol>>" in objc++11. | Nico Weber | 2012-12-14 | 1 | -44/+58 |
* | fix spello | Nico Weber | 2012-12-14 | 1 | -1/+1 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -3/+3 |
* | ParseTemplate.cpp: Prune obsolete descriptions in ParseSingleDeclarationAfter... | NAKAMURA Takumi | 2012-11-14 | 1 | -10/+0 |
* | ParseTemplate.cpp: Doxygen fix in AnnotateTemplateIdToken(). [-Wdocumentation] | NAKAMURA Takumi | 2012-11-14 | 1 | -1/+1 |
* | Thread safety analysis: Fixed ICE caused by double delete when late parsed | DeLesley Hutchins | 2012-11-02 | 1 | -1/+1 |
* | Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl... | Benjamin Kramer | 2012-08-23 | 1 | -4/+2 |
* | Rip out remnants of move semantic emulation and smart pointers in Sema. | Benjamin Kramer | 2012-08-23 | 1 | -2/+0 |
* | Clean up a large number of C++11 attribute parse issues, including parsing | Alexis Hunt | 2012-06-23 | 1 | -1/+4 |
* | Extend the error recovery for a template-argument-list terminated by '>>' to | Richard Smith | 2012-06-18 | 1 | -21/+96 |
* | Refactor DelayedDiagnostics so that it keeps diagnostics in | John McCall | 2012-05-07 | 1 | -4/+7 |
* | switch some uses of ExpectAndConsume(tok::semi to use ExpectAndConsumeSemi. ... | Chris Lattner | 2012-04-28 | 1 | -1/+1 |
* | Add a missing ExpressionEvaluationContext for template default arguments. Fi... | Eli Friedman | 2012-04-26 | 1 | -0/+1 |
* | Parser: Don't manage TemplateAnnotationIds in a delayed cleanup pool. | Benjamin Kramer | 2012-04-14 | 1 | -1/+1 |
* | Fix bugs found by -Wconstant-conversion improvements currently under review. | David Blaikie | 2012-04-09 | 1 | -18/+14 |
* | Remove "parse error" in favor of more descriptive diagnostics. | David Blaikie | 2012-04-06 | 1 | -6/+1 |
* | Restrict fixit for missing 'class' in template template parameters. | David Blaikie | 2012-04-06 | 1 | -15/+29 |
* | Improve & simplify diagnostic for missing 'class' in template template parame... | David Blaikie | 2012-04-05 | 1 | -5/+3 |
* | Remove windows line endings. | David Blaikie | 2012-04-02 | 1 | -105/+105 |
* | Correct error recovery when missing 'class' in a template template parameter. | David Blaikie | 2012-04-02 | 1 | -6/+11 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -4/+4 |
* | In -fdelayed-template-parsing mode, reenter every scope when late parsing a t... | Francois Pichet | 2012-02-22 | 1 | -102/+106 |
* | Fix typo correction of template arguments to once again allow type names. | Kaelyn Uhrain | 2012-02-22 | 1 | -1/+1 |
* | Allow thread safety attributes on function definitions. | DeLesley Hutchins | 2012-02-16 | 1 | -1/+8 |
* | PR11684, core issue 1417: | Richard Smith | 2012-02-10 | 1 | -2/+3 |
* | Added location for template keyword in TemplateSpecializationTypeLoc. In the ... | Abramo Bagnara | 2012-02-06 | 1 | -3/+3 |
* | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara | 2012-01-27 | 1 | -4/+5 |
* | Pass context and access to Parser::ParseExplicitInstantiation() for | Argyrios Kyrtzidis | 2011-12-23 | 1 | -6/+9 |
* | Revert most of r145372 for now. Lookahead beyond the ';' in a function | Richard Smith | 2011-11-30 | 1 | -14/+0 |
* | Add fix-it to remove 'typedef' from function template definitions. Such a token | Richard Smith | 2011-11-29 | 1 | -3/+5 |
* | PR10101: Recover better from a common copy-paste error: if a function | Richard Smith | 2011-11-29 | 1 | -10/+16 |
* | Implement -Wc++98-compat warnings for the parser. | Richard Smith | 2011-10-15 | 1 | -9/+9 |
* | Reinstate r141898 (reverted in r141921), without the -Wc++98-compat-variadic-... | Richard Smith | 2011-10-14 | 1 | -4/+8 |
* | Revert the -Wc++98-compat flag because dgregor doesn't like it. | Jeffrey Yasskin | 2011-10-14 | 1 | -8/+4 |
* | Implement the first piece of a -Wc++98-compat flag so that people can build in | Jeffrey Yasskin | 2011-10-13 | 1 | -4/+8 |
* | Allow for annotate attributes after access specifiers. When such | Erik Verbruggen | 2011-10-13 | 1 | -6/+11 |