Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-04-23cleaned up ASTNodePropertyMike Kucera1-16/+5
2008-04-23Adapting template related bindings to their counterparts in the index, bug 21...Markus Schorn9-307/+415
2008-04-23227976: apply fixAndrew Ferguson11-39/+106
2008-04-22Syntax error in template definition (template id ambiguity), bug 228118.Markus Schorn1-2/+18
2008-04-22fix regression from warnings cleanupAndrew Ferguson1-0/+1
2008-04-22fix warningsAndrew Ferguson12-30/+28
2008-04-21Get rid of special characters in file.Doug Schaefer1-4/+4
2008-04-21Comment handling for refactoring by Emanuel Graf, bug 228009.Markus Schorn2-10/+43
2008-04-21Content Assist within macro arguments, bug 200208.Markus Schorn2-14/+69
2008-04-21Fix java-doc.Markus Schorn1-3/+2
2008-04-21fix terminology: memento->hashAndrew Ferguson7-57/+49
2008-04-21Fix for superfluous semicolon by Emanuel Graf, bug 226533.Markus Schorn1-11/+28
2008-04-21Improves method names.Markus Schorn1-12/+12
2008-04-21Added documentation about bug 227967 to the source code.Markus Schorn1-0/+1
2008-04-21Fix warnings.Markus Schorn1-10/+4
2008-04-21Debugging helpers.Sergey Prigogin8-37/+50
2008-04-21Minor changes to facilitate debugging.Sergey Prigogin2-4/+2
2008-04-20Compiler warnings.Sergey Prigogin4-10/+5
2008-04-19Compiler warnings.Sergey Prigogin5-829/+828
2008-04-19Added isGloballyQualified method to avoid PDOMNotImplementedError.Sergey Prigogin1-24/+30
2008-04-19More informative exception.Sergey Prigogin1-1/+1
2008-04-19Partial fix for bug 214017.Sergey Prigogin16-120/+1141
2008-04-18Indexing performance improvements.Markus Schorn7-175/+165
2008-04-18Performance improvement for indexing template based source code.Markus Schorn6-122/+156
2008-04-17Store #undef in index, bug 227088.Markus Schorn11-163/+188
2008-04-17Fix warnings.Markus Schorn1-1/+1
2008-04-17Fix for 226682: Need to stop parsing when reconciler is stoppedAnton Leherbauer1-7/+26
2008-04-17Fixes implementation of CASTWhileStatement.accept(), bug 227393.Markus Schorn1-1/+1
2008-04-16Fixes a CCE, bug 203967.Markus Schorn1-22/+24
2008-04-16222418: apply fixAndrew Ferguson3-215/+536
2008-04-16Implement Method (work in progress) by Emanuel Graf, bug 226646.Markus Schorn1-2/+5
2008-04-16Extract Function (work in progress) by Emanuel Graf, bug 226484.Markus Schorn7-26/+42
2008-04-16Compiler warnings.Sergey Prigogin1-6/+4
2008-04-16Compiler warnings.Sergey Prigogin2-44/+33
2008-04-15Placement new in conditional expressions, bug 227104.Markus Schorn1-0/+2
2008-04-15Provide better scanner-info for files parsed up-front.Markus Schorn1-54/+58
2008-04-15Specific sizeof expression, bug 227122.Markus Schorn1-6/+8
2008-04-15Restrict references, 2nd try, bug 227110.Markus Schorn1-1/+1
2008-04-15Restrict references, bug 227110.Markus Schorn1-3/+8
2008-04-15Attributes in elaborated type specifiers, bug 227085.Markus Schorn2-0/+6
2008-04-15Using 'typename' in expressions, bug 227082.Markus Schorn1-18/+5
2008-04-14Fixes user-defined conversions, comment 4 of bug 226308.Markus Schorn2-78/+78
2008-04-14226308: Disable fix for 224364Andrew Ferguson3-9/+29
2008-04-14toString method.Sergey Prigogin1-31/+37
2008-04-14Compiler warnings.Sergey Prigogin1-13/+10
2008-04-14Added isChildOf method.Sergey Prigogin1-1/+14
2008-04-13Minor optimization.Sergey Prigogin1-8/+6
2008-04-11Fix warnings.Markus Schorn12-42/+51
2008-04-11Correct parsing of typeof-expressions, bug 226492.Markus Schorn1-3/+5
2008-04-11Correct parsing of typeof-expressions, bug 226492.Markus Schorn2-3/+5

Back to the top