summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Semantic.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 CPlusPlus::TemplateArguments and fixed a possible mem-leak when ↵Roberto Raggi2009-08-261-1/+1
| | | | using template members.
* long live the kinghjk2009-08-141-1/+1
|
* Added semantic checks for method declarations.Erik Verbruggen2009-07-311-0/+6
|
* Improved ObjC parsing, and added semantic checks.Erik Verbruggen2009-07-281-0/+47
|
* Introduced ForeachStatementAST and the bits to parse foreach statements when ↵Roberto Raggi2009-07-031-1/+1
| | | | qtMocRun is enabled.
* Introduced Document::CheckMode.Roberto Raggi2009-06-261-0/+8
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* 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/+198