Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed parsing of ctor-initializers and added a manual test for the AST matchers | Roberto Raggi | 2009-11-13 | 6 | -9/+12 |
| | |||||
* | Pass the translation units to the matcher. | Roberto Raggi | 2009-11-13 | 2 | -76/+12 |
| | |||||
* | Also match the identifiers and the token types. | Roberto Raggi | 2009-11-13 | 2 | -251/+266 |
| | |||||
* | Fixed the generator. | Roberto Raggi | 2009-11-13 | 1 | -2/+0 |
| | |||||
* | New matchers | Roberto Raggi | 2009-11-13 | 2 | -1106/+1374 |
| | |||||
* | Fixed the coding style. | Roberto Raggi | 2009-11-13 | 1 | -1/+3 |
| | |||||
* | Initial work on the pattern matcher for AST nodes. | Roberto Raggi | 2009-11-12 | 8 | -1/+2682 |
| | |||||
* | Fixed possible crash in CheckName | Roberto Raggi | 2009-11-11 | 1 | -9/+16 |
| | | | | Done with: Erik Verbruggen | ||||
* | Added symbols for property declarations. | Erik Verbruggen | 2009-11-11 | 10 | -36/+157 |
| | |||||
* | Added scope calculation for Objective-C classes. | Erik Verbruggen | 2009-11-11 | 8 | -18/+40 |
| | |||||
* | Fixed the AST field names. | Roberto Raggi | 2009-11-10 | 10 | -374/+374 |
| | |||||
* | Ported the accept methods. | Roberto Raggi | 2009-11-10 | 5 | -116/+96 |
| | |||||
* | Cleanup specifiers. | Roberto Raggi | 2009-11-10 | 13 | -279/+213 |
| | |||||
* | Cleanup ptr operators. | Roberto Raggi | 2009-11-10 | 10 | -51/+43 |
| | |||||
* | Removed deprecated methods. | Roberto Raggi | 2009-11-10 | 2 | -22/+0 |
| | |||||
* | Removed member NestedNameSpecifierAST::next | Roberto Raggi | 2009-11-10 | 2 | -2/+1 |
| | |||||
* | Cleanup Catch clause | Roberto Raggi | 2009-11-10 | 7 | -15/+12 |
| | |||||
* | Cleanup nested name specifiers | Roberto Raggi | 2009-11-10 | 10 | -48/+46 |
| | |||||
* | Cleanup Attributes | Roberto Raggi | 2009-11-10 | 5 | -23/+14 |
| | |||||
* | Cleanup postfix declarators. | Roberto Raggi | 2009-11-10 | 6 | -23/+13 |
| | |||||
* | Cleanup Postfix operators. | Roberto Raggi | 2009-11-10 | 6 | -18/+16 |
| | |||||
* | Cleanup NewArrayDeclaratorAST | Roberto Raggi | 2009-11-10 | 7 | -14/+15 |
| | |||||
* | Cleanup MemInitializerAST | Roberto Raggi | 2009-11-10 | 7 | -28/+26 |
| | |||||
* | Cleanup base base specifiers. | Roberto Raggi | 2009-11-10 | 7 | -22/+30 |
| | |||||
* | Removed ObjCSynthesizedPropertyAST | Roberto Raggi | 2009-11-10 | 5 | -52/+9 |
| | | | | Done with Erik Verbruggen | ||||
* | Removed ObjCMessageArgumentDeclarationListAST | Roberto Raggi | 2009-11-10 | 6 | -50/+4 |
| | | | | Done with Erik Verbruggen | ||||
* | Removed ObjCPropertyAttributeListAST | Roberto Raggi | 2009-11-10 | 6 | -53/+7 |
| | | | | Done with Erik Verbruggen | ||||
* | Removed ObjCSelectorArgumentListAST | Roberto Raggi | 2009-11-10 | 6 | -58/+15 |
| | | | | Done with Erik Verbruggen | ||||
* | Removed ObjCMessageArgumentListAST | Roberto Raggi | 2009-11-10 | 7 | -48/+12 |
| | | | | Done with Erik Verbruggen | ||||
* | Removed ObjCIdentifierListAST | Roberto Raggi | 2009-11-10 | 7 | -99/+54 |
| | | | | Done with Erik Verbruggen | ||||
* | Removed TemplateArgumentListAST | Roberto Raggi | 2009-11-10 | 7 | -50/+8 |
| | | | | Done with Erik Verbruggen | ||||
* | Removed DeclaratorListAST | Roberto Raggi | 2009-11-10 | 7 | -57/+12 |
| | | | | Done with Erik Verbruggen | ||||
* | Removed StatementListAST | Roberto Raggi | 2009-11-10 | 7 | -46/+4 |
| | | | | Done with Erik Verbruggen | ||||
* | Removed DeclarationListAST node. | Roberto Raggi | 2009-11-10 | 9 | -64/+21 |
| | | | | Done with Erik Verbruggen | ||||
* | Removed the ExpressionListAST node. | Roberto Raggi | 2009-11-10 | 8 | -138/+80 |
| | | | | Done with Erik Verbruggen | ||||
* | Removed the AST cloner. | Roberto Raggi | 2009-11-10 | 3 | -1844/+0 |
| | |||||
* | Added generator for the accept0 methods | Roberto Raggi | 2009-11-09 | 1 | -240/+0 |
| | | | | Done with Erik Verbruggen | ||||
* | Added AST forward declaration generation. | Roberto Raggi | 2009-11-09 | 1 | -38/+36 |
| | | | | Done with Erik Verbruggen | ||||
* | Addeed generator for the cast methods. | Roberto Raggi | 2009-11-09 | 1 | -319/+181 |
| | | | | Done with: erikv | ||||
* | Merge commit 'origin/1.3' | con | 2009-11-04 | 2 | -3/+11 |
|\ | | | | | | | | | Conflicts: src/plugins/qt4projectmanager/qt4project.cpp | ||||
| * | Parse ASM specifiers after declarators. | Roberto Raggi | 2009-11-04 | 1 | -0/+8 |
| | | | | | | | | Again, a gcc extension used in the OSX system headers. | ||||
| * | Accepts `$' as valid character when recognizing identifiers. | Roberto Raggi | 2009-11-04 | 1 | -3/+3 |
| | | | | | | | | Added support for yet another gcc extension that is using in OSX 10.6 system headers. | ||||
* | | Merge commit '2be0845c7492ad991f23ce5c90c322df788b62b5' | con | 2009-10-29 | 1 | -1/+22 |
|\ \ | |/ | | | | | | | | | | | | | Conflicts: src/plugins/projectexplorer/projectexplorer.h src/plugins/qt4projectmanager/qt4projectconfigwidget.cpp src/plugins/qt4projectmanager/qt4runconfiguration.cpp src/plugins/qt4projectmanager/qtversionmanager.cpp | ||||
| * | Process exception declarations. | Roberto Raggi | 2009-10-28 | 1 | -1/+22 |
| | | |||||
* | | Merge commit 'origin/1.3' | con | 2009-10-27 | 4 | -0/+25 |
|\ \ | |/ | | | | | | | | | | | Conflicts: src/plugins/debugger/gdb/gdbengine.cpp Needed changes: src/plugins/qt4projectmanager/qtversionmanager.cpp | ||||
| * | Set the `virtual' attribute of a function definition. | Roberto Raggi | 2009-10-27 | 1 | -1/+2 |
| | | |||||
| * | Introduced FullySpecifiedType::copySpecifiers() | Roberto Raggi | 2009-10-27 | 2 | -0/+21 |
| | | |||||
| * | Set the `virtual' attribute. | Roberto Raggi | 2009-10-27 | 1 | -0/+1 |
| | | |||||
| * | Autotests: Compile on Windows | Friedemann Kleint | 2009-10-26 | 1 | -0/+2 |
| | | | | | | | | Reviewed-by: Roberto Raggi <qtc-committer@nokia.com> | ||||
* | | Merge commit 'origin/1.3' | con | 2009-10-26 | 1 | -2/+1 |
|\ \ | |/ |