Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Ridge16-36/+79
2018-11-24Bug 541118 - NPE in AbstractIndexerTask.getOffsetNathan Ridge1-1/+4
2018-11-23Bug 540373: Format some Java files that were missedJonah Graham2-4/+2
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in properties filesJonah Graham2-19/+19
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham2-8/+0
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham82-194/+194
2018-11-22Bug 540373: Cleanup: Remove unnecessary castsJonah Graham1-1/+1
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham24-38/+45
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1244-38064/+39772
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham1437-4311/+8622
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham6-440/+440
2018-11-17Bug 540957 - Implement equivalence checking for expressionsNathan Ridge30-2/+358
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-11-02Bug 540450 - Fix @since versionHannes Vogt2-2/+2
2018-10-31Bug 540450 - Parsing dependent template nameHannes Vogt5-5/+81
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-10-11Bug 538069 - Save non-type template parameter...Hannes Vogt1-0/+3
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
2018-09-26Bug 518273 - Toggle function should remove the override keyword when moving o...Marc-Andre Laperle2-7/+27
2018-09-25Bug 538615 - GNU-style attribute preceding standard attribute specifierNathan Ridge1-1/+3
2018-09-25Bug 539076 - Substitution of alias template for template template parameterNathan Ridge1-3/+9
2018-09-18Bug 539052 - Add support for __is_constructible type trait intrinsicNathan Ridge9-8/+40
2018-09-17Bug 510152: ParserException in ASTAmbiguousNode.logAmbiguousNodeErrorHansruedi Patzen1-1/+2
2018-09-11Bug 538517 - Proper handling of range-for with temporary as range expressionNathan Ridge1-1/+26
2018-09-02Bug 537942: Inactive include statements have wrong offsetsHansruedi Patzen1-1/+1
2018-08-24Bug 537534 - Support binary expressions with an initializer-list as the secon...Nathan Ridge1-1/+1
2018-07-24Fix some @since tags because of new baseline and plugin versionMarc-Andre Laperle5-9/+9
2018-07-24537217: [C++17] Add support for typename keyword for template template parame...Felix Morgner7-31/+84
2018-07-16Bug 536805 - NPE in CPPEvaluation.maybeApplyConversion()Nathan Ridge1-0/+4
2018-07-16Bug 537013 - Comment is replaced along with nodeThomas Corbat2-0/+100
2018-07-08Bug 535777 - Disallow class body in trailing return typeNathan Ridge2-5/+12
2018-07-01Bug 535548 - Infinite recursion loading function whose return type refers to ...Nathan Ridge6-21/+51
2018-07-01Bug 535559 - Index search for entity inside toplevel anonymous namespaceNathan Ridge1-1/+2

Back to the top