aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/cplusplus
Commit message (Expand)AuthorAgeFilesLines
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-1666-41133/+0
* Added the Enumerator class as a special Declaration.Erik Verbruggen2011-05-097-11/+73
* Fix/add copyright headersTobias Hunger2011-05-0664-64/+64
* Update license.hjk2011-04-1364-896/+832
* Fix C++ model crash when evaluating deep expressionsLeandro Melo2011-04-082-1/+23
* C++: Fix Bind run on QtPropertyDeclarationAST.Christian Kamm2011-02-071-0/+2
* C++ editor: Better control to stop the semantic highlighterLeandro Melo2011-02-043-0/+30
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-0430-30/+30
* Parse ambiguous postfix expressions.Roberto Raggi2011-01-201-0/+41
* It's 2011 now.con2011-01-1264-64/+64
* C++ completion: Skip Q_PROPERTY and Q_ENUMS symbols.Christian Kamm2011-01-071-0/+6
* C++ parser: Fix bug with conditional expressions.Christian Kamm2011-01-061-1/+1
* C++: Update and improve ASTPatternBuilder.Christian Kamm2011-01-061-60/+475
* C++: Add parsing of Q_PRIVATE_PROPERTY.Christian Kamm2011-01-048-1/+84
* C++: Bind Q_ENUMS in the code model.Christian Kamm2011-01-048-1/+62
* C++: Add QtPropertyDeclaration symbol.Christian Kamm2011-01-049-12/+154
* C++: Fix bind of Q_INVOKABLE functions.Christian Kamm2011-01-041-3/+21
* Merge branch '2.1'con2010-12-1764-448/+704
|\
| * License headers.con2010-12-1764-448/+704
* | Added semantic checks for stray semicolons and topldevel empty declarations.Roberto Raggi2010-12-166-1/+27
* | Added some initial support for function overloading.Roberto Raggi2010-12-104-0/+45
* | C++: implemented switch decl to def for operatorsErik Verbruggen2010-11-192-0/+11
* | Fix argument count for functions with void argument.Francois Ferrand2010-11-181-0/+2
|/
* C++ Parser: fix infinite loop when recovering from incorrect @selector expres...Erik Verbruggen2010-10-081-3/+9
* C++: fixed possible null-pointer access.Erik Verbruggen2010-09-271-4/+5
* Fix typo.Leandro Melo2010-09-221-1/+1
* C++: fixed invalid parsing of 'call()->call()'.Erik Verbruggen2010-09-151-2/+15
* C++: Fix: disallow empty nested declarators, it's invalid.Erik Verbruggen2010-09-151-1/+1
* Fixed parsing of sizeof expressions.Roberto Raggi2010-09-091-2/+5
* Improved parsing of expression-or-declaration statements.Roberto Raggi2010-09-091-17/+30
* C++: fixed completion in braceless statements following a control statement.Erik Verbruggen2010-09-092-174/+174
* Fixed alignment issues with 64 bits ABIs.Roberto Raggi2010-09-0314-41/+42
* Tune the symbol and the literal tables.Roberto Raggi2010-09-022-4/+12
* Get rid of the numeric literals.Roberto Raggi2010-09-023-0/+18
* Merge CPlusPlus::NameId and CPlusPlus::Identifier.Roberto Raggi2010-09-0213-108/+47
* Fixed invalid skipping of pound tokens.Erik Verbruggen2010-09-011-1/+1
* Tune the default size of literal tables.Roberto Raggi2010-09-011-14/+5
* Fixed warning when passing the declaringClass.Roberto Raggi2010-08-271-1/+1
* Set the end of the template's scope.Roberto Raggi2010-08-271-1/+1
* Reduced the number of ambiguous C++ initializers.Roberto Raggi2010-08-261-1/+19
* Get rid of deprecated forward class declarations.Roberto Raggi2010-08-261-1/+0
* Renamed Symbol::scope() to Symbol::enclosingScope().Roberto Raggi2010-08-263-10/+10
* Some cleanup in the C++ AST.Roberto Raggi2010-08-2610-76/+79
* Prefer declaration statements.Roberto Raggi2010-08-261-58/+61
* Get rid of the old Parser::parseExpressionOrDeclarationStatement().Roberto Raggi2010-08-261-33/+0
* Renamed Symbol::identity() to Symbol::unqualifiedName().Roberto Raggi2010-08-264-19/+19
* Pass the enclosing ClassSpecifierAST node.Roberto Raggi2010-08-262-68/+56
* Reduced the number of ambiguous ExpressionOrDeclarationStatementAST nodes.Roberto Raggi2010-08-264-145/+235
* Update the source locations.Roberto Raggi2010-08-172-26/+68
* Update the decl specifiers.Roberto Raggi2010-08-171-0/+1