summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Parser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed the parsing of foreach statements. The initializer expression needs to ...Roberto Raggi2009-07-031-1/+1
* Introduced ForeachStatementAST and the bits to parse foreach statements when ...Roberto Raggi2009-07-031-4/+42
* Removed two stray backslashesThorbjørn Lindeijer2009-06-291-1/+1
* Oops, restore the value of blockErrors()Roberto Raggi2009-06-191-3/+3
* Fixed more template-id vs expressions ambiguites.Roberto Raggi2009-06-191-3/+7
* Fixed template-id vs binary expression followed by a C-cast expression ambigu...Roberto Raggi2009-06-191-0/+25
* Improved compatibility with the gcc extensions.Roberto Raggi2009-06-181-1/+18
* Don't search for undefined symbols in ambiguous typeof expressions.Roberto Raggi2009-06-181-1/+2
* Some cleanup in the AST nodes.Roberto Raggi2009-06-171-23/+48
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* cleanupRoberto Raggi2009-06-051-11/+11
* Extended the AST with references to more tokensThorbjørn Lindeijer2009-05-111-23/+33
* Fixed parsing of ambiguous name ids.Roberto Raggi2009-04-281-0/+4
* Added support for Q_SIGNAL and Q_SLOT.Roberto Raggi2009-03-251-2/+7
* Check for ambigious function-declarators/cpp-initializers.Roberto Raggi2009-03-171-0/+22
* Prefer C++ Initializer when parsing init-declarators.Roberto Raggi2009-03-171-2/+21
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Improved the implementation of new-expressions.Roberto Raggi2009-02-101-35/+88
* Accept T_COLON_COLON only for the first objc message arg.Roberto Raggi2009-02-061-1/+1
* Fixes: Parsing of objc selector expressions.Roberto Raggi2009-02-061-1/+32
* Fixes: Parsing of objc method definitions.Roberto Raggi2009-02-061-3/+4
* Fixes: Parsing of block declarations in an @implementation block.Roberto Raggi2009-02-061-2/+18
* Added fast lookup of objc type qualifiers.Roberto Raggi2009-02-051-10/+6
* Fixes: Parsing objc method definitions.Roberto Raggi2009-02-051-0/+36
* Fixes: Parsing of GCC asm definitions.Roberto Raggi2009-02-051-10/+80
* Improved parsing of objc message expressions.Roberto Raggi2009-02-051-7/+11
* Fixes: Parsing of objc message expressions.Roberto Raggi2009-02-051-1/+56
* Fixes: Parsing of objc string literals and selector expressions.Roberto Raggi2009-02-051-2/+42
* Fixes: Parsing of objc protocol expressions.Roberto Raggi2009-02-051-1/+14
* Parse objc encode expressions.Roberto Raggi2009-02-051-1/+11
* Dummy method for the objc expressions.Roberto Raggi2009-02-051-0/+30
* Fixes: Parsing of wide char literals.Roberto Raggi2009-01-291-1/+2
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+3810