summaryrefslogtreecommitdiff
path: root/shared/cplusplus/Parser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-3810/+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-261-15/+20
|
* Accept gcc attributes in cv-qualifiers.Roberto Raggi2009-01-141-0/+3
|
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
|
* 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-131-3/+24
|
* Parse ObjC++ class and category implementations.Roberto Raggi2009-01-121-0/+37
|
* --warningsRoberto Raggi2009-01-121-8/+8
|
* Improved ObjC++ support.Roberto Raggi2009-01-121-401/+302
|
* --warningsRoberto Raggi2009-01-091-5/+5
|
* More ObjC++Roberto Raggi2009-01-091-6/+229
|
* More work on ObjC++ support.Roberto Raggi2009-01-081-13/+152
|
* 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-081-2/+105
|
* Parse ObjC identifier list.Roberto Raggi2009-01-081-0/+15
|
* Parse ObjC @class declarations.Roberto Raggi2009-01-081-1/+14
|
* Handle toplevel objc++ declarations.Roberto Raggi2009-01-081-0/+57
|
* Added `colon_token' to ClassSpecifierAST.Roberto Raggi2009-01-021-0/+4
|
* Merge branch '0.9.1-beta'dt2008-12-171-1/+1
|\
| * chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
| |
* | Fixes: Parsing of simple id expressions (e.g. a;).Roberto Raggi2008-12-151-2/+16
|/ | | | AutoTest: included
* Fixed the parsing of class-specifiers when nested in a function definition.Roberto Raggi2008-12-031-2/+10
|
* off-by-one in headershjk2008-12-021-1/+0
|
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
|
* Initial importcon2008-12-021-0/+3238