summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Keywords.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed Q_DECLARE_FLAGS parsing, leaving it to the CPP to expand it.Erik Verbruggen2010-02-081-36/+0
|
* Reworked parts of the QtPropertyDeclaration parsing and handling.Erik Verbruggen2010-02-071-10/+0
|
* Merge ichecker branch changes into the mainline. New project can be found ↵Wolfgang Beck2010-01-191-0/+112
| | | | under src/tools/ICheck
* Inital support for Q_D/Q_Q declarations.Roberto Raggi2009-11-301-1/+11
|
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-2/+2
| | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT.
* long live the kinghjk2009-08-141-1/+1
|
* Made foreach a keyword when parsing with qtMocRunRoberto Raggi2009-07-031-0/+15
|
* Introduced ForeachStatementAST and the bits to parse foreach statements when ↵Roberto Raggi2009-07-031-4/+18
| | | | qtMocRun is enabled.
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Added support for Q_SIGNAL and Q_SLOT.Roberto Raggi2009-03-251-0/+30
|
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+1348