Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-12Bug 314428: speedup build console - limit UI threadJonah Graham2-1/+139
2017-05-09Bug 512932 - Improve type checking of GCC builtinsNathan Ridge3-2/+7
2017-04-20Bug 515545 - NPE when using Extract Function in the presence of auto variableMarc-Andre Laperle1-1/+19
2017-04-19Bug 515417: Disable intermittent testTypes_FriendClassJonah Graham1-1/+1
2017-04-15Bug 515307: Run test order of magnitude fasterJonah Graham1-7/+3
2017-04-15Bug 515101: Control folding on doc and non-doc commentsJonah Graham4-205/+541
2017-04-15Bug 515304: profiles to parallelize testsuiteJonah Graham1-0/+1
2017-04-14Bug 515178: Convert ui AutomatedSuite to new styleJonah Graham19-425/+314
2017-04-12Bug 515024: Fold adjacent single line doc commentJonah Graham1-8/+84
2017-03-28Bug 514197 - Organize Includes removes an include necessary forSergey Prigogin2-0/+60
2017-02-16Bug 512260 - Organize Includes should prefer .h and .hpp files to filesSergey Prigogin1-0/+32
2017-02-14releng: Make use of Tycho POM-less functionalityMarc-Andre Laperle1-0/+1
2017-02-12Bug 511653 - Completion of inheriting constructor in using-declarationNathan Ridge1-0/+10
2017-02-09Bug 511522 - Navigation to type named by 'auto' in variable declarationNathan Ridge1-0/+14
2017-02-09Bug 511331 - Do not color entire qualified name with problem highlightingNathan Ridge1-0/+10
2017-02-08Revert "Bug 399147 - Make 'Find Reference' find using-declarations"Sergey Prigogin1-11/+0
2017-02-05Bug 511274 - Compute correct replacement length for ParameterGuessingProposalNathan Ridge1-0/+13
2017-02-03Bug 511048 - Offer completion proposals for nonstatic methods in a using-decl...Nathan Ridge1-0/+17
2017-01-29Bug 509185 - Completion of constructor call with uniform initialization syntaxNathan Ridge1-0/+40
2017-01-28Bug 510788 - Syntax coloring for template arguments in function template spec...Nathan Ridge1-0/+9
2017-01-27Bug 461680 - Extend content assist's function parameter hintsNathan Ridge2-1/+71
2017-01-25Bug 497190 - Do not use ParameterGuessingProposal at all when parameter guess...Nathan Ridge2-0/+18
2017-01-25Bug 395562 - Follow-up to fix a regression where completing the method name i...Nathan Ridge1-2/+12
2017-01-24Bug 292229 - Consider files with other extensions for inclusion proposalsNathan Ridge4-3/+37
2017-01-24Bug 292229 - Refactor the content assist test suite to make adding new flags ...Nathan Ridge10-87/+86
2017-01-23Bug 510794 - Tab character is ignored at the beginning of line inside aSergey Prigogin3-22/+35
2017-01-23Bug 72809 - Improve content assist inside inactive codeNathan Ridge3-0/+29
2017-01-21CosmeticsSergey Prigogin1-8/+9
2017-01-18Bug 509186 - Require an exact match for help proposals when providing context...Nathan Ridge2-4/+38

Back to the top