Age | Commit message (Expand) | Author | Files | Lines |
2008-03-29 | Code formatting. | Sergey Prigogin | 1 | -13/+5 |
2008-03-28 | NPE check. | Warren Paul | 1 | -0/+5 |
2008-03-28 | Search for macro references, bug 156561. | Markus Schorn | 41 | -347/+1313 |
2008-03-27 | 222748: refactor semantic routines to separate package | Andrew Ferguson | 103 | -1133/+1474 |
2008-03-27 | Fixes warnings | Markus Schorn | 1 | -0/+5 |
2008-03-27 | Fixes warnings | Markus Schorn | 7 | -19/+14 |
2008-03-27 | Performance improvement for Index Database. | Markus Schorn | 2 | -17/+18 |
2008-03-26 | Fix for a bogus c++-syntax-error and 2 exceptions, bug 223777. | Markus Schorn | 3 | -119/+156 |
2008-03-25 | More cleanup of template resolution code. | Sergey Prigogin | 3 | -14/+12 |
2008-03-25 | Use generics. | Sergey Prigogin | 1 | -4/+4 |
2008-03-24 | decl spec node was missing info | Mike Kucera | 1 | -1/+15 |
2008-03-24 | attempt at fixing function declarator/constructor initializer ambiguity, need... | Mike Kucera | 1 | -1/+2 |
2008-03-24 | A cleaner fix for bug 214447. | Sergey Prigogin | 24 | -216/+186 |
2008-03-24 | Use generics. | Sergey Prigogin | 2 | -22/+22 |
2008-03-23 | A cleaner fix for bug 214447. Result of a joint hackathon with Markus Schorn. | Sergey Prigogin | 14 | -149/+124 |
2008-03-20 | Reverted a previous change that caused a breakage in AST2UtilTests.testSimple... | Sergey Prigogin | 1 | -11/+8 |
2008-03-19 | Deprecated ASTVisitor.leave(IASTComment), which has never worked. | Markus Schorn | 1 | -21/+25 |
2008-03-18 | More content assist tests for plain C | Anton Leherbauer | 2 | -21/+27 |
2008-03-18 | Fixes a CCE, bug 223020. | Markus Schorn | 2 | -10/+35 |
2008-03-17 | Follow up on ambiguity between template args and binary expression, bug 104706. | Markus Schorn | 1 | -36/+29 |
2008-03-17 | Improves the navigation fallback, bug 102643. | Markus Schorn | 2 | -1/+19 |
2008-03-17 | Fix for bug 214447. | Sergey Prigogin | 5 | -34/+192 |
2008-03-17 | toString method. | Sergey Prigogin | 2 | -119/+229 |
2008-03-16 | toString methods. | Sergey Prigogin | 9 | -1149/+1216 |
2008-03-14 | fixed problems with tokens not mapping correctly between main parser and seco... | Mike Kucera | 1 | -1/+0 |
2008-03-14 | Open Declaration shows macros twice, bug 222597. | Markus Schorn | 1 | -32/+25 |
2008-03-13 | moved utility classes into core util package | Mike Kucera | 6 | -239/+886 |
2008-03-13 | Improved comment assignment for the NodeCommenter, by Guido Zgraggen, bug 222... | Markus Schorn | 3 | -30/+21 |
2008-03-12 | Improved fix for: Name resolution for qualified member declarations, bug 222026. | Markus Schorn | 2 | -9/+33 |
2008-03-12 | Improved handling of unexpected exceptions in the indexer, related to bug 221... | Markus Schorn | 2 | -9/+11 |
2008-03-12 | Reworked refactoring: moved rename refactoring into ui-plugin (bug 220741), a... | Markus Schorn | 4 | -225/+43 |
2008-03-11 | Fix for 222093: [mark occurrences] occasional NullPointerException | Anton Leherbauer | 1 | -1/+1 |
2008-03-11 | Fixes an ArrayOutOfBoundsException, bug 219773. | Markus Schorn | 1 | -3/+9 |
2008-03-10 | Name resolution for qualified member declarations, bug 222026. | Markus Schorn | 8 | -61/+79 |
2008-03-10 | Added _testTemplateTypedef_214447. | Sergey Prigogin | 1 | -117/+117 |
2008-03-10 | Minor fix in toString method. | Sergey Prigogin | 1 | -4/+2 |
2008-03-10 | Cosmetics. | Sergey Prigogin | 1 | -26/+37 |
2008-03-09 | Protect against NPE in toString method. | Sergey Prigogin | 2 | -2/+8 |
2008-03-08 | Minor adjustments to toString method. | Sergey Prigogin | 1 | -7/+7 |
2008-03-08 | Use generics. | Sergey Prigogin | 1 | -24/+21 |
2008-03-08 | Added toString methods. | Sergey Prigogin | 3 | -185/+263 |
2008-03-07 | Source Change Generator for ASTTransformations by Emanuel Graf and others, bu... | Markus Schorn | 36 | -3/+5777 |
2008-03-07 | Fix for potential NPEs, bug 221796. | Markus Schorn | 2 | -3/+7 |
2008-03-06 | clean up warnings | Andrew Ferguson | 16 | -160/+164 |
2008-03-06 | Index based name-resolution for K&R-style functions, bug 221635. | Markus Schorn | 1 | -1/+11 |
2008-03-06 | Navigation from macro definition body, bug 102643. | Markus Schorn | 4 | -3/+69 |
2008-03-05 | fix to CPPASTForStatement constructor | Mike Kucera | 1 | -9/+9 |
2008-03-05 | Testcases and fixes for selecting nodes by file offsets. | Markus Schorn | 2 | -3/+6 |
2008-03-05 | Testcases and fixes for selecting nodes by file offsets. | Markus Schorn | 20 | -405/+531 |
2008-03-04 | resolve sizeof ambiguity for C++ | Mike Kucera | 1 | -36/+23 |