Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-07-28Instantiation of default template argument, bug 284683.Markus Schorn2-5/+7
2009-07-24Improves navigation of unknown bindings, bug 233822.Markus Schorn1-1/+1
2009-07-22Exponential complexity resolving overloaded function calls, bug 283324.Markus Schorn4-14/+22
2009-07-22Adjusting c-parameter type for typedefs, bug 284248.Markus Schorn1-9/+23
2009-07-22Content assist for anonymous struct members, bug 284245.Markus Schorn1-12/+22
2009-07-20Further disambiguation of bindings from index, bug 268704.Markus Schorn1-10/+60
2009-07-02Type-deduction in function-type with reference type parameter, bug 281783.Markus Schorn1-0/+6
2009-07-01Correct determination of default template arguments, bug 281781.Markus Schorn3-21/+27
2009-07-01Correct determination of default template arguments, bug 281781.Markus Schorn4-21/+40
2009-06-23ClassCastException using template template parameters, bug 279619Markus Schorn3-7/+5
2009-06-23Endless loop in content assist, bug 280934Markus Schorn1-5/+6
2009-06-22getSyntax() does not work correctly with newlines, bug 280175Markus Schorn1-14/+19
2009-06-22Content assist for typedefs using same name as struct, bug 279931.Markus Schorn2-9/+14
2009-06-04[277458] Multi-dimensional ArrayTypes in incorrect orderMike Kucera2-4/+5
2009-06-04[278797] CASTIdExpression getExpressionType() doesn't support enumerationsMike Kucera1-0/+8
2009-05-31Bug 278337.Sergey Prigogin6-72/+106
2009-05-31Cosmetics.Sergey Prigogin1-33/+33
2009-05-26update copyrightsVivian Kong22-165/+165
2009-05-25Protect against NPE, bug 277152.Markus Schorn1-1/+2
2009-05-17Cosmetics.Sergey Prigogin1-3/+6
2009-05-13Index based code reader factory needs to respect the fallback factory, bug 27...Markus Schorn1-5/+9
2009-05-13Prevent friend methods to be returned as declared method, bug 275358.Markus Schorn1-11/+17
2009-05-13Instantiation of default template argument during argument deduction, bug 272...Markus Schorn3-4/+15
2009-05-11Cosmetics.Sergey Prigogin1-2/+2
2009-05-09Added checks to prevent insertion of duplicate 'using' declarations.Sergey Prigogin2-10/+20
2009-05-04Extensive rewrite of Add Include. Bugs 236530 and 255952.Sergey Prigogin2-4/+12
2009-05-02Cosmetics.Sergey Prigogin1-5/+5
2009-05-02Use StringBuilder instead of StringBuffer.Sergey Prigogin1-2/+2
2009-04-29Return a meaningful name if we can.Sergey Prigogin1-2/+2
2009-04-28Argument deduction from class instances, bug 272848.Markus Schorn1-22/+72
2009-04-28Fixes CArrayType.getArraySizeExpression(), bug 273797.Markus Schorn6-121/+69
2009-04-27Follow up for fix of bug 273759.Markus Schorn1-9/+16
2009-04-27Fixes a loop in the c-parser, bug 273759.Markus Schorn2-3/+6
2009-04-20Ranking of derived to base conversion, bug 269318Markus Schorn1-19/+16
2009-04-17Fix for bug 271948.Sergey Prigogin4-10/+14
2009-04-16Cosmetics.Sergey Prigogin1-4/+1
2009-04-15[271163] support for UTF string literals in scannerMike Kucera2-0/+8
2009-04-15Type comparison of default ints, bug 270275.Markus Schorn2-9/+11
2009-04-15Correct scope for elaborated type specifiers, bug 270831.Markus Schorn1-6/+4
2009-04-15Don't create unnecessary objects.Sergey Prigogin1-4/+3
2009-04-12Cosmetics.Sergey Prigogin1-1/+1
2009-04-12Cosmetics.Sergey Prigogin3-31/+21
2009-04-07Fixed 271236 and 144542.Sergey Prigogin1-1/+1
2009-04-06Cosmetics.Sergey Prigogin1-59/+45
2009-04-01Bug 270892, wide string literals have wrong typeMike Kucera1-2/+6
2009-04-01Fix case ranges, bug 270430.Markus Schorn1-1/+1
2009-03-30Decouple cast-expressions from unary expressions by Richard Miskin, bug 270252.Markus Schorn2-21/+73
2009-03-27Classification of literals, by Richard Miskin, bug 269705.Markus Schorn1-2/+58
2009-03-26Removed an unused piece of code and adjusted comments.Sergey Prigogin1-10/+11
2009-03-24Destructors are neither const nor volatile, bug 269655.Markus Schorn3-7/+4

Back to the top