summaryrefslogtreecommitdiff
path: root/shared/cplusplus
Commit message (Expand)AuthorAgeFilesLines
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-2670-25410/+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
* Accept gcc attributes in cv-qualifiers.Roberto Raggi2009-01-141-0/+3
* Bump year in licence header.Daniel Molkentin2009-01-1367-67/+67
* 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
* 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