summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/CheckStatement.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the AST field names.Roberto Raggi2009-11-101-5/+5
|
* Cleanup Catch clauseRoberto Raggi2009-11-101-2/+2
|
* Removed StatementListASTRoberto Raggi2009-11-101-1/+1
| | | | Done with Erik Verbruggen
* 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.
* long live the kinghjk2009-08-141-1/+1
|
* Fixed semantic checks for Objective-C methods and fast-enumeration.Erik Verbruggen2009-08-051-0/+28
|
* Introduced ForeachStatementAST and the bits to parse foreach statements when ↵Roberto Raggi2009-07-031-0/+29
| | | | qtMocRun is enabled.
* Initial work on smart highlight of local symbols. For-statements and symbols ↵Roberto Raggi2009-06-251-0/+10
| | | | genarated from a macro expansion are not yet highlighted.
* Some cleanup in the AST nodes.Roberto Raggi2009-06-171-2/+2
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Introduced startOffset(), endOffset(), getPosition(), getStartPosition(), ↵Roberto Raggi2009-03-311-0/+2
| | | | and getEndPosition().
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Introduced ASTVisitor::endVisit(ast node)Roberto Raggi2009-02-091-0/+6
|
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+239