summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Token.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Introduced T_CPP_COMMENT and T_CPP_DOXY_COMMENT to handle C++-style comments ↵Roberto Raggi2009-09-291-0/+1
| | | | | | and improved CPPEditor::isInComment to handle the newly introduced tokens. As side effect,this change should fix the regression we introduced in the "automagically" quote/brace insertion.
* long live the kinghjk2009-08-141-1/+1
|
* Compile the C++ parser library with Sun CC 5.9.Thiago Macieira2009-08-031-2/+2
| | | | | | | | | | | | Things you mustn't do: 1) end an enum with a comma 2) #include <cxxxx> and not use std:: 3) use anonymous structures All three things are invalid C++. Anonymous structures inside anonymous unions are allowed by GCC, but that doesn't mean it's valid.
* 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
| | | | Reviewed-by: Trust Me
* 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