Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-21Bug 545040 - make array size inference work with initializer listsDavin McCall1-20/+45
2019-05-20Bug 546805 - Infinite recursion in self-aggregationHannes Vogt1-3/+20
2019-05-20Bug 545021 - Implement noexcept operatorHannes Vogt38-38/+286
2019-05-05Bug 546843 - Initialization from dependent argumentHannes Vogt1-0/+14
2019-04-29Bug 545756 - Fix aggregate init from string literalHannes Vogt1-1/+2
2019-04-22Bug 546619 - NPE in CPPClosureType.isSameType()Hannes Vogt1-0/+2
2019-04-19Bug 545756 - Improve EvalBinding.isConstantExpression()Hannes Vogt4-6/+25
2019-04-16Bug 544818: Unparenthesized conditional expressions in trailing returnFelix Morgner1-0/+2
2019-04-04Bug 545756 - Handle the case where CPPVisitor.get_SIZE_T() returns a typedefNathan Ridge1-7/+11
2019-04-03Bug 545819 - Meson properties dialog doesn't work with meson 0.50.1Jeff Johnston1-4/+8
2019-04-02Bug 545756 - Aggregate: init char array from literalHannes Vogt1-0/+72
2019-03-30Bug 545957 - Fix for brace elision ruleHannes Vogt1-10/+9
2019-03-30Reduce template argument nesting depth limitNathan Ridge1-1/+1
2019-03-30Bug 545756 - Fix initialization of constant expressionsHannes Vogt3-2/+14
2019-03-26Bug 545751 - NPE in EvalTypeId.getValue()Nathan Ridge1-8/+12
2019-03-21Bug 545562 - Fix return checker check for template functionsMarco Stornelli2-7/+5
2019-03-21Bug 545360 - Completion in namespace aliasNathan Ridge2-2/+32
2019-03-01Bug 544681 - Support for template<auto...>Hannes Vogt1-4/+13
2019-03-01Bug 544509 - Evaluation of negative integer cast to unsignedNathan Ridge1-1/+18
2019-02-25Bug 543038 - Addition to brace elision for aggregate initHannes Vogt3-12/+18
2019-02-22Bug 520117: [C++14] Return type deduction deduces wrong type forFelix Morgner3-4/+9
2019-02-19Bug 543038 - Implement brace elision for aggregate initializationHannes Vogt4-114/+208
2019-02-02Bug 543819 - NPE in EvalFunctionSet.isEquivalentTo()Nathan Ridge1-0/+3
2019-02-01Bug 543913 - False negative in ctor with wrong argumentsHannes Vogt3-1/+55
2018-12-15Bug 542448 - Return ProblemBindings in list initializationHannes Vogt2-2/+13
2018-12-08Bug 541717 - Partial ordering and DR1395Hannes Vogt1-21/+38
2018-12-05Bug 541549 - Pack expansion expression in type of alias templateNathan Ridge3-3/+21
2018-12-04Remove a few internal, deprecated methodsMarc-Andre Laperle1-7/+0
2018-12-01Rename instantiateCommaSeparatedSubexpressions() to instantiateExpressions()Nathan Ridge4-12/+12
2018-11-29Bug 541474 - Disambiguate function with default argumentHannes Vogt4-18/+34
2018-11-29Bug 541670 - constexpr implies toplevel constNathan Ridge1-1/+3
2018-11-29Bug 540758 - Substitution of enclosing template parameters into expansion pat...Nathan Ridge2-3/+14
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 Ridge11-30/+62
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham1-4/+0
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham15-17/+17
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham11-12/+13
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham440-22715/+23673
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham510-1530/+3060
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham2-332/+332
2018-11-17Bug 540957 - Implement equivalence checking for expressionsNathan Ridge29-2/+352
2018-11-16Bug 540909 - underlying_type of typedef to enumNathan Ridge1-1/+4
2018-11-13Bug 512297 - Improve propagation of semantic problem IDsNathan Ridge1-1/+8
2018-11-06Bug 540676 - Improve parsing of alias templatesHannes Vogt1-3/+9
2018-10-31Bug 540450 - Parsing dependent template nameHannes Vogt3-5/+55
2018-10-29Bug 540538 - Pack size for CPPTemplateParameterHannes Vogt1-1/+5
2018-10-29Bug 540159 - ClassCastException in ExecDeclarator.unmarshal()Nathan Ridge1-2/+10
2018-10-29Bug 540112 - Perform C++14 return type deduction in ReturnCheckerNathan Ridge2-10/+29
2018-09-30Bug 539535 - Refactor CPPSemantics.findOverloadedOperator() so that if someth...Nathan Ridge1-23/+40
2018-09-30Bug 539535 - Originate an accurate lookup point in CPPASTFieldReference.creat...Nathan Ridge1-33/+38

Back to the top