summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseTemplate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace a fake enum class with the real thing.Richard Smith2014-05-161-1/+1
* Handle -fdelayed-template-parsing of out-of-line definitions ofHans Wennborg2014-05-021-31/+10
* Improve error recovery around colon.Serge Pavlov2014-04-131-0/+1
* Introduce and use Decl::getAsFunction() to simplify templated function checksAlp Toker2014-01-221-5/+5
* Parse: Token consumption modernization and loop de-nestingAlp Toker2014-01-051-5/+3
* ExpectAndConsume: Diagnose errors automaticallyAlp Toker2014-01-011-5/+3
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-241-2/+2
* Refactor and micro-optimize ConsumeToken()Alp Toker2013-12-171-47/+20
* Fix PR17637: incorrect calculation of template parameter depthFaisal Vali2013-12-041-2/+4
* Replaced bool parameters in SkipUntil function with single bit-based parameter.Alexey Bataev2013-11-181-10/+15
* Parse: Do not 'HandleTopLevelDecl' on templated functions.David Majnemer2013-08-161-5/+1
* Avoid spurious error messages if parent template class cannot be instantiatedSerge Pavlov2013-08-101-0/+2
* PR9992: Serialize and deserialize the token sequence for a function template inRichard Smith2013-08-071-28/+17
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-17/+16
* Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specify...Craig Topper2013-07-081-2/+2
* 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
OpenPOWER on IntegriCloud