summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Token.cpp
Commit message (Expand)AuthorAgeFilesLines
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-161-144/+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
* License headers.con2010-12-171-7/+11
* Parse and create AST nodes for the Q_MOC_RUN extensions.Roberto Raggi2010-03-171-1/+4
* Added parser support for Q_INTERFACES.Erik Verbruggen2010-03-171-1/+1
* Long live the king!hjk2010-03-051-1/+1
* Revert "Split Objective-C keyword parsing to handle the '@' separately."Erik Verbruggen2010-02-151-12/+14
* Split Objective-C keyword parsing to handle the '@' separately.Erik Verbruggen2010-02-151-14/+12
* Removed Q_DECLARE_FLAGS parsing, leaving it to the CPP to expand it.Erik Verbruggen2010-02-081-1/+1
* Added semantic checks for Q_ENUMS.Erik Verbruggen2010-02-071-2/+0
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-1/+1
|\
* | Merge ichecker branch changes into the mainline. New project can be found und...Wolfgang Beck2010-01-191-1/+5
* | Inital support for Q_D/Q_Q declarations.Roberto Raggi2009-11-301-1/+1
|/
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-2/+2
* Introduced T_CPP_COMMENT and T_CPP_DOXY_COMMENT to handle C++-style comments ...Roberto Raggi2009-09-291-0/+1
* long live the kinghjk2009-08-141-1/+1
* Compile the C++ parser library with Sun CC 5.9.Thiago Macieira2009-08-031-2/+2
* Fixed a few typos and bugs in the ObjC++ support.Roberto Raggi2009-07-131-1/+1
* Replaced T_INT_LITERAL and T_FLOAT_LITERAL with T_NUMERIC_LITERAL.Roberto Raggi2009-07-101-2/+1
* Made foreach a keyword when parsing with qtMocRunRoberto Raggi2009-07-031-1/+1
* 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-1/+1
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Initial support for doxygen comments.Roberto Raggi2009-02-201-1/+1
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+140