summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Keywords.cpp
Commit message (Expand)AuthorAgeFilesLines
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-161-1688/+0
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* C++: Add parsing of Q_PRIVATE_PROPERTY.Christian Kamm2011-01-041-0/+42
* 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 und...Wolfgang Beck2010-01-191-0/+112
* 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
* 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
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* 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