Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-01-30Deleted an obsolete file.Sergey Prigogin1-848/+0
2013-01-30Bug 399142. Proper signatures for types of dependent expressions.Sergey Prigogin4-193/+224
2013-01-30Fixed an NPE.Sergey Prigogin1-0/+2
2013-01-30Bug 397342 - Error calculating size of reference typeNathan Ridge3-4/+901
Change-Id: I1274da6ebd14f0c1f97dce2699d62018cff57b05 Reviewed-on: https://git.eclipse.org/r/9426 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-01-30Bug 399363 - ClassCastException in CPPBaseClause.getBaseClassType()Nathan Ridge1-5/+8
Change-Id: Ia7f168648b739334982b7e0728250fbb663bd1c5 Reviewed-on: https://git.eclipse.org/r/9994 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-01-30Bug 399039 - Error involving variadic non-type template parameterNathan Ridge4-4/+59
Change-Id: I61b19e1fc5aac9372ad756c1e33e412f4bee86e2 Reviewed-on: https://git.eclipse.org/r/9943 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-01-30Bug 398044 - Error involving partial ordering of class templateNathan Ridge4-56/+40
specializations Change-Id: Ia4a2d8760c6122e5aeec81524a20a3fa14a5a3ac Reviewed-on: https://git.eclipse.org/r/9645 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-01-30Bug 397828 - Error involving recursive variadic templateNathan Ridge2-6/+45
Change-Id: I68d1ed4c303fcaf7dd1b74438dc0673444f5fedc Reviewed-on: https://git.eclipse.org/r/9644 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-01-30Bug 388805 - False ambiguity in overload resolution with variadicNathan Ridge3-4/+38
templates Change-Id: I4d8b73ab5238f98de7b53849b265ebbc6158d62e
2013-01-30Bug 397494 - Error evaluating decltype of constant lambdaNathan Ridge2-1/+16
Reviewed-on: https://git.eclipse.org/r/9478 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-01-30Bug 382074 - [C++11] Error involving variadic non-type templateNathan Ridge4-10/+31
parameters Change-Id: I6f4e3672b4aca8e8ca878bccdec9c19a1838c74d Reviewed-on: https://git.eclipse.org/r/9581 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-01-30Bug 399353 - Error involving __is_base_ofNathan Ridge2-2/+16
Reviewed-on: https://git.eclipse.org/r/9989 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-01-30Reuse CPPTemplates.isValidArgument() is TemplateArgumentDeductionNathan Ridge1-10/+2
Change-Id: I85abc02f4fe36719c16fcb52b4c675b9ab46d449 Reviewed-on: https://git.eclipse.org/r/9697 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-01-28Bug 399119 - The CDT Model presentation does not support editor and colorRandy Rohrbach1-2/+43
customization for breakpoints.
2013-01-28Bug 399123 - [reverse] Uncall does not work with instruction steppingMarc Khouzam1-2/+2
Change-Id: I9d749dcda1d1cab8001e0dae6e4d12321cda42ae Reviewed-on: https://git.eclipse.org/r/9933 Reviewed-by: Anton Leherbauer <anton.leherbauer@windriver.com> Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-01-25Code streamlining.Sergey Prigogin1-17/+0
2013-01-25CosmeticsSergey Prigogin2-16/+13
2013-01-25Bug 399036 - Add C/C++ Code Style category to preference exportSergey Prigogin2-5/+25
2013-01-24Bug 399014 - "Enclosing namespace does not exist" error is too harshSergey Prigogin3-21/+20
2013-01-23Bug 398706. Adjusted two tests.Sergey Prigogin1-14/+11
2013-01-23Renamed few classes to distinguish tests from their base classes.Sergey Prigogin45-76/+76
2013-01-23Cosmetics.Sergey Prigogin9-494/+443
2013-01-23Bug 394151 - Regression: ClassCastException evaluating read/write flagsSergey Prigogin2-3/+17
2013-01-23Cosmetics.Sergey Prigogin2-235/+236
2013-01-23Bug 398706 - 'T' in 'new T' gets resolved to CPPConstructor instead ofNathan Ridge12-118/+234
CPPClassType Change-Id: I7fecc996736cfacb40ad4ee7af8619bd3b6d2a2a Reviewed-on: https://git.eclipse.org/r/9824 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-01-23Test simplification.Sergey Prigogin1-4/+3
2013-01-23Bug 398696. Failing test case.Sergey Prigogin1-15/+11
2013-01-22Bug 398696 - Name resolution problem with a conditional enum valueSergey Prigogin1-3/+1
2013-01-22Bug 398696 - Name resolution problem with a conditional enum value.Sergey Prigogin5-31/+72
2013-01-22Do not treat sizeof(bool) as unknown when __SIZEOF_BOOL__ macro is notSergey Prigogin1-2/+6
defined.
2013-01-22Cosmetics.Sergey Prigogin1-4/+4
2013-01-22Cosmetics.Sergey Prigogin1-10/+8
2013-01-22Cosmetics.Sergey Prigogin2-34/+6
2013-01-21bug 398681: CDT does not understand some of xlC diagnostic messagesAndrew Gvozdev9-0/+255
2013-01-21bug 398681: Cosmetics - Renamed a few of testsAndrew Gvozdev10-29/+29
2013-01-21Bug 398329 : MemoryBrowser - switching between debuggees does not update the ↵Randy Rohrbach6-48/+89
provider for browser operations like Import and Export Bug 398332 : The validation logic and feedback for all of the Importers/Exporters is very bad Added more error checking. See comments in the bugzillas for the details.
2013-01-21bug 395442: Initial provider command is not restored for non-shared providersCaroline Rieder1-3/+6
2013-01-21bug 395307: Switching back to project specific language settings provider ↵Caroline Rieder1-6/+9
seems to be incorrect
2013-01-21Bug 398611 - Set input for the Outline page conditionally to avoidSergey Prigogin1-2/+12
unnecessary updates.
2013-01-21Cosmetics.Sergey Prigogin1-15/+11
2013-01-20bug 398550: Use platform decorator manager to manage 'custom build settings' ↵Andrew Gvozdev5-144/+126
decoration
2013-01-19Revert "Revert "Bug 398550. An attempt to make ↵Andrew Gvozdev1-7/+9
MBSLanguageSettingsProvider.getSettingEntries method faster."" This reverts commit b8d75b789e409397951a0a24e3986a41c2517806.
2013-01-19Revert "Bug 398550. An attempt to make ↵Andrew Gvozdev1-9/+7
MBSLanguageSettingsProvider.getSettingEntries method faster." This reverts commit e52c23235aebcf1288b82ff88eeecede88e6c9b7.
2013-01-18Bug 398550. An attempt to makeSergey Prigogin1-7/+9
MBSLanguageSettingsProvider.getSettingEntries method faster.
2013-01-18Cosmetics.Sergey Prigogin1-9/+3
2013-01-18Bug 398329 : MemoryBrowser - switching between debuggees does not update the ↵Randy Rohrbach4-14/+220
provider for browser operations like Import and Export Bug 398332 : The validation logic and feedback for all of the Importers/Exporters is very bad I found some more editing edge cases as well as an NPE on starting a new connection with the Browser up, which was the result of a previous edit.
2013-01-18Bug 398426 - Use num procs - 1 on Mac for optimal parallel builds.Doug Schaefer2-2/+8
Changed the text of the UI since optimal is not always number of processors.
2013-01-18Bug 398499 - FileContent.adapt(CodeReader) does not properlyChris Recoskie1-2/+16
set timestamps Change-Id: I57fdacfc2fef225a6b3942b1be185ae79bb28c31
2013-01-18Bug 398459 - Invalid auto-indentation in a virtual methodSergey Prigogin2-3/+12
2013-01-16Bug 398329 : MemoryBrowser - switching between debuggees does not update the ↵Randy Rohrbach9-120/+230
provider for browser operations like Import and Export Bug 398332 : The validation logic and feedback for all of the Importers/Exporters is very bad

Back to the top