summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/CheckExpression.h
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of PostfixExpressionAST and store the base expression together with ↵Roberto Raggi2010-06-231-1/+0
| | | | the PostfixAST nodes.
* Parse C++ 0x argument packs.Roberto Raggi2010-03-251-0/+1
|
* Recognize C++0x lambda expressions.Roberto Raggi2010-03-241-0/+1
|
* Long live the king!hjk2010-03-051-1/+1
|
* Revert "Added Objective-C @try block parsing."Erik Verbruggen2010-02-151-1/+0
| | | | This reverts commit f4163b8ba01cd1a4f5d91c83a3863939b7809375.
* Added Objective-C @try block parsing.Erik Verbruggen2010-02-151-0/+1
|
* Added AST nodes for compound expressions (a GNU extension).Erik Verbruggen2010-02-071-0/+1
|
* Pass the fully specified type as const reference.Roberto Raggi2009-11-171-1/+1
|
* Removed the ExpressionListAST node.Roberto Raggi2009-11-101-1/+0
| | | | Done with Erik Verbruggen
* 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
|
* Added Semantic checks for ObjC methods.Erik Verbruggen2009-07-311-0/+5
|
* 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/+127