summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Keywords.cpp
Commit message (Collapse)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
|
* License headers.con2010-12-171-7/+11
|
* Recognize C++0x decltype.Roberto Raggi2010-03-241-1/+18
|
* Recognize C++0x lambda expressions.Roberto Raggi2010-03-241-31/+31
|
* Parse and create AST nodes for the Q_MOC_RUN extensions.Roberto Raggi2010-03-171-2/+124
|
* Added parser support for Q_INTERFACES.Erik Verbruggen2010-03-171-1/+26
|
* Long live the king!hjk2010-03-051-1/+1
|
* Fixed pre-processor handling for Q_PROPERTY, Q_ENUMS and Q_FLAGS.Erik Verbruggen2010-02-221-6/+6
|
* 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