Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2019-05-08Bug 239878 - Added new line before identifier to the UIMarco Stornelli3-0/+6
2019-05-08Bug 390324 - Fix cast operator containing func declaratorMarco Stornelli2-3/+44
2019-05-08Bug 546221 - Fix exception for nested namespacesMarco Stornelli2-4/+21
2019-05-05Bug 546843 - Initialization from dependent argumentHannes Vogt2-0/+48
2019-04-29Bug 545756 - Fix aggregate init from string literalHannes Vogt2-2/+4
2019-04-28Bug 546395 - Adjust keybinding for "copy qualified name" featureMarc-Andre Laperle1-1/+1
2019-04-28Bug 303870 - Add override virtual methods functionalityMarco Stornelli29-25/+2223
2019-04-26Bug 546395 - Added "copy qualified name" featureJeff Johnston1-17/+1
2019-04-25Bug 546395 - Added "copy qualified name" featureMarco Stornelli13-8/+246
2019-04-22Bug 546619 - NPE in CPPClosureType.isSameType()Hannes Vogt2-0/+3
2019-04-19Bug 545756 - Improve EvalBinding.isConstantExpression()Hannes Vogt6-6/+53
2019-04-16Bug 544818: Unparenthesized conditional expressions in trailing returnFelix Morgner2-0/+9
2019-04-13Bug 546391 - Fix on/off tagsMarco Stornelli4-19/+133
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

Back to the top