Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-20Bug 535274: Allow attributes on namespace definitionsHansruedi Patzen9-12/+98
2018-06-15Bug 535275: Allow attributes on function parameter declarationsHansruedi Patzen8-6/+55
2018-06-15Bug 535269: Allow attributes on enumeratorsHansruedi Patzen6-23/+40
2018-06-15Bug 535278: Formatter error formatting CF statements with attributesHansruedi Patzen2-0/+93
2018-06-15Bug 535263: Switch statement attributes lost on rewriteHansruedi Patzen3-1/+83
2018-06-15Bug 535331: Rewriting sizeof...() drops the parenthesisHansruedi Patzen4-5/+29
2018-06-15Bug 535266: Formatter error CaseStatement with attributesHansruedi Patzen2-0/+23
2018-06-15Bug 535557 - Avoid setting a null lookup point in SizeofCalculator.sizeAndAli...Nathan Ridge1-2/+6
2018-06-14Bug 533552: Rewriting nodes with attributes causes attribute duplicationHansruedi Patzen9-29/+474
2018-06-11Bug 531701 - ClassCastException inNathan Ridge2-8/+39
2018-06-05[releng] Bump version to 9.6.0Jonah Graham13-13/+13
2018-06-03Bug 534813 - ASTWriter swaps noexcept and pure virtual specifierHansruedi Patzen3-4/+32
2018-06-03Bug532849 Inline namespace not recognized by formatterHansruedi Patzen4-0/+30
2018-06-01Bug 534808 - static_assert without message not recognized (C++17)Hansruedi Patzen8-11/+67
2018-05-29Bug 535196: [C++17] Support *this in lambda captureHansruedi Patzen6-4/+105
2018-05-28Bug 519391: Only redraw the changed linesJonah Graham2-2/+16
2018-05-28Bug 519391: avoid iterating and copying large listsJonah Graham4-43/+79
2018-05-28Bug 413527: [C++14] Support Lambda init-capturesHansruedi Patzen14-82/+555
2018-05-28Bug 534332: Mark long deprecated interfaces as noimplement/noextendJonah Graham2-0/+4
2018-05-28Bug 535139 - Container target set-up causes NPEJeff Johnston1-11/+13
2018-05-24Bug 527954: [C++14] Syntax error when parsing complex udl ""ifHansruedi Patzen5-24/+134
2018-05-17Bug 519361: wrap template<auto> types for better type resolutionVlad Ivanov6-3/+112
2018-05-11Bug 534126 - Cache instantiations of alias template instancesNathan Ridge3-5/+163
2018-05-11Bug 534332 - Allow C decl-specifiers to store attributesNathan Ridge5-7/+8
2018-05-11Bug 534189 - Do not wait for the editor's shared AST to generate parameter gu...Nathan Ridge1-6/+7
2018-05-08Bug 519361: use placeholder type for template<auto>Vlad Ivanov3-7/+24
2018-05-04Bug 534098 - NPE in VariableHelpers.createType()Nathan Ridge3-5/+18
2018-05-04Bug 519361: try to deduce the type of non-type template parametersVlad Ivanov3-0/+47
2018-05-03Add dynamic variable for build directory of active core build configDoug Schaefer6-71/+143
2018-04-27Bug 533822 - Support void* as an argument type for the GNU sync builtinsNathan Ridge2-3/+25
2018-04-26Bug 533888 - Simplify Meson Core Build to use startBuildProcessJeff Johnston2-13/+39
2018-04-26Bug 519062: add support for digit separatorsVlad Ivanov10-19/+100

Back to the top