summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/ASTMatch0.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-161-1150/+0
| | | | Approved-by: legal
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Update license.hjk2011-04-131-14/+13
|
* 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/+8
|
* Get rid of PostfixExpressionAST and store the base expression together with ↵Roberto Raggi2010-06-231-8/+0
| | | | the PostfixAST nodes.
* Parse C++ 0x argument packs.Roberto Raggi2010-03-251-0/+8
|
* Recognize C++0x lambda expressions.Roberto Raggi2010-03-241-0/+48
|
* Parse and create AST nodes for the Q_MOC_RUN extensions.Roberto Raggi2010-03-171-0/+16
|
* Added parser support for Q_INTERFACES.Erik Verbruggen2010-03-171-0/+16
|
* Long live the king!hjk2010-03-051-1/+1
|
* Simplified ObjC selectors in the AST.Erik Verbruggen2010-02-231-24/+16
|
* Fixed Q_PROPERTY parsing to handle all possible cases.Erik Verbruggen2010-02-161-18/+2
|
* 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
|
* Removed Q_DECLARE_FLAGS parsing, leaving it to the CPP to expand it.Erik Verbruggen2010-02-081-8/+0
|
* Changed Q_PROPERTY parsing and AST storage.Erik Verbruggen2010-02-071-0/+24
|
* 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/+8
|
* Removed #ifdefs so all AST nodes are always there.Erik Verbruggen2010-02-041-6/+13
| | | | | | 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/+34
| | | | under src/tools/ICheck
* Inital support for Q_D/Q_Q declarations.Roberto Raggi2009-11-301-0/+8
|
* New matchersRoberto Raggi2009-11-131-984/+366
|
* Initial work on the pattern matcher for AST nodes.Roberto Raggi2009-11-121-0/+1628