summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/ASTVisit.cpp
Commit message (Expand)AuthorAgeFilesLines
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-161-1231/+0
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* C++: Add parsing of Q_PRIVATE_PROPERTY.Christian Kamm2011-01-041-0/+1
* License headers.con2010-12-171-7/+11
* Some cleanup in the C++ AST.Roberto Raggi2010-08-261-4/+4
* Introduced IdExpressionAST.Roberto Raggi2010-08-021-0/+8
* Get rid of PostfixExpressionAST and store the base expression together with t...Roberto Raggi2010-06-231-9/+4
* Parse C++ 0x argument packs.Roberto Raggi2010-03-251-0/+8
* Accepts trailing return types.Roberto Raggi2010-03-241-0/+1
* Recognize C++0x lambda expressions.Roberto Raggi2010-03-241-0/+54
* Added attributes to the elaborate-type-specifier AST node.Erik Verbruggen2010-03-231-0/+1
* Renamed the CompoundExpressionAST::compoundStatement.Roberto Raggi2010-03-231-1/+1
* 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/+17
* Long live the king!hjk2010-03-051-1/+1
* Simplified ObjC selectors in the AST.Erik Verbruggen2010-02-231-22/+15
* Fixed Q_PROPERTY parsing to handle all possible cases.Erik Verbruggen2010-02-161-17/+2
* Revert "Added Objective-C @try block parsing."Erik Verbruggen2010-02-151-35/+0
* Added Objective-C @try block parsing.Erik Verbruggen2010-02-151-0/+35
* Removed Q_DECLARE_FLAGS parsing, leaving it to the CPP to expand it.Erik Verbruggen2010-02-081-9/+0
* Changed ObjC message arguments to have SimpleName for the name part.Erik Verbruggen2010-02-081-0/+1
* Changed Q_PROPERTY parsing and AST storage.Erik Verbruggen2010-02-071-8/+24
* Added semantic checks for Q_ENUMS.Erik Verbruggen2010-02-071-1/+1
* Simplified Q_FLAGS and Q_DECLARE_FLAGS parsing.Erik Verbruggen2010-02-071-1/+3
* Reworked parts of the QtPropertyDeclaration parsing and handling.Erik Verbruggen2010-02-071-4/+14
* 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-2/+11
* Merge ichecker branch changes into the mainline. New project can be found und...Wolfgang Beck2010-01-191-0/+30
* Fixed semantic check for ObjC fast-enumeration for-loops, then merged it with...Erik Verbruggen2010-01-111-1/+1
* Inital support for Q_D/Q_Q declarations.Roberto Raggi2009-11-301-0/+8
* Fixed parsing of ctor-initializers and added a manual test for the AST matchersRoberto Raggi2009-11-131-1/+1
* Fixed the AST field names.Roberto Raggi2009-11-101-54/+54
* Ported the accept methods.Roberto Raggi2009-11-101-37/+19
* Cleanup specifiers.Roberto Raggi2009-11-101-71/+35
* Cleanup ptr operators.Roberto Raggi2009-11-101-6/+3
* Cleanup Catch clauseRoberto Raggi2009-11-101-2/+1
* Cleanup nested name specifiersRoberto Raggi2009-11-101-4/+3
* Cleanup AttributesRoberto Raggi2009-11-101-2/+1
* Cleanup postfix declarators.Roberto Raggi2009-11-101-2/+1
* Cleanup Postfix operators.Roberto Raggi2009-11-101-2/+1
* Cleanup NewArrayDeclaratorASTRoberto Raggi2009-11-101-2/+1
* Cleanup MemInitializerASTRoberto Raggi2009-11-101-4/+2
* Cleanup base base specifiers.Roberto Raggi2009-11-101-2/+1
* Removed ObjCSynthesizedPropertyASTRoberto Raggi2009-11-101-8/+0
* Removed ObjCMessageArgumentDeclarationListASTRoberto Raggi2009-11-101-8/+0
* Removed ObjCPropertyAttributeListASTRoberto Raggi2009-11-101-8/+0
* Removed ObjCSelectorArgumentListASTRoberto Raggi2009-11-101-8/+0
* Removed ObjCMessageArgumentListASTRoberto Raggi2009-11-101-8/+0