Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-01-19Fixes a performance issue introduced by fix for 261417.Markus Schorn2-5/+4
2009-01-19Bug 261417. Fix and test case.Sergey Prigogin1-6/+5
2009-01-18Test case for bug 261417.Sergey Prigogin1-227/+235
2009-01-18Bug 259927. Fix and test case.Sergey Prigogin1-6/+36
2009-01-17Minor adjustment.Sergey Prigogin1-1/+1
2009-01-17Second test case for bug 259872.Sergey Prigogin1-1/+26
2009-01-16Testcase for bug 261043.Markus Schorn1-0/+15
2009-01-16[242955] applied patch for "new configurations are bad or not saved"Alena Laskavaia1-0/+84
2009-01-15Fixes order of ambiguity resolution, bug 259373.Markus Schorn5-23/+51
2009-01-14Specialization of owners of deferred instances, bug 259872.Markus Schorn1-1/+1
2009-01-13Fixes a test-failure.Markus Schorn1-0/+4
2009-01-13Fixes a test-failure.Markus Schorn1-2/+4
2009-01-12Correct usage of scopes in name-resolution, bug 259544.Markus Schorn1-1/+1
2009-01-11Bug 259927. Fix and test case.Sergey Prigogin1-1/+29
2009-01-09Correct assignment of template declaration to names of constructor using temp...Markus Schorn1-0/+15
2009-01-08Removal / deprecation of options to create ast with comment nodes, bug 259841.Markus Schorn3-16/+14
2009-01-08Correct assignment of template declaration to names of constructor using temp...Markus Schorn1-0/+20
2009-01-08Thread local variables, bug 260387.Markus Schorn1-0/+8
2009-01-08Nested template-id ambiguity, bug 259501.Markus Schorn1-0/+15
2009-01-03Test case for bug 259872.Sergey Prigogin1-0/+22
2009-01-02Bug 259871. Fix and test case.Sergey Prigogin1-0/+20
2009-01-02Added ability to pass ILanguage options to LR parser, refactored ParseHelper,...Mike Kucera1-1/+1
2008-12-27Bug 259683.Sergey Prigogin1-0/+12
2008-12-26Additional fix for bug 259680.Sergey Prigogin1-7/+12
2008-12-26Bug 259680.Sergey Prigogin1-1/+1
2008-12-25Test case for bug 259680.Sergey Prigogin1-0/+13
2008-12-24Bug 259648.Sergey Prigogin1-0/+16
2008-12-22Implementation of IASTNode.getSyntax(), bug 250251.Markus Schorn1-0/+52
2008-12-22Correcting IASTName.toCharArray() part II, bug 258054.Markus Schorn1-6/+7
2008-12-22Bug 259460.Sergey Prigogin1-3/+13
2008-12-22Test case for bug 259460.Sergey Prigogin2-44/+33
2008-12-22Test case for bug 259460.Sergey Prigogin1-0/+11
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn8-5/+51
2008-12-18Compound literals for c++, bug 247153.Markus Schorn1-0/+15
2008-12-17bug 258345, implementation of IASTNode.copy()Mike Kucera4-2090/+2433
2008-12-17Instantiation of dependent values, bug 245027.Markus Schorn1-1/+1
2008-12-16operator-> for template parameters, bug 257194.Markus Schorn1-3/+9
2008-12-15compile all test plug-ins into jars at rootVivian Kong2-9/+8
2008-12-15Typedef'ed void in function-parameter list, bug 258694.Markus Schorn1-0/+10
2008-12-15Updating class template definitions in the index, bug 256122.Markus Schorn6-19/+178
2008-12-15Bug 258745.Sergey Prigogin1-1/+1
2008-12-15Removed call to a deprecated method.Sergey Prigogin1-26/+29
2008-12-14Test case for bug 258745.Sergey Prigogin1-0/+17
2008-12-09Bug 257818.Sergey Prigogin1-2/+2
2008-12-09Plain C: nested declarators for fields, bug 257540.Markus Schorn1-0/+13
2008-12-09Cleanup parsing of qualified names, fixes bug 256840.Markus Schorn1-3/+5
2008-12-07Second test case for bug 257818.Sergey Prigogin1-1/+43
2008-12-07Test case for bug 257818.Sergey Prigogin1-280/+292
2008-12-04bug 256125 - Introduce factories for AST nodes. Freeze the AST returned by th...Mike Kucera1-2/+2
2008-12-04Name resolution for dependent names, bug 257194.Markus Schorn1-2/+35

Back to the top