Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-28Bug 413527: [C++14] Support Lambda init-capturesHansruedi Patzen11-81/+372
2018-05-28Bug 534332: Mark long deprecated interfaces as noimplement/noextendJonah Graham2-0/+4
2018-05-24Bug 527954: [C++14] Syntax error when parsing complex udl ""ifHansruedi Patzen2-14/+20
2018-05-17Bug 519361: wrap template<auto> types for better type resolutionVlad Ivanov3-3/+33
2018-05-11Bug 534126 - Cache instantiations of alias template instancesNathan Ridge2-5/+55
2018-05-11Bug 534332 - Allow C decl-specifiers to store attributesNathan Ridge5-7/+8
2018-05-08Bug 519361: use placeholder type for template<auto>Vlad Ivanov2-7/+10
2018-05-04Bug 534098 - NPE in VariableHelpers.createType()Nathan Ridge2-5/+6
2018-05-04Bug 519361: try to deduce the type of non-type template parametersVlad Ivanov1-0/+8
2018-04-27Bug 533822 - Support void* as an argument type for the GNU sync builtinsNathan Ridge1-3/+16
2018-04-26Bug 519062: add support for digit separatorsVlad Ivanov8-18/+71
2018-04-13Bug 533216 - Avoid a ClassCastException in EvalBinding.unmarshal() if the par...Nathan Ridge1-1/+12
2018-04-13Bug 533216 - Correctly classify local types as dependent or notNathan Ridge1-0/+6
2018-04-13Bug 532905 - Implement compositing for InitializerListTypeNathan Ridge1-0/+8
2018-04-06Bug 533319: ASTRewrite parameter pack wrong pointer operators positionHansruedi Patzen1-9/+9
2018-03-31Bug 532905 - When throwing a CompositingNotImplementedError, include the kind...Nathan Ridge1-2/+2
2018-03-30Bug 532684 - NPE in PDOMMacroReferenceName constructorNathan Ridge1-2/+2
2018-03-05Bug 403153 - C structure whose first declaration is inside a structureNathan Ridge1-0/+8
2018-02-25Bug 531172 - Avoid ClassCastException in CPPSemantics.declaredBefore()Nathan Ridge3-2/+29
2018-02-24Bug 531475 - Push a lookup point when precomputing variable types and initial...Nathan Ridge1-3/+13
2018-02-22Bug 531322 - Overloading between initializer-list and non-initializer-list co...Nathan Ridge1-9/+15
2018-02-15Bug 531098: [C++17] Add support for switch with initializerHansruedi Patzen8-18/+97
2018-02-13Bug 522216, 527427: [C++17] Support for constexpr if and init-statementsHansruedi Patzen9-36/+201
2018-02-13Bug 530762 - Add missing evaluation types to CPPCompositesFactory.getComposit...Nathan Ridge3-2/+80
2018-02-13Bug 530729 - Accept C++11 attribute specifier before parameter declarationNathan Ridge1-0/+4
2018-02-10Bug 519091 - Do not bypass the caching mechanism for class member specializat...Nathan Ridge5-9/+37
2018-02-09Bug 530692 - Avoid EvalFunctionCall storing the evaluation for the implicit '...Nathan Ridge1-1/+15
2018-02-09Add missing annotations.Alexander Kurtakov1-1/+2
2018-02-08Remove useless imports.Alexander Kurtakov2-6/+2
2018-01-31Bug 530430 - Proper handling of class initially declared as a friendNathan Ridge5-3/+41
2018-01-28Bug 530086 - Instantiation of template argument where substituted argument is...Nathan Ridge2-19/+50
2018-01-28Bug 530086 - Consider pack expansions when matching non-type arguments to par...Nathan Ridge1-0/+3
2018-01-26Bug 530374: Update API Baseline post 9.4 releaseJonah Graham3-3/+3
2018-01-25Bug 490359 - Add support for C++17 nested namespace definitionsNathan Ridge1-5/+44
2018-01-18Bug 529696 - Propagate the template-id strategy into names contained within a...Nathan Ridge4-13/+52
2018-01-17Bug 529646 - Avoid computing the value of static fields for every object of a...Nathan Ridge1-0/+3
2018-01-10Bug 529337 - NPE in PDOMCPPLinkage.onCreateNameHelper()Nathan Ridge1-4/+8
2017-12-31Bug 517670 - Handle instantiation of closure typesNathan Ridge3-2/+118
2017-12-31Bug 528457 - Store lambda parameters in indexNathan Ridge6-203/+75
2017-12-24Bug 528846 - Handle id-expression that instantiates to pseudo-destructor name...Nathan Ridge5-11/+68
2017-12-21Bug 527844: ExpressionWriter does not write IASTLiteralExpression suffixHansruedi Patzen5-347/+418
2017-12-20Bug 525739 - Have Open Declaration find potentially-matching definitions for ...Nathan Ridge12-17/+125
2017-12-20Bug 528456 - Store specializations of anonymous classes in the indexNathan Ridge3-4/+97
2017-12-14Bug 528196: Ignore cv qualifier for UDL operator lookupHansruedi Patzen1-1/+1
2017-12-14Bug 527697 - Attempt deduction with all base classes of an argument typeNathan Ridge1-12/+23
2017-12-12Bug 528072 - Implement evaluation of __is_trivially_constructibleNathan Ridge8-7/+251
2017-12-02Bug 527961 - Add missing GCC builtins __builtin_object_size() and __builtin_i...Nathan Ridge1-0/+6
2017-12-01Bug 527697 - Size of parameter pack where arguments themselves contain a packNathan Ridge1-1/+10
2017-12-01Bug 527959 - Fix argument lists for some builtinsMartin Oberhuber1-12/+14
2017-11-30Bug 527553: Detect invalid decltype(auto) with a type specifierHansruedi Patzen1-0/+8

Back to the top