summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Lexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduced type matchers.Roberto Raggi2009-11-231-2/+0
* Accepts `$' as valid character when recognizing identifiers.Roberto Raggi2009-11-041-3/+3
* 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-1/+1
* long live the kinghjk2009-08-141-1/+1
* Stop scanning string literals when the current character is a newline.Roberto Raggi2009-08-041-1/+4
* Compile the C++ parser library with Sun CC 5.9.Thiago Macieira2009-08-031-96/+98
* 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/+2
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Support Doxygen comment style after membersThorbjørn Lindeijer2009-03-201-0/+6
* Fixed: Parsing of /**/ tokens.Roberto Raggi2009-03-021-0/+6
* Improved matching of qdox/doxygen comments.Roberto Raggi2009-03-021-1/+8
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Fixed highlighting of comment closing element */Thorbjørn Lindeijer2009-02-201-2/+3
* Initial support for doxygen comments.Roberto Raggi2009-02-201-10/+32
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+680