summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/ASTVisitor.h
Commit message (Collapse)AuthorAgeFilesLines
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-161-401/+0
| | | | Approved-by: legal
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Update license.hjk2011-04-131-14/+13
|
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-041-1/+1
| | | | We use the latter style everywhere else to signify the end of a namespace block.
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* License headers.con2010-12-171-7/+11
|
* Introduced IdExpressionAST.Roberto Raggi2010-08-021-0/+2
|
* Get rid of PostfixExpressionAST and store the base expression together with ↵Roberto Raggi2010-06-231-2/+0
| | | | the PostfixAST nodes.
* Parse C++ 0x argument packs.Roberto Raggi2010-03-251-0/+3
|
* Recognize C++0x lambda expressions.Roberto Raggi2010-03-241-0/+15
|
* Parse and create AST nodes for the Q_MOC_RUN extensions.Roberto Raggi2010-03-171-0/+4
|
* Added parser support for Q_INTERFACES.Erik Verbruggen2010-03-171-0/+4
|
* Long live the king!hjk2010-03-051-1/+1
|
* Simplified ObjC selectors in the AST.Erik Verbruggen2010-02-231-4/+2
|
* Fixed Q_PROPERTY parsing to handle all possible cases.Erik Verbruggen2010-02-161-8/+2
|
* Revert "Added Objective-C @try block parsing."Erik Verbruggen2010-02-151-8/+0
| | | | This reverts commit f4163b8ba01cd1a4f5d91c83a3863939b7809375.
* Added Objective-C @try block parsing.Erik Verbruggen2010-02-151-0/+8
|
* Removed Q_DECLARE_FLAGS parsing, leaving it to the CPP to expand it.Erik Verbruggen2010-02-081-2/+0
|
* Changed Q_PROPERTY parsing and AST storage.Erik Verbruggen2010-02-071-0/+8
|
* Reworked parts of the QtPropertyDeclaration parsing and handling.Erik Verbruggen2010-02-071-8/+8
|
* Added AST nodes for compound expressions (a GNU extension).Erik Verbruggen2010-02-071-0/+2
|
* Removed #ifdefs so all AST nodes are always there.Erik Verbruggen2010-02-041-4/+0
| | | | | | Also removed the (conditional) invoke_token from DeclarationAST and use the qt_invokable_token to store the Q_INVOKABLE, and fixed the ASTMatch code generation.
* Merge ichecker branch changes into the mainline. New project can be found ↵Wolfgang Beck2010-01-191-0/+12
| | | | under src/tools/ICheck
* Use const literals.Roberto Raggi2009-12-011-6/+6
|
* Inital support for Q_D/Q_Q declarations.Roberto Raggi2009-11-301-0/+2
|
* Refactored the AST visitors.Roberto Raggi2009-11-171-3/+4
| | | | Now, the ASTVisitor constructor takes a valid reference to a TranslationUnit.
* Removed deprecated methods.Roberto Raggi2009-11-101-12/+0
|
* Removed ObjCMessageArgumentListASTRoberto Raggi2009-11-101-0/+7
| | | | Done with Erik Verbruggen
* Removed ObjCIdentifierListASTRoberto Raggi2009-11-101-2/+2
| | | | Done with Erik Verbruggen
* Removed TemplateArgumentListASTRoberto Raggi2009-11-101-2/+0
| | | | Done with Erik Verbruggen
* Removed DeclaratorListASTRoberto Raggi2009-11-101-2/+0
| | | | Done with Erik Verbruggen
* Removed StatementListASTRoberto Raggi2009-11-101-2/+0
| | | | Done with Erik Verbruggen
* Removed DeclarationListAST node.Roberto Raggi2009-11-101-3/+0
| | | | Done with Erik Verbruggen
* Removed the ExpressionListAST node.Roberto Raggi2009-11-101-2/+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
|
* Cleaned the ObjC AST up.Erik Verbruggen2009-08-051-10/+4
|
* Merged ObjCMethodDefinitionAST into ObjCMethodDeclarationAST.Erik Verbruggen2009-08-041-2/+0
|
* Added @synchronized parsing for Objective-C.Erik Verbruggen2009-07-311-1/+2
|
* Improved ObjC parsing, and added semantic checks.Erik Verbruggen2009-07-281-6/+16
|
* Fixes for the ObjC AST. Now it should be complete.Erik Verbruggen2009-07-201-0/+4
|
* Added more AST for ObjC.Erik Verbruggen2009-07-201-0/+14
|
* Added ObjC method prototypes to the AST.Erik Verbruggen2009-07-161-0/+6
|
* Added ObjC properties to the AST.Erik Verbruggen2009-07-161-2/+6
|
* Added ObjC @interface and @implementation member declarations.Erik Verbruggen2009-07-161-0/+6
|
* Added ObjC encode expressions.Erik Verbruggen2009-07-161-0/+4
|
* Added ObjC protocol expressions.Erik Verbruggen2009-07-161-0/+2
|
* AST additions for ObjC send_msg.Erik Verbruggen2009-07-151-0/+4
|
* Added AST for a bit of ObjC.Erik Verbruggen2009-07-131-0/+12
|
* Introduced ForeachStatementAST and the bits to parse foreach statements when ↵Roberto Raggi2009-07-031-0/+2
| | | | qtMocRun is enabled.