Skip to main content
summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2013-02-13Bug 400747 - [regression] ClassCastException:CDT_8_1_2Sergey Prigogin1-1/+1
2013-02-08Improved Javadocs.Sergey Prigogin1-10/+10
2013-02-08Bug 400275 - CoreModel.isScannerInformationEmpty mistakenly thinks thatSergey Prigogin1-2/+4
2013-02-08bug 398056: Regression: LanguageSettingsProviders can get enabled unexpectedl...Andrew Gvozdev8-36/+266
2013-02-07Corrected @since tag.Sergey Prigogin1-1/+1
2013-02-07Bug 399362 - Error with depedent expression involving field inNathan Ridge2-16/+36
2013-02-07Use generics.Sergey Prigogin1-17/+16
2013-02-07Added a comment.Sergey Prigogin1-0/+1
2013-02-07An attempt to reduce test flakiness.Sergey Prigogin1-2/+4
2013-02-06Bug 399142 - [regression] 'Open Declaration' does not work insideNathan Ridge6-20/+78
2013-02-06Enabled Java assertions in tests.Sergey Prigogin1-1/+1
2013-02-06Bug 396663: Throw expressions within conditional expressions.Markus Schorn3-2/+40
2013-02-06Bug 393959: Unhandled template id ambiguity.Markus Schorn3-130/+137
2013-02-05Use the configurable index timeout.Sergey Prigogin1-52/+50
2013-02-05Corrected Javadoc.Sergey Prigogin1-1/+0
2013-02-05Bug 389009 - Enumerator with dependent value. Index support.Sergey Prigogin11-37/+439
2013-02-05Bug 389009 - Enumerator with dependent valueNathan Ridge15-145/+325
2013-02-05Enabled assertions during tests.Sergey Prigogin1-1/+1
2013-02-05Bug 399592 - Template Argument Deduction throws AssertionErrorsSergey Prigogin1-1/+2
2013-02-05bug 400028: Wrench quirks in Language Settings Providers tab UI in project pr...Andrew Gvozdev1-2/+2
2013-02-05bug 399906: Unable to unset "Use global provider" in Providers tab of Preproc...Caroline Rieder1-1/+1
2013-02-03Cosmetics.Sergey Prigogin42-284/+273
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
2013-01-30Bug 399363 - ClassCastException in CPPBaseClause.getBaseClassType()Nathan Ridge1-5/+8
2013-01-30Bug 399039 - Error involving variadic non-type template parameterNathan Ridge4-4/+59
2013-01-30Bug 398044 - Error involving partial ordering of class templateNathan Ridge4-56/+40
2013-01-30Bug 397828 - Error involving recursive variadic templateNathan Ridge2-6/+45
2013-01-30Bug 388805 - False ambiguity in overload resolution with variadicNathan Ridge3-4/+38
2013-01-30Bug 397494 - Error evaluating decltype of constant lambdaNathan Ridge2-1/+16
2013-01-30Bug 382074 - [C++11] Error involving variadic non-type templateNathan Ridge4-10/+31
2013-01-30Bug 399353 - Error involving __is_base_ofNathan Ridge2-2/+16
2013-01-30Reuse CPPTemplates.isValidArgument() is TemplateArgumentDeductionNathan Ridge1-10/+2
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 Prigogin43-70/+70
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
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

Back to the top