summaryrefslogtreecommitdiff
path: root/shared/cplusplus
Commit message (Collapse)AuthorAgeFilesLines
...
* added missing cassert includemae2009-01-051-0/+1
|
* 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
|
* Implemented NamespaceAliasDefinitionAST::lastToken().Roberto Raggi2009-01-051-2/+9
|
* Implemented NamespaceAST::lastToken().Roberto Raggi2009-01-051-2/+7
|
* Implemented MemberAccessAST::lastToken().Roberto Raggi2009-01-051-1/+2
|
* Implemented MemInitializerAST::lastToken().Roberto Raggi2009-01-051-3/+7
|
* Implemented LinkageBodyAST::lastToken().Roberto Raggi2009-01-051-2/+9
|
* Implemented LabeledStatementAST::lastToken().Roberto Raggi2009-01-051-2/+3
|
* Implemented IfStatementAST::lastToken().Roberto Raggi2009-01-051-2/+7
|
* Implemented GotoStatementAST::lastToken().Roberto Raggi2009-01-051-2/+7
|
* Implemented FunctionDefinitionAST::lastToken().Roberto Raggi2009-01-051-2/+10
|
* Implemented FunctionDeclaratorAST::lastToken().Roberto Raggi2009-01-051-7/+11
|
* Implemented ForStatementAST::lastToken().Roberto Raggi2009-01-051-8/+22
|
* compile error on windowslunowi2009-01-041-0/+1
|
* Initial implementation of the pretty printer.Roberto Raggi2009-01-033-2/+1390
|
* Implemented ExceptionSpecificationAST::lastToken().Roberto Raggi2009-01-021-2/+14
|
* Implemented ExceptionDeclarationAST::lastToken().Roberto Raggi2009-01-021-3/+6
|
* Implemented EnumeratorAST::lastToken().Roberto Raggi2009-01-021-2/+1
|
* Implemented EnumSpecifierAST::lastToken().Roberto Raggi2009-01-021-4/+14
|
* Implemented DoStatementAST::lastToken().Roberto Raggi2009-01-021-2/+13
|
* Implemented DestructorNameAST::lastToken().Roberto Raggi2009-01-021-2/+3
|
* Implemented DeleteExpressionAST::lastToken().Roberto Raggi2009-01-021-5/+5
|
* Implemented DeclaratorAST::firstToken(), and DeclaratorAST::lastToken().Roberto Raggi2009-01-021-10/+25
|
* Initial work on *AST::lastToken().Roberto Raggi2009-01-022-55/+194
|
* Fixed SimpleDeclarationAST::firstToken().Roberto Raggi2009-01-021-9/+6
|
* Added `colon_token' to ClassSpecifierAST.Roberto Raggi2009-01-022-0/+5
|
* Introduced CPlusPlus::Managed.Roberto Raggi2008-12-224-15/+32
| | | | Managed is an helper base class that simplify the usage of memory pools.
* Merge branch '0.9.1-beta'dt2008-12-1765-65/+65
|\
| * chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-1665-65/+65
| |
* | Fixes: Parsing of simple id expressions (e.g. a;).Roberto Raggi2008-12-152-3/+18
|/ | | | AutoTest: included
* Implemented support for C++ and iso646 operators.Roberto Raggi2008-12-104-3/+158
|
* Added the methods to get all the identifiers used in a translation unit.Roberto Raggi2008-12-092-0/+11
|
* We don't use the uses, so just ifdef-out the code for now.Roberto Raggi2008-12-041-0/+2
|
* Fixed the parsing of class-specifiers when nested in a function definition.Roberto Raggi2008-12-031-2/+10
|
* Added different parsing mode to TranslationUnit/CppDocument.Roberto Raggi2008-12-032-7/+47
|
* Check for the wrong usage of ctor initializers.Roberto Raggi2008-12-031-5/+13
|
* Fixed possible crash when classifying chars.Roberto Raggi2008-12-032-2/+2
|
* off-by-one in headershjk2008-12-0265-65/+0
|
* end-of-line whitespace correction of the new headershjk2008-12-0265-650/+715
|
* some file cosmetics (mostly #include order and whitespace)hjk2008-12-022-38/+0
|
* Initial importcon2008-12-0267-0/+20752