summaryrefslogtreecommitdiff
path: root/shared
Commit message (Collapse)AuthorAgeFilesLines
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-26189-45637/+0
|
* Fixed: Typo in parseNameId(). We need to return true on success :-)Roberto Raggi2009-01-261-1/+1
|
* Fixes: Parsing of name ids.Roberto Raggi2009-01-262-15/+21
|
* Fixes: - css and svg display problemsPatrick Star2009-01-221-7/+22
|
* Accept gcc attributes in cv-qualifiers.Roberto Raggi2009-01-141-0/+3
|
* remove ProjectExplorerInterface and ExtensionSystemInterfaces fileshjk2009-01-141-1/+0
|
* Bump year in licence header.Daniel Molkentin2009-01-13148-148/+148
|
* Compile fix for gcc 4.3Thorbjørn Lindeijer2009-01-131-0/+1
|
* More ObjC++Roberto Raggi2009-01-131-4/+31
|
* Added support for C99 compound literals.Roberto Raggi2009-01-139-3/+103
|
* 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
| | | | | | | | yet. So don't try to use it.
| * 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 ↵Roberto Raggi2009-01-061-4/+10
| | | | | | | | NewDeclarator::lastToken().
| * 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
| |