Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-12-07[releng] Bump to CDT version 9.11.0Jonah Graham1-1/+1
2019-11-20Bug 553141 - Fix logic error in TypeInstantiationRequest.equals()Nathan Ridge1-0/+33
2019-11-09Bug 536986 - Add support for string literal operator templatesNathan Ridge1-0/+12
2019-11-07Revert "[releng] Add o.e.cdt.core.tests to cdt-ui.skip.tests"Jonah Graham1-1/+0
2019-11-06Bug 552745: Disable intro screen (webkit use) in testsJonah Graham1-0/+1
2019-11-06[releng] Add o.e.cdt.core.tests to cdt-ui.skip.testsJonah Graham1-0/+1
2019-10-28[releng] Cleanup code that has been misformatted and update to SDK 4.13Jonah Graham1-1/+1
2019-10-16[releng] Bump to CDT version 9.10.0Jonah Graham1-1/+1
2019-10-14Bug 551689 - Fix equivalence computation for simple literalsNathan Ridge1-0/+19
2019-10-10Generify Class.Alexander Kurtakov1-1/+1
2019-10-06Bug 343274 - Fix VariableReadWriteFlags errorsMarco Stornelli1-0/+16
2019-10-02Revert "Bug 549362 - Aggregate init for union-like classes"Hannes Vogt1-12/+0
2019-09-26Bug 549367 - [C++17] Aggregate init of baseHannes Vogt1-0/+34
2019-09-24Bug 549036 - Init Type(std::initializer_list) from Type{...}Hannes Vogt1-0/+14
2019-09-23Bug 549362 - Aggregate init for union-like classesHannes Vogt1-0/+12
2019-09-01Bug 550397 - Fix a logic error in instantiateConversionTemplates()Nathan Ridge1-0/+18
2019-08-05Bug 522200: [C++17] Add support for structured binding declarationsThomas Corbat20-72/+1358
2019-07-23Bug 549035 - Constructor with reference to initializer listNathan Ridge1-0/+14
2019-07-04Bug 548954 - Type transformation specifier in type-idNathan Ridge1-0/+11
2019-07-02Bug 548700 - Handle prefix negative sign in FloatingPointValue.parseDouble()Nathan Ridge1-0/+5
2019-06-29Bug 467346 - Retain attribute after struct key in CNathan Ridge1-0/+15
2019-06-11[releng] Bump version to 9.9.0Jonah Graham1-1/+1
2019-05-21Bug 545040 - make array size inference work with initializer listsDavin McCall1-0/+57
2019-05-20Bug 546805 - Infinite recursion in self-aggregationHannes Vogt1-0/+26
2019-05-20Bug 545021 - Implement noexcept operatorHannes Vogt2-3/+218
2019-05-12Bug 461435 - Added options to format pointers in methodsMarco Stornelli1-4/+4
2019-05-05Bug 546843 - Initialization from dependent argumentHannes Vogt1-0/+34
2019-04-29Bug 545756 - Fix aggregate init from string literalHannes Vogt1-1/+2
2019-04-19Bug 545756 - Improve EvalBinding.isConstantExpression()Hannes Vogt2-0/+28
2019-04-16Bug 544818: Unparenthesized conditional expressions in trailing returnFelix Morgner1-0/+7
2019-04-02Bug 545756 - Aggregate: init char array from literalHannes Vogt1-0/+39
2019-03-30Bug 545957 - Fix for brace elision ruleHannes Vogt1-0/+13
2019-03-30Bug 545756 - Fix initialization of constant expressionsHannes Vogt1-0/+27
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

Back to the top