Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2019-04-10Bug 397710 - Fix bool macro used in struct/classMarco Stornelli2-11/+33
2019-04-09Bug 449394 - Fix constructor init list formattingMarco Stornelli7-4/+99
2019-04-08Bug 468206 - unable to change search match background colorTomasz Rojek1-1/+1
2019-04-08Bug 468206 - Fix color for search matchingMarco Stornelli2-5/+18
2019-04-08Bug 414681 - Added new line empty statement to UIMarco Stornelli3-8/+8
2019-04-08Bug 361768 - Fix formatting of multiple empty macrosMarco Stornelli2-1/+30
2019-04-08Bug 453385 - Fix for loop formattingMarco Stornelli2-8/+23
2019-04-05Bug 475349 - Formatting of macro with function styleMarco Stornelli2-1/+14
2019-04-05Bug 299482 - New options to format linkage declarationsMarco Stornelli10-10/+213
2019-04-04Bug 467346 - Fix formatting structs with attributesMarco Stornelli2-0/+57
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 Vogt2-0/+111
2019-03-30Bug 545957 - Fix for brace elision ruleHannes Vogt2-10/+22
2019-03-30Reduce template argument nesting depth limitNathan Ridge1-1/+1
2019-03-30Bug 545756 - Fix initialization of constant expressionsHannes Vogt4-2/+41
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 Ridge3-2/+38
2019-03-19Build with Eclipse 2019-03 dependenciesMarc-Andre Laperle59-3999/+0
2019-03-15Bug 545463 - Docker Build occasionally shows unknown includes in editorJeff Johnston1-1/+9
2019-03-08Fix typo in JavadocKarsten Thoms1-1/+1
2019-03-06Bug 543947: Fix exception while formatting macroMarco Stornelli2-1/+32
2019-03-04Bug 540252: Fix formatting operator< with explicit instantiationMarco Stornelli2-2/+29
2019-03-04Bug 544535: Buttons in "Explore Macro Expansion" are not activeFelix Morgner2-1/+8
2019-03-04Bug 406231: Fix exceptions while formatting template id in macroMarco Stornelli2-9/+87
2019-03-04Bug 278903 - Do not format any code in inactive regionsMarco Stornelli7-44/+73
2019-03-01[releng] Bump version to 9.8.0Jonah Graham13-13/+13
2019-03-01Bug 544681 - Support for template<auto...>Hannes Vogt2-4/+35
2019-03-01Bug 544509 - Evaluation of negative integer cast to unsignedNathan Ridge2-1/+24
2019-02-25Bug 543038 - Addition to brace elision for aggregate initHannes Vogt4-21/+41
2019-02-22Bug 544470. Fix code formatting of switch with controller declarationToni Suter2-5/+64
2019-02-22Bug 520117: [C++14] Return type deduction deduces wrong type forFelix Morgner5-7/+27
2019-02-19Bug 543038 - Implement brace elision for aggregate initializationHannes Vogt5-114/+347
2019-02-19Bug 496249: Tags for disabling/enabling CDT code formatterMarco Stornelli11-7/+484
2019-02-17Bug 544516: Format edited lines as save actionMarco Stornelli1-1/+1
2019-02-02Bug 543819 - NPE in EvalFunctionSet.isEquivalentTo()Nathan Ridge1-0/+3
2019-02-01Bug 543913 - False negative in ctor with wrong argumentsHannes Vogt4-1/+71
2019-01-04Bug 540978: Rename identifiers and some other places to o.e.cdt.lspJonah Graham1-2/+2
2018-12-22[releng] increment service segment by 100Jonah Graham1-1/+1
2018-12-21Fix warnings about non-vararg override for vararg method.Alexander Kurtakov2-2/+2
2018-12-20[releng] Bump version numbers for plug-ins changed since branch pointJonah Graham3-3/+3
2018-12-15Bug 542448 - Return ProblemBindings in list initializationHannes Vogt3-5/+73
2018-12-11Bug 542676 - Headless build missing some console outputChristian Walther1-0/+10
2018-12-10[releng] Bump version to 9.7.0Jonah Graham13-13/+13
2018-12-10Bug 335344 - External settings lost after changing language IDs, take 2Christian Walther4-26/+113
2018-12-08Bug 541717 - Partial ordering and DR1395Hannes Vogt2-23/+100
2018-12-05Bug 541549 - Pack expansion expression in type of alias templateNathan Ridge4-3/+38
2018-12-05Bug 541584 - Support alias templates in Open ElementNathan Ridge1-2/+3
2018-12-04Remove a few internal, deprecated methodsMarc-Andre Laperle1-7/+0

Back to the top