Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-02208558: apply fix and add regression testAndrew Ferguson4-23/+55
2007-11-02More testcases and fixes for the preprocessor.Markus Schorn11-235/+332
2007-10-31Optimizations for the lexerMarkus Schorn2-90/+104
2007-10-30Performance Test for the preprocessorMarkus Schorn2-21/+57
2007-10-30Additional testcases for macro-expansion plus fixes.Markus Schorn11-154/+237
2007-10-29Implementation of macro-expansion.Markus Schorn28-928/+1207
2007-10-24fix a bug in the composite deferred class instance implementation, add regres...Andrew Ferguson3-8/+61
2007-10-23add unit tests related to 201174 and improve debug information, apply a fix t...Andrew Ferguson4-4/+54
2007-10-23Test cases and fixes for the location mapMarkus Schorn6-53/+26
2007-10-23Test cases and fixes for the location mapMarkus Schorn9-94/+287
2007-10-22Fixes navigation for mactos defined in a file of an SDKs that does not contai...Markus Schorn1-1/+1
2007-10-19Related to 205272, preprocessor and location map without macro-expansion. Not...Markus Schorn22-133/+4893
2007-10-19Extends IMacroBinding and the CharArrayUtils, also adding java-doc for some o...Markus Schorn8-32/+195
2007-10-19Extends IMacroBinding and the CharArrayUtils, also adding java-doc for some o...Markus Schorn3-12/+54
2007-10-18206187: Apply fix, add regression testAndrew Ferguson1-71/+42
2007-10-17tidy method hasBaseClass and rename to calculateInheritanceDepthAndrew Ferguson1-64/+65
2007-10-16Fix for 193056, macros for Open Element.Markus Schorn12-22/+339
2007-10-09For bug 205272, the lexer with JUnit tests.Markus Schorn14-145/+1370
2007-10-09Fix for 205555, NPE when SDK overlaps with project.Markus Schorn9-84/+66
2007-09-17Fix for 202683: [ scalability ] PDOM manager is very aggressive with Job usage.Anton Leherbauer1-3/+3
2007-09-13Fix for 203050: [bindings] StackOverflowError resolving K&R functionAnton Leherbauer1-3/+9
2007-09-06Fix for 202271, ClassCaseException in name resolution.Markus Schorn1-1/+2
2007-09-05199572: fix StackOverflowErrorAndrew Ferguson1-1/+2
2007-09-03196338: apply fixAndrew Ferguson7-96/+277
2007-08-31miscellaneous javadoc changes, add some empty array constants to IIndex* inte...Andrew Ferguson6-12/+21
2007-08-30Fix for 196959, handling of incomplete includes.Markus Schorn1-10/+10
2007-08-30JUnit-tests: ported Scanner2Tests to DOMScannerTests.Markus Schorn1-12/+16
2007-08-27Related to 201254, move access to project model inside of add-project job.Markus Schorn1-5/+1
2007-08-23200958: apply fixAndrew Ferguson1-1/+1
2007-08-23Follow up for 185120, gcc-extension allows constants with suffix 'ull'.Markus Schorn1-1/+8
2007-08-23Fix and Testcase for 185120, handling of constants with suffix 'ul'.Markus Schorn1-1/+7
2007-08-23Fix and Testcases for 200830, macro expansion performed inside of string lite...Markus Schorn1-0/+30
2007-08-23Fix and Testcase for 199412, endless loop computing AST for self-including so...Markus Schorn1-3/+7
2007-08-23Fix and testcase for 200553, infinite loop with recursive typedefs.Markus Schorn2-5/+79
2007-08-22Fix for 200796, [Content Asssit] proposals for deleted or renamed fields in C.Markus Schorn1-8/+15
2007-08-22Follow up for 200239, using variadic macros stored in the index.Markus Schorn1-1/+1
2007-08-22Fix for 200239, using variadic macros stored in the index.Markus Schorn3-10/+40
2007-08-04bug 90683 - syntax errors in template argumentAndrew Niefer1-7/+11
2007-08-04bug 179712 - function declaration with both throw and attribute modifiersAndrew Niefer1-0/+3
2007-08-04bug 178059Andrew Niefer1-1/+1
2007-07-31Fix for 198259 by Emanuel Graf, wrong order of accept- and leave calls.Markus Schorn1-5/+26
2007-07-31Fix for 198269 by Emanuel Graf, superfluous interface IASTForStatement.Markus Schorn1-2/+2
2007-07-31Fix for 198257 by Emanuel Graf, missing leave call in GCCASTSimpleDeclSpecifi...Markus Schorn1-5/+14
2007-07-30Looks like this was a cut and paste error. Fixes a CCE since the rbinding is ...Doug Schaefer1-2/+1
2007-07-27Fix and testcase for 191450, __attribute__ in-between pointer-operators.Markus Schorn2-10/+8
2007-07-27Fix for 180883 and 197990, content assist before saving file.Markus Schorn1-7/+8
2007-07-27More testcases and a fix for 186123, information stored with bindings not upd...Markus Schorn2-11/+36
2007-07-26Fix and Testcase for 197633, syntax error with variadic macro.Markus Schorn1-23/+17
2007-07-26Fix and Testcases for 186123, information stored with bindings not updated.Markus Schorn30-125/+539
2007-07-24Fix and Testcase for 197311, Full Indexer with dependent project corrupts index.Markus Schorn3-18/+39

Back to the top