Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-04-20[releng] Apply auto-clean of save to all files with Eclipse 4.23Jonah Graham2-13/+13
2020-09-01Bug 558809: Handle cases where Oomph corrupts \0 char in preferenceJonah Graham2-21/+106
2018-11-24Remove unnecessary cast to ASTCompletionNode in DOMCompletionProposalComputerNathan Ridge1-2/+1
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in properties filesJonah Graham1-1/+1
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham7-21/+21
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham19-176/+133
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham25-1481/+1499
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham28-84/+168
2018-05-11Bug 534189 - Do not wait for the editor's shared AST to generate parameter gu...Nathan Ridge1-6/+7
2017-11-13Bug 522010 - Completion of non-type template parameter in ambiguous template ...Nathan Ridge1-3/+13
2017-10-04Bug 525350 - Ensure a lookup point is always set during indexing, code analys...Nathan Ridge1-12/+12
2017-09-25Bug 513105 - Store the current lookup point in a thread-local static stack ra...Nathan Ridge4-24/+33
2017-09-25Bug 522461 - NPE in ParameterGuesser.createVariable()Nathan Ridge1-1/+1
2017-08-10Bug 520783 - wrong AccessContext for heuristically resolvedMichi1-2/+2
2017-06-08Bug 517954 - ClassCastException in CVisitor.findBindingsForContentAssist()Nathan Ridge1-1/+1
2017-02-07Bug 511871 - CContentAssistProcessor.createContext may leak index lockSergey Prigogin1-19/+25
2017-02-05Bug 511274 - Compute correct replacement length for ParameterGuessingProposalNathan Ridge1-1/+1
2017-01-29Bug 509185 - Completion of constructor call with uniform initialization syntaxNathan Ridge2-11/+164
2017-01-27Bug 461680 - Extend content assist's function parameter hintsNathan Ridge2-4/+73
2017-01-25Bug 497190 - Do not use ParameterGuessingProposal at all when parameter guess...Nathan Ridge2-11/+7
2017-01-25Bug 395562 - Follow-up to fix a regression where completing the method name i...Nathan Ridge1-3/+22
2017-01-24Bug 292229 - Consider files with other extensions for inclusion proposalsNathan Ridge2-27/+55
2017-01-23Bug 72809 - Improve content assist inside inactive codeNathan Ridge2-3/+11
2017-01-18Bug 509186 - Require an exact match for help proposals when providing context...Nathan Ridge1-0/+12
2017-01-18Bug 72391 - When completing a function, do not insert parentheses if they are...Nathan Ridge2-1/+17
2017-01-18Bug 391439 - Do not do replacement for help proposal with context information...Nathan Ridge1-4/+6
2017-01-18Bug 509191 - Do not create parameter guessing proposal if we know we are not ...Nathan Ridge1-1/+1
2017-01-18Bug 509182 - Completion of class type in using-declarationNathan Ridge1-1/+5
2017-01-18Bug 456293 - Completion of destructor nameNathan Ridge1-16/+31
2017-01-15Bug 509731 - Completion between empty parentheses in simple-type-constructor-...Nathan Ridge1-2/+15
2016-12-19Bug 395562 - Completion of static members after class qualifierNathan Ridge1-34/+59
2016-12-19Bug 455797 - Use typedef icon for alias template completionsNathan Ridge1-1/+1
2016-12-19Bug 455797 - Show template parameter list for alias template completionsNathan Ridge1-3/+18
2016-10-27Bug 395571 - Show name of nesting type when printing names of nested types in...Nathan Ridge1-2/+3
2016-06-09Bug 495095 - Consider implicit conversions when guessing parametersNathan Ridge2-7/+30
2016-06-09Bug 495095 - Get the parameter guessing test suite to actually exercise the p...Nathan Ridge1-22/+26
2016-06-09Bug 495095 - Consider local variables for parameter guessingNathan Ridge1-1/+1
2016-06-09Bug 495095 - Acquire the index read lock while generating parameter guessesNathan Ridge1-9/+29
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt2-4/+4
2016-03-12Cosmetics.Sergey Prigogin1-1/+2
2016-03-11Bug 488904 - Performance regression of code completion due to parameterSergey Prigogin1-8/+2
2016-03-03Bug 488904 - Added a preference for enabling/disabling argument guessingSergey Prigogin3-55/+60
2016-03-03Cosmetics.Sergey Prigogin1-29/+14
2016-03-03Cosmetics.Sergey Prigogin1-16/+12
2016-03-03Bug 488904 - Performance regression of code completion due to parameterSergey Prigogin1-65/+97
2016-03-02Cosmetics.Sergey Prigogin5-77/+94
2016-02-12Bug 478121 - HeuristicResolver: add support for EvalID with non-dependent fie...Nathan Ridge1-0/+6
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam17-17/+17
2015-12-15Bug 438549 - Fixed a regression for parameterless functions andmazab1-1/+124
2015-12-08Cosmetics.Sergey Prigogin1-6/+6

Back to the top