Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-11Bug 538069 - Save non-type template parameter...Hannes Vogt1-0/+12
2018-09-25Bug 538615 - GNU-style attribute preceding standard attribute specifierNathan Ridge1-0/+5
2018-09-25Bug 539076 - Substitution of alias template for template template parameterNathan Ridge1-0/+20
2018-09-18Bug 539052 - Add support for __is_constructible type trait intrinsicNathan Ridge1-0/+12
2018-09-11Bug 538517 - Proper handling of range-for with temporary as range expressionNathan Ridge1-0/+17
2018-09-02Bug 537942: Inactive include statements have wrong offsetsHansruedi Patzen2-3/+32
2018-07-24537217: [C++17] Add support for typename keyword for template template parame...Felix Morgner1-0/+37
2018-07-16Bug 537013 - Comment is replaced along with nodeThomas Corbat1-1/+72
2018-07-08Bug 535777 - Disallow class body in trailing return typeNathan Ridge1-0/+11
2018-07-01Bug 535548 - Infinite recursion loading function whose return type refers to ...Nathan Ridge1-0/+11
2018-06-20Bug 535256: Rewrite removes attributes, key and base from C++ enumHansruedi Patzen1-0/+15
2018-06-20Bug 535274: Allow attributes on namespace definitionsHansruedi Patzen1-0/+19
2018-06-15Bug 535275: Allow attributes on function parameter declarationsHansruedi Patzen2-0/+14
2018-06-15Bug 535269: Allow attributes on enumeratorsHansruedi Patzen1-2/+12
2018-06-15Bug 535263: Switch statement attributes lost on rewriteHansruedi Patzen1-0/+53
2018-06-14Bug 533552: Rewriting nodes with attributes causes attribute duplicationHansruedi Patzen4-4/+382
2018-06-03Bug 534813 - ASTWriter swaps noexcept and pure virtual specifierHansruedi Patzen1-0/+27
2018-06-01Bug 534808 - static_assert without message not recognized (C++17)Hansruedi Patzen1-0/+5
2018-05-29Bug 535196: [C++17] Support *this in lambda captureHansruedi Patzen3-3/+70
2018-05-28Bug 413527: [C++14] Support Lambda init-capturesHansruedi Patzen2-0/+146
2018-05-24Bug 527954: [C++14] Syntax error when parsing complex udl ""ifHansruedi Patzen1-0/+12
2018-05-17Bug 519361: wrap template<auto> types for better type resolutionVlad Ivanov3-0/+79
2018-05-11Bug 534126 - Cache instantiations of alias template instancesNathan Ridge1-0/+108
2018-05-08Bug 519361: use placeholder type for template<auto>Vlad Ivanov1-0/+14
2018-05-04Bug 534098 - NPE in VariableHelpers.createType()Nathan Ridge1-0/+12
2018-05-04Bug 519361: try to deduce the type of non-type template parametersVlad Ivanov2-0/+39
2018-04-27Bug 533822 - Support void* as an argument type for the GNU sync builtinsNathan Ridge1-0/+9
2018-04-26Bug 519062: add support for digit separatorsVlad Ivanov2-1/+29
2018-04-13Bug 533216 - Correctly classify local types as dependent or notNathan Ridge1-0/+21
2018-03-05Bug 403153 - C structure whose first declaration is inside a structureNathan Ridge1-0/+29
2018-02-22Bug 531322 - Overloading between initializer-list and non-initializer-list co...Nathan Ridge1-0/+31
2018-02-15Bug 531098: [C++17] Add support for switch with initializerHansruedi Patzen2-0/+63
2018-02-13Bug 522216, 527427: [C++17] Support for constexpr if and init-statementsHansruedi Patzen3-0/+259
2018-02-13Bug 530729 - Accept C++11 attribute specifier before parameter declarationNathan Ridge1-0/+6
2018-02-10Bug 519091 - Do not bypass the caching mechanism for class member specializat...Nathan Ridge1-0/+31
2018-02-09Bug 530692 - Avoid EvalFunctionCall storing the evaluation for the implicit '...Nathan Ridge1-0/+75
2018-01-31Bug 530430 - Proper handling of class initially declared as a friendNathan Ridge1-0/+20
2018-01-28Bug 530086 - Instantiation of template argument where substituted argument is...Nathan Ridge1-1/+17
2018-01-28Bug 530086 - Consider pack expansions when matching non-type arguments to par...Nathan Ridge1-0/+9
2018-01-25Bug 490359 - Add support for C++17 nested namespace definitionsNathan Ridge1-0/+15
2018-01-18Bug 529696 - Propagate the template-id strategy into names contained within a...Nathan Ridge1-0/+14
2018-01-17Bug 529646 - Avoid computing the value of static fields for every object of a...Nathan Ridge1-0/+66
2017-12-31Bug 517670 - Handle instantiation of closure typesNathan Ridge1-6/+10
2017-12-31Bug 528457 - Store lambda parameters in indexNathan Ridge1-2/+1
2017-12-24Bug 528846 - Handle id-expression that instantiates to pseudo-destructor name...Nathan Ridge1-0/+12
2017-12-21Bug 527844: ExpressionWriter does not write IASTLiteralExpression suffixHansruedi Patzen1-0/+33
2017-12-20Bug 528456 - Store specializations of anonymous classes in the indexNathan Ridge1-0/+14
2017-12-14Bug 528196: Ignore cv qualifier for UDL operator lookupHansruedi Patzen1-0/+84
2017-12-14Bug 527697 - Attempt deduction with all base classes of an argument typeNathan Ridge1-0/+16
2017-12-12Bug 528072 - Implement evaluation of __is_trivially_constructibleNathan Ridge1-0/+15

Back to the top