summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseTemplate.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Instantiation bug fix extension (cf. r184503) -- minor code fixes, including ...Larisse Voufo2013-06-221-10/+9
* Bug Fix: Template explicit instantiations should not have definitions (FixIts...Larisse Voufo2013-06-211-1/+32
* Fix the parser's updating of the template depth when parsing local templates ...Faisal Vali2013-06-081-3/+5
* Revert r183618. Faisal Vali2013-06-081-1355/+1354
* Fix the parser's updating of the template depth when parsing local templates ...Faisal Vali2013-06-081-1354/+1355
* <rdar://problem/13806270> A template argument list is a constant-evaluated co...Douglas Gregor2013-05-031-0/+3
* Keep the parser's template depth up to date when parsing local templates andRichard Smith2013-04-291-43/+27
* Properly reenter multiple contexts when parsing a late-parsed function templateRichard Smith2013-04-291-34/+32
* [Parser] Don't code-complete twice.Argyrios Kyrtzidis2013-03-271-1/+1
* Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith2013-03-181-2/+6
* Per the grammar in [dcl.dcl]p1, a simple-declaration can only have attributesRichard Smith2013-02-221-6/+7
* PR14918: Don't confuse braced-init-lists after template variable declarationsRichard Smith2013-01-151-27/+17
* s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith2013-01-021-1/+1
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-3/+3
* Don't require a space between the two ">" in "vector<id<protocol>>" in objc++11.Nico Weber2012-12-141-44/+58
* fix spelloNico Weber2012-12-141-1/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-3/+3
* ParseTemplate.cpp: Prune obsolete descriptions in ParseSingleDeclarationAfter...NAKAMURA Takumi2012-11-141-10/+0
* ParseTemplate.cpp: Doxygen fix in AnnotateTemplateIdToken(). [-Wdocumentation]NAKAMURA Takumi2012-11-141-1/+1
* Thread safety analysis: Fixed ICE caused by double delete when late parsedDeLesley Hutchins2012-11-021-1/+1
* Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...Benjamin Kramer2012-08-231-4/+2
* Rip out remnants of move semantic emulation and smart pointers in Sema.Benjamin Kramer2012-08-231-2/+0
* Clean up a large number of C++11 attribute parse issues, including parsingAlexis Hunt2012-06-231-1/+4
* Extend the error recovery for a template-argument-list terminated by '>>' toRichard Smith2012-06-181-21/+96
* Refactor DelayedDiagnostics so that it keeps diagnostics inJohn McCall2012-05-071-4/+7
* switch some uses of ExpectAndConsume(tok::semi to use ExpectAndConsumeSemi. ...Chris Lattner2012-04-281-1/+1
* Add a missing ExpressionEvaluationContext for template default arguments. Fi...Eli Friedman2012-04-261-0/+1
* Parser: Don't manage TemplateAnnotationIds in a delayed cleanup pool.Benjamin Kramer2012-04-141-1/+1
* Fix bugs found by -Wconstant-conversion improvements currently under review.David Blaikie2012-04-091-18/+14
* Remove "parse error" in favor of more descriptive diagnostics.David Blaikie2012-04-061-6/+1
* Restrict fixit for missing 'class' in template template parameters.David Blaikie2012-04-061-15/+29
* Improve & simplify diagnostic for missing 'class' in template template parame...David Blaikie2012-04-051-5/+3
* Remove windows line endings.David Blaikie2012-04-021-105/+105
* Correct error recovery when missing 'class' in a template template parameter.David Blaikie2012-04-021-6/+11
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-4/+4
* In -fdelayed-template-parsing mode, reenter every scope when late parsing a t...Francois Pichet2012-02-221-102/+106
* Fix typo correction of template arguments to once again allow type names.Kaelyn Uhrain2012-02-221-1/+1
* Allow thread safety attributes on function definitions.DeLesley Hutchins2012-02-161-1/+8
* PR11684, core issue 1417:Richard Smith2012-02-101-2/+3
* Added location for template keyword in TemplateSpecializationTypeLoc. In the ...Abramo Bagnara2012-02-061-3/+3
* Added source location for the template keyword in AST template-id expressions.Abramo Bagnara2012-01-271-4/+5
* Pass context and access to Parser::ParseExplicitInstantiation() forArgyrios Kyrtzidis2011-12-231-6/+9
* Revert most of r145372 for now. Lookahead beyond the ';' in a functionRichard Smith2011-11-301-14/+0
* Add fix-it to remove 'typedef' from function template definitions. Such a tokenRichard Smith2011-11-291-3/+5
* PR10101: Recover better from a common copy-paste error: if a functionRichard Smith2011-11-291-10/+16
* Implement -Wc++98-compat warnings for the parser.Richard Smith2011-10-151-9/+9
* Reinstate r141898 (reverted in r141921), without the -Wc++98-compat-variadic-...Richard Smith2011-10-141-4/+8
* Revert the -Wc++98-compat flag because dgregor doesn't like it.Jeffrey Yasskin2011-10-141-8/+4
* Implement the first piece of a -Wc++98-compat flag so that people can build inJeffrey Yasskin2011-10-131-4/+8
* Allow for annotate attributes after access specifiers. When suchErik Verbruggen2011-10-131-6/+11
OpenPOWER on IntegriCloud