Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-04-16Testcase provided by Richard Miskin, bug 145389.Markus Schorn1-0/+39
2008-04-16222418: apply fixAndrew Ferguson2-17/+31
2008-04-15Placement new in conditional expressions, bug 227104.Markus Schorn1-8/+23
2008-04-15222418: add further testsAndrew Ferguson1-28/+224
2008-04-15shorten some binding-helper assertion messagesAndrew Ferguson1-3/+3
2008-04-15Specific sizeof expression, bug 227122.Markus Schorn1-0/+8
2008-04-15Restrict references, bug 227110.Markus Schorn1-0/+6
2008-04-15Attributes in elaborated type specifiers, bug 227085.Markus Schorn1-0/+7
2008-04-15Using 'typename' in expressions, bug 227082.Markus Schorn1-0/+11
2008-04-14226308: Disable fix for 224364Andrew Ferguson4-9/+120
2008-04-11Correct parsing of typeof-expressions, bug 226492.Markus Schorn1-0/+9
2008-04-11Documentation for rewrite tests, by Emanuel Graf, bug 226502.Markus Schorn1-24/+88
2008-04-11Support for case-ranges, bug 211882.Markus Schorn1-0/+11
2008-04-10Correct parsing of typeof-expressions, bug 226492.Markus Schorn1-0/+9
2008-04-10Correct parsing of typeof-expressions, bug 226492.Markus Schorn1-0/+10
2008-04-10Fix warnings.Markus Schorn6-6/+0
2008-04-09Compound statement expression nested in binary expression, bug 226274.Markus Schorn1-1/+10
2008-04-09226231: apply fixAndrew Ferguson1-4/+28
2008-04-09Comments in ChangeGenerator, by Emanuel Graf, bug 226251.Markus Schorn1-2/+2
2008-04-08Assembler labels, bug 226121.Markus Schorn1-0/+8
2008-04-08Configure gcc-extensions as keywords, rather than macros, bug 226112.Markus Schorn1-0/+11
2008-04-08224364: apply fixAndrew Ferguson3-7/+18
2008-04-08Fix for omitted positive expression in conditional expression, bug 212905.Markus Schorn1-1/+11
2008-04-04dummy name nodes no longer counted as problems when resolving ambiguous decla...Mike Kucera1-1/+1
2008-04-03defined-constructs in macro bodies, bug 225562Markus Schorn2-2/+31
2008-04-03224364: add unit testsAndrew Ferguson5-20/+160
2008-04-03improve diagnosticsAndrew Ferguson3-10/+34
2008-04-03225534: add unit testsAndrew Ferguson2-4/+78
2008-04-01for loop conditions now workMike Kucera1-10/+6
2008-04-01Fixed another corner case of bug 224817.Sergey Prigogin1-12/+13
2008-03-31Common method to compute string for PDOM versions.Markus Schorn1-1/+1
2008-03-30Fixed bug 224817.Sergey Prigogin1-11/+14
2008-03-28Search for macro references, bug 156561.Markus Schorn3-3/+10
2008-03-27222748: refactor semantic routines to separate packageAndrew Ferguson10-19/+20
2008-03-26Fix for a bogus c++-syntax-error and 2 exceptions, bug 223777.Markus Schorn1-0/+11
2008-03-20Reverted a previous change that caused a breakage in AST2UtilTests.testSimple...Sergey Prigogin1-1/+1
2008-03-18Fixes a CCE, bug 223020.Markus Schorn1-0/+12
2008-03-17Adapted to a change in ASTTypeUtil.Sergey Prigogin1-1/+1
2008-03-17Fix for bug 214447.Sergey Prigogin1-11/+16
2008-03-16Removed external dependencies.Sergey Prigogin1-12/+3
2008-03-14Fix for 222398: [Model Builder] problem with inlined qualified member declara...Anton Leherbauer4-5/+87
2008-03-13fixed constructor ambiguity bugMike Kucera2-168/+85
2008-03-13Improved comment assignment for the NodeCommenter, by Guido Zgraggen, bug 222...Markus Schorn6-118/+297
2008-03-12222444: add testsAndrew Ferguson1-1/+91
2008-03-12222418: add test casesAndrew Ferguson2-0/+148
2008-03-12219993: New CModel identifier API for Mylyn bridgeAnton Leherbauer2-0/+116
2008-03-12Reworked refactoring: moved rename refactoring into ui-plugin (bug 220741), a...Markus Schorn1-3/+3
2008-03-10fixed several bugs in new C++ parserMike Kucera1-18/+17
2008-03-10Name resolution for qualified member declarations, bug 222026.Markus Schorn1-0/+97
2008-03-10Minor test adjustment.Sergey Prigogin1-7/+7

Back to the top