Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-30Bug 540610 - Add Automatic-Module-Name headerKarsten Thoms1-0/+1
2018-10-29Bug 540257 - "Align Const" save action causes NPE when saving Assembler filesMarc-Andre Laperle2-0/+60
2018-10-06Bug 486036 - Toggle Function Definition does not work when comment is involvedMarc-Andre Laperle1-0/+18
2018-10-04Bug 536201 Add a highlighting for enum classesBassem Girgis1-5/+34
2018-10-03Bug 518271 - NPE when using Toggle function on a function containing a lambda...Marc-Andre Laperle1-0/+21
2018-10-02Bug 539535: Disable default UDL highlightingHansruedi Patzen1-10/+36
2018-09-30Bug 539535 - Originate an accurate lookup point in CPPASTFieldReference.creat...Nathan Ridge1-0/+16
2018-09-26Bug 518273 - Toggle function should remove the override keyword when moving o...Marc-Andre Laperle1-0/+59
2018-09-08Bug 536255 - Extension point for open call hierarchy viewLidia Popescu7-2/+421
2018-07-21Bug 537031 - Test case for cursor position after completing zero-argument fun...Nathan Ridge2-0/+21
2018-07-08Bug 536380 - Open files with CEditor (specifically, rather than the default e...Nathan Ridge1-1/+1
2018-06-26Bug 534330 - Use the full path of the file when inventing names for anonymous...Nathan Ridge1-9/+17
2018-06-20Bug 535256: Rewrite removes attributes, key and base from C++ enumHansruedi Patzen1-0/+32
2018-06-20Bug 535274: Allow attributes on namespace definitionsHansruedi Patzen1-2/+15
2018-06-15Bug 535278: Formatter error formatting CF statements with attributesHansruedi Patzen1-0/+79
2018-06-15Bug 535263: Switch statement attributes lost on rewriteHansruedi Patzen1-0/+26
2018-06-15Bug 535331: Rewriting sizeof...() drops the parenthesisHansruedi Patzen1-0/+15
2018-06-15Bug 535266: Formatter error CaseStatement with attributesHansruedi Patzen1-0/+21
2018-06-11Bug 531701 - ClassCastException inNathan Ridge1-0/+17
2018-06-05[releng] Bump version to 9.6.0Jonah Graham1-1/+1
2018-06-03Bug532849 Inline namespace not recognized by formatterHansruedi Patzen1-0/+13
2018-05-24Bug 527954: [C++14] Syntax error when parsing complex udl ""ifHansruedi Patzen1-9/+70
2018-04-08Bug 319506 - Allow renaming class via constructorNathan Ridge2-43/+52
2018-02-15Bug 531098: [C++17] Add support for switch with initializerHansruedi Patzen1-0/+59
2018-02-13Bug 522216, 527427: [C++17] Support for constexpr if and init-statementsHansruedi Patzen1-0/+103
2018-02-13[releng] Bump version to 9.5.0Jonah Graham1-1/+1
2018-01-25Bug 529958 - Semantic highlighting of variable passed by non-const reference ...Nathan Ridge1-1/+15
2018-01-03Bugs 529299 and 491296. Fix indentation after 'noexcept'/'override'.Davin McCall1-1/+38
2017-12-20Bug 525739 - Have Open Declaration find potentially-matching definitions for ...Nathan Ridge2-0/+58
2017-11-15Bug 526857 - Diagnose member access into pointer type in C codeNathan Ridge1-1/+1
2017-11-13Bug 522010 - Completion of non-type template parameter in ambiguous template ...Nathan Ridge1-0/+8
2017-10-11bug 525794 - NPE when invoking Open Declaration in "empty space"Michael Woski1-0/+11
2017-10-05bug 525288 - resolve partial template specializations inMichael Woski1-2/+29
2017-10-04Bug 524338 - Make sure SemanticHighlightingTest.teardown() is called even if ...Nathan Ridge1-5/+10
2017-10-02Bug 399147 - Make 'Find References' find using-declarationsNathan Ridge1-0/+11
2017-10-02Bug 515417 - Improve handling of friend classes in PDOMNathan Ridge1-1/+1
2017-09-19Bug 521016 - resolution error for nested alias template specializationMichael Woski2-2/+27
2017-09-16Bug 456224 - CPPDeferredClassInstance not bound to partial templateMichael Woski1-1/+93
2017-09-12bug 521820 - don't filter alias template for CPPASTNamedTypeSpecifierMichael Woski1-0/+21
2017-09-02Bug 520913 - Improvements to HeuristicResolverNathan Ridge1-1/+27
2017-09-02Bug 520913 - hover / open declaration for decltype and typeof keywordsMichael Woski1-1/+28
2017-08-10bug 520805 - [codeassist] HeuristicResolver can't resolve enum scopeMichael Woski1-0/+16
2017-08-10Bug 520783 - wrong AccessContext for heuristically resolvedMichi1-45/+17
2017-08-10bug 520470 - [codeassist] HeuristicResolver & qualifiedType resolutionMichi1-1/+45
2017-07-11Bug 515500: Preserve known line numbers when updating uiJonah Graham1-1/+10
2017-06-20Bug 516338 - Introduce alias template specializationsNathan Ridge1-1/+1
2017-06-08Bug 517954 - ClassCastException in CVisitor.findBindingsForContentAssist()Nathan Ridge2-0/+14
2017-05-17Bug 314428: add missing copyright header and format fileJonah Graham1-4/+13
2017-05-15Bug 491957. Preferences & save action for choosing const alignmentFelix Morgner10-0/+353
2017-05-14Bug 408470 - Introduce SemanticTestBase to serve as a common base class for A...Nathan Ridge1-1/+1

Back to the top