summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/CheckStatement.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of the prefix findOrInsert for the functions in CPlusPlus::Control.Roberto Raggi2010-08-111-3/+3
|
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-30/+30
|
* Fixes for scope range calculation.Erik Verbruggen2010-07-191-14/+41
|
* Changed startOffset to point to the start of the scope.Erik Verbruggen2010-07-161-1/+1
|
* Fixed off-by-1-token for symbol end offsets.Erik Verbruggen2010-05-281-7/+7
|
* Highlight user defined types.Roberto Raggi2010-05-251-6/+4
|
* Long live the king!hjk2010-03-051-1/+1
|
* Revert "Added Objective-C @try block parsing."Erik Verbruggen2010-02-151-32/+0
| | | | This reverts commit f4163b8ba01cd1a4f5d91c83a3863939b7809375.
* Added Objective-C @try block parsing.Erik Verbruggen2010-02-151-0/+32
|
* Added semantic checks for compound expressions.Erik Verbruggen2010-02-071-14/+37
|
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-1/+1
|\ | | | | | | Trailing whitespace removal re-applied manually.
* | Fixed semantic check for ObjC fast-enumeration for-loops, then merged it ↵Erik Verbruggen2010-01-111-37/+40
| | | | | | | | with the semantic check for the foreach.
* | 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
|/ | | | 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