summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus
Commit message (Expand)AuthorAgeFilesLines
* Fixed semantic checks for Objective-C methods and fast-enumeration.Erik Verbruggen2009-08-052-4/+20
* Compile the C++ parser library with Sun CC 5.9.Thiago Macieira2009-08-034-29/+30
* Added Semantic checks for ObjC methods.Erik Verbruggen2009-07-313-0/+24
* Added Snapshot::dependsOn().Roberto Raggi2009-07-292-3/+80
* Improved ObjC parsing, and added semantic checks.Erik Verbruggen2009-07-282-0/+12
* Implemented include completionThorbjørn Lindeijer2009-07-232-1/+3
* fix include dependency plugins/cpp* => shared/cplusplusOswald Buddenhagen2009-07-171-0/+1
* Introduced revisions in CPlusPlus::Document.Roberto Raggi2009-07-142-1/+16
* Fixed possible crashes when resolving namespace and class bindings.Roberto Raggi2009-07-142-20/+43
* Oops! operators are not objc keywords :)Roberto Raggi2009-07-131-1/+1
* Search for type names in template type and template-template-type parameters.Roberto Raggi2009-07-132-26/+76
* Fixed a few typos and bugs in the ObjC++ support.Roberto Raggi2009-07-132-0/+6
* Moved CheckUndefinedSymbols in libCPlusPlusRoberto Raggi2009-07-133-0/+465
* Return the right type for the literal.Roberto Raggi2009-07-101-3/+28
* More work on the binding pass.Roberto Raggi2009-07-102-32/+250
* Replaced T_INT_LITERAL and T_FLOAT_LITERAL with T_NUMERIC_LITERAL.Roberto Raggi2009-07-101-1/+1
* Introduced Snapshot::simplified(doc)Roberto Raggi2009-07-102-0/+27
* Don't expand object-like macro when preprocessing in fast-mode.Roberto Raggi2009-07-091-0/+11
* Fixed possible crash when completing function-like arguments.Roberto Raggi2009-07-091-2/+2
* Introduced ASTparentRoberto Raggi2009-07-073-0/+142
* Disable macro expansion when preprocessing in fast-mode.Roberto Raggi2009-07-063-4/+23
* Made foreach a keyword when parsing with qtMocRunRoberto Raggi2009-07-031-0/+2
* Introduced ForeachStatementAST and the bits to parse foreach statements when ...Roberto Raggi2009-07-031-0/+2
* Protected the new (not yet finished) code that merge environments.Roberto Raggi2009-07-011-0/+2
* Fixed possible crash in the preprocessing phase when the first token in theRoberto Raggi2009-07-011-1/+5
* Merge the environment from the previous parse.Roberto Raggi2009-07-012-2/+11
* Produce `join' tokens.Roberto Raggi2009-06-291-4/+5
* Introduced Document::CheckMode.Roberto Raggi2009-06-262-2/+9
* Highlight the locals.Roberto Raggi2009-06-241-8/+6
* Some cleanup in the AST nodes.Roberto Raggi2009-06-171-2/+2
* Simplified TypeOf/ResolveExpression.Roberto Raggi2009-06-173-16/+11
* Update license headers and sales contact details.Jason McDonald2009-06-1744-88/+88
* Keep the original encoded text around while preprocessing.Roberto Raggi2009-06-156-14/+35
* Removed the filename literals.Roberto Raggi2009-06-151-2/+2
* Improved the member lookup of typedef symbols.Roberto Raggi2009-06-102-19/+47
* Expand the anonymous namespace and not the enclosing namespace.Roberto Raggi2009-06-101-1/+1
* Added Document::source()Roberto Raggi2009-06-052-0/+5
* Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainlineRoberto Raggi2009-06-042-2/+40
|\
| * Expand enum and anonymous scoped symbols when resolving qualified name ids.Roberto Raggi2009-06-042-2/+40
* | Show all the warn messages.Roberto Raggi2009-06-041-3/+10
* | Say hello to Snapshot::documentFromSource(), Snapshot::preprocessedCode() and...Roberto Raggi2009-06-032-1/+41
* | Introduced CPlusPlus::FastPreprocessor.Roberto Raggi2009-06-033-0/+134
* | Warn for undefined namespaces in using namespace directives.Roberto Raggi2009-06-032-0/+28
* | Run the binding passRoberto Raggi2009-06-032-1/+12
* | Initial work on the binding pass.Roberto Raggi2009-06-033-0/+747
* | Made the C++ front-end more Creator-friendly.Roberto Raggi2009-06-032-2/+1
|/
* Refactored the lookup of name and template name ids.Roberto Raggi2009-05-282-42/+21
* Say hello to LookupContext::resolveNestedNameSpecifier()Roberto Raggi2009-05-282-37/+29
* Added LookupContext::resolveOperatorNameId() with the bits needed to resolve ...Roberto Raggi2009-05-282-13/+32
* Moved the lookup of qualified name ids in LookupContext::resolveQualifiedName...Roberto Raggi2009-05-282-42/+54