Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-04-20[releng] Apply auto-clean of save to all files with Eclipse 4.23Jonah Graham1-2/+2
2020-11-09Bug 568625 - "Invalid arguments" using __underlying_type outside templateMarc-Andre Laperle1-6/+1
2019-09-01Bug 550397 - Fix a logic error in instantiateConversionTemplates()Nathan Ridge1-1/+2
2019-06-21Bug 547763 - Consistently handle IArrayType.getSize() returning a null IValueNathan Ridge1-0/+2
2019-05-20Bug 545021 - Implement noexcept operatorHannes Vogt1-5/+9
2018-12-08Bug 541717 - Partial ordering and DR1395Hannes Vogt1-21/+38
2018-12-05Bug 541549 - Pack expansion expression in type of alias templateNathan Ridge1-2/+4
2018-11-29Bug 541474 - Disambiguate function with default argumentHannes Vogt1-10/+26
2018-11-29Bug 540758 - Substitution of enclosing template parameters into expansion pat...Nathan Ridge1-2/+11
2018-11-27Bug 540741 - Parameter pack in argument of alias template instance that's not...Nathan Ridge1-0/+9
2018-11-24Bug 540549 - Have all template parameter bindings implement ICPPUnknownBindingNathan Ridge1-15/+11
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1-506/+518
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham1-3/+6
2018-11-06Bug 540676 - Improve parsing of alias templatesHannes Vogt1-3/+9
2018-09-25Bug 539076 - Substitution of alias template for template template parameterNathan Ridge1-3/+9
2018-07-01Bug 535548 - Infinite recursion loading function whose return type refers to ...Nathan Ridge1-1/+0
2018-05-17Bug 519361: wrap template<auto> types for better type resolutionVlad Ivanov1-2/+5
2018-05-11Bug 534126 - Cache instantiations of alias template instancesNathan Ridge1-5/+44
2018-05-08Bug 519361: use placeholder type for template<auto>Vlad Ivanov1-4/+3
2018-05-04Bug 519361: try to deduce the type of non-type template parametersVlad Ivanov1-0/+8
2018-04-13Bug 533216 - Correctly classify local types as dependent or notNathan Ridge1-0/+6
2018-02-10Bug 519091 - Do not bypass the caching mechanism for class member specializat...Nathan Ridge1-0/+10
2018-01-28Bug 530086 - Instantiation of template argument where substituted argument is...Nathan Ridge1-9/+1
2018-01-28Bug 530086 - Consider pack expansions when matching non-type arguments to par...Nathan Ridge1-0/+3
2017-12-31Bug 517670 - Handle instantiation of closure typesNathan Ridge1-0/+5
2017-12-24Bug 528846 - Handle id-expression that instantiates to pseudo-destructor name...Nathan Ridge1-2/+23
2017-12-01Bug 527697 - Size of parameter pack where arguments themselves contain a packNathan Ridge1-1/+10
2017-11-07Bug 526684 - Use InstantiationContext.setExpandPack() in CPPTemplates.instant...Nathan Ridge1-1/+10
2017-10-20Bug 525982 - Have TypeOfUnknownMember implement ICPPUnknownBindingNathan Ridge1-12/+10
2017-10-04Bug 512297 - Decrease the template instantiation depth limit to 128Nathan Ridge1-1/+1
2017-09-25Bug 513105 - Store the current lookup point in a thread-local static stack ra...Nathan Ridge1-140/+145
2017-09-16Bug 456224 - CPPDeferredClassInstance not bound to partial templateMichael Woski1-1/+1
2017-09-07Bug 521274 - Defer execution of constexpr function body until function is ful...Nathan Ridge1-0/+17
2017-06-20Bug 516338 - Avoid calling instantiateType() on arguments of non-dependent te...Nathan Ridge1-16/+1
2017-06-20Bug 516338 - Detect substitution failure during instantiation of dependent al...Nathan Ridge1-1/+22
2017-06-20Bug 516338 - Have ICPPAliasTemplateInstance implement ICPPTemplateInstanceNathan Ridge1-1/+1
2017-06-20Bug 516338 - Introduce alias template specializationsNathan Ridge1-46/+7
2017-06-20Bug 516338 - Improve typedef preservationNathan Ridge1-3/+31
2017-05-26Bug 516685 - ClassCastException in CPPTemplates.createInstance()Nathan Ridge1-1/+1
2017-05-14Bug 408470 - Add partial support for C++14 return type deductionNathan Ridge1-2/+7
2017-05-13Bug 516290 - Correct computation of decltype(expr) for dependent expressionsNathan Ridge1-2/+3
2017-05-01Bug 515453 - Do not have CPPAliasTemplateInstance store its arguments in stri...Nathan Ridge1-5/+1
2017-03-24Bug 513429 - Defer instantiation of variable templates with dependent argumentsNathan Ridge1-10/+35
2017-03-15Bug 513681 - Unresolved name with a friend declaration in a namespaceSergey Prigogin1-3/+10
2017-03-14Bug 509396 - Unresolved symbol with address of overload set containingSergey Prigogin1-1/+19
2017-03-14Cosmetics.Sergey Prigogin1-3/+6
2017-02-17Bug 512262 - Remove the unnecessary ICPPEvaluationOwner interfaceNathan Ridge1-2/+1
2017-02-03Bug 511122 - Instantiation of dependent destructor nameNathan Ridge1-0/+47
2017-01-13Bug 506972 - Contextual conversion to bool for &&, || and !Thomas Corbat1-1/+1
2016-12-18CosmeticsSergey Prigogin1-104/+104

Back to the top