summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseTemplate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Diagnose function template definitions inside functionsReid Kleckner2014-12-151-0/+10
* Ensure typos in the default values of template parameters get diagnosed.Kaelyn Takata2014-12-021-1/+1
* C++1y is now C++14!Aaron Ballman2014-08-191-1/+1
* Wrap to 80 columns, no behavior change.Nico Weber2014-08-151-1/+2
* A static_assert declaration cannot be a template; adding the diagnostic for t...Aaron Ballman2014-08-041-0/+8
* Fix PR20081: Parsing templates in the presence of -x cuda -std=c++11Eli Bendersky2014-06-201-2/+5
* [C++1z] Implement N4051: 'typename' is permitted instead of 'class' when decl...Richard Smith2014-06-161-10/+22
* Remove an unused variableTimur Iskhodzhanov2014-06-061-2/+0
* PR11306 - Variadic template fix-it suggestion. Recover from misplaced or redu...Nikola Smiljanic2014-06-061-3/+40
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-2/+2
* [C++11] Use 'nullptr'. Parser edition.Craig Topper2014-05-211-16/+16
* 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
OpenPOWER on IntegriCloud