summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/CheckStatement.h
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of the old Semantic pass.Roberto Raggi2010-08-131-114/+0
|
* Fixes for scope range calculation.Erik Verbruggen2010-07-191-0/+1
|
* Long live the king!hjk2010-03-051-1/+1
|
* Revert "Added Objective-C @try block parsing."Erik Verbruggen2010-02-151-3/+0
| | | | This reverts commit f4163b8ba01cd1a4f5d91c83a3863939b7809375.
* Added Objective-C @try block parsing.Erik Verbruggen2010-02-151-0/+3
|
* Added semantic checks for compound expressions.Erik Verbruggen2010-02-071-2/+6
|
* Fixed semantic check for ObjC fast-enumeration for-loops, then merged it ↵Erik Verbruggen2010-01-111-0/+8
| | | | with the semantic check for the foreach.
* Inital support for Q_D/Q_Q declarations.Roberto Raggi2009-11-301-0/+1
|
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-4/+4
| | | | 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/+1
|
* Introduced ForeachStatementAST and the bits to parse foreach statements when ↵Roberto Raggi2009-07-031-0/+1
| | | | qtMocRun is enabled.
* 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/+102