Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2016-06-14Bug 480271 - Update the list of features CDT claims to support in __has_featu...Nathan Ridge1-1/+14
2016-06-14Bug 488109 Refactoring of Extract Constant ImplementationThomas Corbat15-283/+514
2016-06-14Cherry picking changes from the CDT 9 branch for Qt and Arduino.Doug Schaefer9-65/+102
2016-06-13Added @noextend to HashTable and its subclasses.Sergey Prigogin9-11/+26
2016-06-13Created an API filter for HashTable.linkIntoHashTable method.Sergey Prigogin1-0/+8
2016-06-12Adjusted Javadoc.Sergey Prigogin1-1/+1
2016-06-11Bug 495845 - Name resolution problem with SFINAE and trailing returnSergey Prigogin2-0/+16
2016-06-09BUg 495095 - Disable a test that tests functionality that isn't implemented yetNathan Ridge1-1/+1
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 Ridge2-23/+29
2016-06-09Bug 495095 - Fix incorrect testsNathan Ridge2-3/+3
2016-06-09Bug 495095 - Set offset and length correctly for name inside completion node ...Nathan Ridge1-1/+2
2016-06-09Bug 495095 - Fix a bug in the test suite where the test passes if there are n...Nathan Ridge1-2/+2
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-06-09Revert "Bug 488109 Refactoring of Extract Constant Implementation"Thomas Corbat14-520/+262
2016-06-09Bug 488109 Refactoring of Extract Constant ImplementationThomas Corbat14-262/+520
2016-06-08Cosmetics.Sergey Prigogin2-3/+3
2016-06-08Separated tests for CharArrayObjectMap.Sergey Prigogin6-46/+87
2016-06-07Bug 495091 - Name resolution problem with bool() operatorSergey Prigogin2-67/+108
2016-06-07Cosmetics.Sergey Prigogin1-11/+11
2016-06-06Cosmetics.Sergey Prigogin1-11/+12
2016-06-06Cosmetics.Sergey Prigogin2-2/+1
2016-06-04Bug 495091 - Name resolution problem with list initializationSergey Prigogin5-7/+127
2016-06-04Adjusted Javadoc.Sergey Prigogin2-3/+6
2016-05-27Allow OperationCanceledException to propagate.Sergey Prigogin1-0/+1
2016-05-27Fixed compilation warnings.Sergey Prigogin2-5/+5
2016-05-27Code cleanup.Sergey Prigogin2-12/+28
2016-05-27More robust handing of indexer cancellation.Sergey Prigogin1-7/+13
2016-05-27Improved cancellability of indexer.Sergey Prigogin9-105/+204
2016-05-27Cosmetics.Sergey Prigogin5-13/+9
2016-05-26Code cleanup.Sergey Prigogin7-285/+217
2016-05-26Improved heuristic header substitution algorithm and unified it betweenSergey Prigogin4-231/+106
2016-05-26Cosmetics.Sergey Prigogin5-101/+27
2016-05-25Cosmetics.Sergey Prigogin1-12/+16
2016-05-24Bug 494489 - NPE in CPPASTCompoundStatementExpression.getEvaluationSergey Prigogin1-22/+20
2016-05-24Cosmetics.Sergey Prigogin1-7/+11
2016-05-24Bug 494359 - Explicit specialization is improperly ignoredSergey Prigogin2-0/+40
2016-05-24Cosmetics.Sergey Prigogin1-1/+1
2016-05-24Bug 494359 - Explicit specialization is improperly ignoredSergey Prigogin1-1/+1
2016-05-24Improved Javadoc.Sergey Prigogin3-3/+4
2016-05-21Cosmetics.Sergey Prigogin2-2/+2
2016-05-21Code simplification.Sergey Prigogin1-4/+3
2016-05-19Improved consistency of method names.Sergey Prigogin2-12/+14
2016-05-19Code streamlining.Sergey Prigogin3-49/+44
2016-05-19Improved consistency of names.Sergey Prigogin1-23/+23
2016-05-17Add MSYS2 32-bit support to MinGW GCC toolchain.Doug Schaefer1-39/+120
2016-05-13Bug 491619 - Choosing a C++ dialect should reindexJeff Johnston2-2/+2
2016-05-12Cosmetics.Sergey Prigogin1-42/+35
2016-05-12Bug 493475 - Add an option to format edited lines when saving a fileSergey Prigogin5-108/+149

Back to the top