Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2018-10-29Bug 540257 - "Align Const" save action causes NPE when saving Assembler filesMarc-Andre Laperle4-3/+67
2018-10-29Bug 540538 - Pack size for CPPTemplateParameterHannes Vogt2-1/+19
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-23Bug 540367 - Increment version numbersWilliam Riley21-29/+29
2018-10-22Bug 529656 - Error if docker build failedHannes Vogt2-0/+5
2018-10-22Bug 534423 - Sort configurations in the Exclude from build dialogChristian Walther1-1/+5
2018-10-12Bug 540085 - Deadlock in ToolChainManager initJeff Johnston1-1/+1
2018-10-11Bug 538069 - Save non-type template parameter...Hannes Vogt2-0/+15
2018-10-06Bug 486036 - Toggle Function Definition does not work when comment is involvedMarc-Andre Laperle2-0/+22
2018-10-04Bug 536201 Add a highlighting for enum classesBassem Girgis6-22/+117
2018-10-03Bug 518271 - NPE when using Toggle function on a function containing a lambda...Marc-Andre Laperle2-0/+25
2018-10-02Bug 539535: Disable default UDL highlightingHansruedi Patzen5-18/+65
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 Ridge2-33/+54
2018-09-27Bug 512822: "Launch failed. Binary not found" even after buildingHansruedi Patzen39-59/+1210
2018-09-26Bug 518273 - Toggle function should remove the override keyword when moving o...Marc-Andre Laperle4-7/+92
2018-09-26Bug 525705 - Fix Spawner.waitFor(pid) returning prematurelyChristian Walther3-3/+3
2018-09-25Bug 538615 - GNU-style attribute preceding standard attribute specifierNathan Ridge2-1/+8
2018-09-25Bug 539076 - Substitution of alias template for template template parameterNathan Ridge2-3/+29
2018-09-18Bug 539052 - Add support for __is_constructible type trait intrinsicNathan Ridge11-9/+53
2018-09-17Bug 510152: ParserException in ASTAmbiguousNode.logAmbiguousNodeErrorHansruedi Patzen1-1/+2
2018-09-12Bug 536884 - Removing header cache should cause ScannerInfo refreshJeff Johnston1-3/+0
2018-09-11Bug 538517 - Proper handling of range-for with temporary as range expressionNathan Ridge2-1/+43
2018-09-11Bug 538509 - Ensure a lookup point is always set during semantic highlightingNathan Ridge1-1/+6
2018-09-08Bug 536255 - Extension point for open call hierarchy viewLidia Popescu16-47/+827
2018-09-02Give lsp4e-cpp access to some CDT internalsNathan Ridge1-2/+2
2018-09-02Bug 537942: Inactive include statements have wrong offsetsHansruedi Patzen3-4/+33
2018-08-24Bug 537534 - Support binary expressions with an initializer-list as the secon...Nathan Ridge1-1/+1
2018-08-21Bug 537176: add "update references" checkbox to resource renameJonah Graham9-7/+332
2018-08-14Bug 537924: Unable to build javadoc maven targetHansruedi Patzen1-2/+2
2018-08-11Bug 535428. Add indentation and bracket completion support in LSP4E-CPPManish Khurana2-14/+47
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 Morgner9-32/+178
2018-07-23Bug 481753 - LanguageSettingsProvidersSerializer does not "Check Out"Marc-Andre Laperle1-0/+2
2018-07-23Bug 535911: Better error in the presence of compressed ELF sectionMarc-Andre Laperle3-2/+26
2018-07-21Bug 537031 - Test case for cursor position after completing zero-argument fun...Nathan Ridge2-0/+21
2018-07-16Bug 536805 - NPE in CPPEvaluation.maybeApplyConversion()Nathan Ridge1-0/+4
2018-07-16Bug 537013 - Comment is replaced along with nodeThomas Corbat3-1/+172
2018-07-12Bug 536884 - Removing header cache should cause ScannerInfo refreshJeff Johnston1-2/+32
2018-07-08Bug 535777 - Disallow class body in trailing return typeNathan Ridge3-5/+23
2018-07-08Bug 536380 - Open files with CEditor (specifically, rather than the default e...Nathan Ridge1-1/+1
2018-07-01Bug 535548 - Infinite recursion loading function whose return type refers to ...Nathan Ridge7-21/+62
2018-07-01Bug 535559 - Index search for entity inside toplevel anonymous namespaceNathan Ridge1-1/+2
2018-06-29Bug 536470: Fix NPE for includes outside workspaceJiří Engelthaler1-0/+3
2018-06-26Bug 534330 - Use the full path of the file when inventing names for anonymous...Nathan Ridge2-21/+47
2018-06-26Bug 536023: NoClassDefFoundError for javax/xml/bind/DatatypeConverterMarc-Andre Laperle1-0/+2
2018-06-21Bug 535257: __declspec lost on AST rewriteHansruedi Patzen9-31/+145
2018-06-21Bug 535274 Follow up cosmeticsThomas Corbat1-6/+7
2018-06-20Bug 535256: Rewrite removes attributes, key and base from C++ enumHansruedi Patzen10-10/+178

Back to the top