summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/CheckStatement.cpp
Commit message (Expand)AuthorAgeFilesLines
* Check for unnecessary semicolons after blocks.Roberto Raggi2009-12-071-1/+12
* Use const names.Roberto Raggi2009-12-011-5/+6
* Inital support for Q_D/Q_Q declarations.Roberto Raggi2009-11-301-0/+33
* 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
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-2/+2
* 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
* Initial work on smart highlight of local symbols. For-statements and symbols ...Roberto Raggi2009-06-251-0/+10
* 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
* Introduced startOffset(), endOffset(), getPosition(), getStartPosition(), and...Roberto Raggi2009-03-311-0/+2
* 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