Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-18Fix warnings.Markus Schorn1-23/+18
2008-04-18clean up warningsAndrew Ferguson7-61/+23
2008-04-18Fix warnings.Markus Schorn36-293/+132
2008-04-18Bug #214194 : Adding a preprocessor symbol erases previously defined onesOleg Krasilnikov1-1/+4
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 Schorn2-3/+3
2008-04-17Fix for 226682: Need to stop parsing when reconciler is stoppedAnton Leherbauer7-37/+187
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 Schorn8-27/+43
2008-04-16Fix warnings.Markus Schorn1-19/+6
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 Schorn3-220/+231
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-14Fix for bug 226302 - addressed compiler warnings in language mapping-related ...Jason Montojo5-134/+137
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
2008-04-11Fix warnings.Markus Schorn2-18/+14

Back to the top