Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-01[releng] Bump version to 9.8.0Jonah Graham1-1/+1
2019-03-01Bug 544681 - Support for template<auto...>Hannes Vogt1-0/+22
2019-03-01Bug 544509 - Evaluation of negative integer cast to unsignedNathan Ridge1-0/+6
2019-02-25Bug 543038 - Addition to brace elision for aggregate initHannes Vogt1-9/+23
2019-02-22Bug 520117: [C++14] Return type deduction deduces wrong type forFelix Morgner1-0/+17
2019-02-19Bug 543038 - Implement brace elision for aggregate initializationHannes Vogt1-0/+139
2019-02-01Bug 543913 - False negative in ctor with wrong argumentsHannes Vogt1-0/+16
2018-12-15Bug 542448 - Return ProblemBindings in list initializationHannes Vogt1-3/+60
2018-12-10[releng] Bump version to 9.7.0Jonah Graham1-1/+1
2018-12-10Bug 335344 - External settings lost after changing language IDs, take 2Christian Walther2-3/+93
2018-12-08Bug 541717 - Partial ordering and DR1395Hannes Vogt1-2/+62
2018-12-05Bug 541549 - Pack expansion expression in type of alias templateNathan Ridge1-0/+17
2018-11-29Bug 541474 - Disambiguate function with default argumentHannes Vogt1-0/+61
2018-11-29Bug 541670 - constexpr implies toplevel constNathan Ridge2-1/+14
2018-11-29Bug 540758 - Substitution of enclosing template parameters into expansion pat...Nathan Ridge1-0/+27
2018-11-27Bug 540741 - Parameter pack in argument of alias template instance that's not...Nathan Ridge1-0/+20
2018-11-26Remove temporary statement added for debuggingNathan Ridge1-3/+0
2018-11-24Bug 540549 - Have all template parameter bindings implement ICPPUnknownBindingNathan Ridge1-0/+3
2018-11-24Bug 540373: Cleanup warnings in testsJonah Graham1-3/+3
2018-11-24Bug 540373: Update the compiler warnings/ignoresJonah Graham2-14/+14
2018-11-23Bug 540373: Format some Java files that were missedJonah Graham2-10/+5
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in properties filesJonah Graham2-3/+3
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham37-259/+259
2018-11-22Bug 540373: Cleanup: Add missing annotationsJonah Graham5-0/+5
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham138-317/+335
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham310-26408/+27396
2018-11-22Bug 540373: Standard .settings auto appliedJonah Graham5-25/+480
2018-11-22Bug 540373: Fix tests that rely on format of Java codeJonah Graham1-2/+2
2018-11-22Bug 540373: Fix tests that rely on whitespace at end of lineJonah Graham1-0/+4
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham333-1016/+2024
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham32-2793/+2793
2018-11-17Bug 540957 - Implement equivalence checking for expressionsNathan Ridge1-0/+14
2018-11-16Bug 540909 - underlying_type of typedef to enumNathan Ridge1-0/+17
2018-11-06Bug 540676 - Improve parsing of alias templatesHannes Vogt1-0/+40
2018-10-31Bug 540450 - Parsing dependent template nameHannes Vogt1-0/+16
2018-10-30Bug 540610 - Add Automatic-Module-Name headerKarsten Thoms1-0/+1
2018-10-29Bug 540538 - Pack size for CPPTemplateParameterHannes Vogt1-0/+14
2018-10-11Bug 538069 - Save non-type template parameter...Hannes Vogt1-0/+12
2018-09-27Bug 512822: "Launch failed. Binary not found" even after buildingHansruedi Patzen36-0/+1126
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 Ridge2-1/+13
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-08-14Bug 537924: Unable to build javadoc maven targetHansruedi Patzen1-2/+2
2018-07-24537217: [C++17] Add support for typename keyword for template template parame...Felix Morgner2-1/+94
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-21Bug 535257: __declspec lost on AST rewriteHansruedi Patzen1-0/+14

Back to the top