summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* Parse ObjC++ class and category implementations.Roberto Raggi2009-01-122-0/+38
* --warningsRoberto Raggi2009-01-121-8/+8
* Improved ObjC++ support.Roberto Raggi2009-01-125-434/+339
* --warningsRoberto Raggi2009-01-091-5/+5
* More ObjC++Roberto Raggi2009-01-096-15/+263
* More work on ObjC++ support.Roberto Raggi2009-01-082-16/+166
* Return true if we can recognize an objc-identifier-list.Roberto Raggi2009-01-081-0/+1
* Some progress in parsing objc++ and submitted ObjectiveCAtKeywords.cppRoberto Raggi2009-01-083-2/+576
* Parse ObjC identifier list.Roberto Raggi2009-01-081-0/+15
* Parse ObjC @class declarations.Roberto Raggi2009-01-086-1/+126
* Handle toplevel objc++ declarations.Roberto Raggi2009-01-082-0/+66
* Recognize Objective C @tokens.Roberto Raggi2009-01-085-2/+97
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlineJarek Kobus2009-01-084-85/+1524
|\
| * Fixes: - Executable for console app are not found on Maccon2009-01-071-0/+5
| * Added the ability to clone AST nodes. Please, note that this is not finished ...Roberto Raggi2009-01-072-2/+1264
| * Pretty printing of wide string literals.Roberto Raggi2009-01-071-4/+7
| * Checkpoint. Pretty printing of switch and case statements.Roberto Raggi2009-01-071-1/+18
| * Pretty print char ltierals and wide char literals.Roberto Raggi2009-01-071-1/+12
| * Nicer pretty printing of while statements.Roberto Raggi2009-01-071-1/+10
| * Added a space before cv-qualifiers in a function declarator.Roberto Raggi2009-01-071-2/+1
| * Fixed the pretty printing of class specifiers and base clauses.Roberto Raggi2009-01-071-1/+6
| * Improved the pretty printing of enum specifiers and if-else statements.Roberto Raggi2009-01-071-6/+16
| * Add a space before the initializer.Roberto Raggi2009-01-071-0/+1
| * Implemented ExpressionListAST::accept().Roberto Raggi2009-01-061-2/+6
| * Accept the next-declarator in NewDeclaratorAST::accept() and implemented NewD...Roberto Raggi2009-01-061-4/+10
| * WhileStatementAST::lastToken().Roberto Raggi2009-01-061-2/+7
| * UsingDirectiveAST::lastToken().Roberto Raggi2009-01-061-2/+7
| * UsingAST::lastToken().Roberto Raggi2009-01-061-3/+7
| * TypenameTypeParameterAST::lastToken().Roberto Raggi2009-01-061-1/+0
| * TypenameCallExpressionAST::lastToken().Roberto Raggi2009-01-061-2/+14
| * TypeidExpressionAST::lastToken().Roberto Raggi2009-01-061-2/+8
| * TypeIdAST::lastToken().Roberto Raggi2009-01-061-2/+7
| * TypeConstructorCallAST::lastToken().Roberto Raggi2009-01-061-6/+20
| * TemplateTypeParameterAST::lastToken().Roberto Raggi2009-01-061-2/+12
| * TemplateIdAST::lastToken().Roberto Raggi2009-01-061-2/+12
| * TemplateDeclarationAST::lastToken().Roberto Raggi2009-01-061-3/+17
| * TemplateArgumentListAST::lastToken().Roberto Raggi2009-01-061-3/+2
| * SwitchStatementAST::lastToken().Roberto Raggi2009-01-061-7/+7
| * SimpleDeclarationAST::lastToken().Roberto Raggi2009-01-061-6/+9
| * QualifiedNameAST::lastToken().Roberto Raggi2009-01-061-6/+10
| * PointerToMemberAST::lastToken().Roberto Raggi2009-01-061-3/+13
| * ParamterDeclarationAST::lastToken() and ParameterDeclarationClauseAST::lastTo...Roberto Raggi2009-01-061-3/+2
| * More *AST::lastToken().Roberto Raggi2009-01-061-4/+4
| * Implemented NewExpressionAST::lastToken() and NewInitializerAST::lastToken().Roberto Raggi2009-01-061-4/+11
| * added missing cassert includemae2009-01-051-0/+1
* | Talked to hjk, restore back Q_ASSERTs, since qtcassert.h lies outside of shar...Jarek Kobus2009-01-089-79/+65
|/
* Fixed a typo in the pretty printing of TemplateTypeParameterAST.Roberto Raggi2009-01-051-1/+1
* Pretty print declarator list.Roberto Raggi2009-01-051-3/+6
* Implemented NestedExpressionAST::lastToken()Roberto Raggi2009-01-051-4/+8
* Implemented NestedDeclaratorAST::lastToken().Roberto Raggi2009-01-051-2/+5