summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus
Commit message (Collapse)AuthorAgeFilesLines
...
| * Don't pass QChar as const & since it's just a unsigned shortThorbjørn Lindeijer2010-06-142-5/+5
| | | | | | | | Reviewed-by: ogoffart
* | Introduced token caching to prevent repetetive tokenizing.Erik Verbruggen2010-06-1413-191/+187
| | | | | | | | | | | | Also removed TokenUnderCursor as it's functionality is in the token cache. Reviewed-by: ckamm
* | Fix single bit value cannot be signed, change to match declarations elsewhere.Bill King2010-06-111-3/+3
| |
* | Keep the Control around for as long needed.Roberto Raggi2010-06-045-22/+32
| |
* | Fixed the return type for objc_msg_send expressions.Erik Verbruggen2010-06-041-2/+5
| |
* | Revert "Introduced a token cache for the C++ editor."Erik Verbruggen2010-06-0411-162/+52
| | | | | | | | This reverts commit c2393df02332618c8cf6159d9d6f6a40041ced89.
* | Fixed possible null-pointer deref.Erik Verbruggen2010-06-041-12/+12
| |
* | Fixed a couple of null-checks/-returns.Erik Verbruggen2010-06-041-5/+5
| |
* | Fixed hidden parameters.Erik Verbruggen2010-06-042-4/+4
| |
* | Introduced a token cache for the C++ editor.Erik Verbruggen2010-06-0411-52/+162
| | | | | | | | | | This should speed things up a bit, because before, the line was tokenized at least 3 times.
* | Fixed possible null-pointer crash.Erik Verbruggen2010-06-031-1/+1
| |
* | Look at the injected class name.Roberto Raggi2010-06-011-1/+17
| |
* | Fixed unqualified name lookup.Roberto Raggi2010-06-011-6/+14
| |
* | Some initial support for template parameters in our semantic highlighter.Roberto Raggi2010-06-014-30/+181
| |
* | Compile.Roberto Raggi2010-05-311-1/+1
| |
* | Disable the cacheing of template instantiations.Roberto Raggi2010-05-311-5/+0
| |
* | Ensure we keep the context around for as long as it is needed.Roberto Raggi2010-05-312-0/+14
| |
* | Fixed header protection.Roberto Raggi2010-05-2816-48/+48
| |
* | Removed debug line.Erik Verbruggen2010-05-281-1/+0
| |
* | Fixed missing include, and #undeffed debug code.Erik Verbruggen2010-05-282-1/+2
| |
* | Added a utility method to search by line/column.Erik Verbruggen2010-05-282-0/+2
| |
* | Moved ASTPath to its own header/source files.Erik Verbruggen2010-05-283-0/+157
| |
* | Merge remote branch 'origin/2.0'Oswald Buddenhagen2010-05-282-3/+8
|\ \ | |/
| * Disabled invalid ObjC++ discovery code.Erik Verbruggen2010-05-281-0/+2
| | | | | | | | | | Task-number: QTCREATORBUG-1501 Reviewed-by: Roberto Raggi
| * Fixed position of current argument highlight for constructorsThorbjørn Lindeijer2010-05-271-3/+6
| | | | | | | | | | | | | | | | | | It was broken due to a leading space which was trimmed off, breaking the begin and end positions. Instead, don't trim, but just make sure not to add a leading space when it is not necessary. Done-with: Christian Kamm <christian.d.kamm@nokia.com> Task-number: QTCREATORBUG-1398
* | Check for possible 0x0 accesses.Roberto Raggi2010-05-281-1/+1
| |
* | Handle using declarationsRoberto Raggi2010-05-272-0/+16
| |
* | Removed DeprecatedLookupContext.Roberto Raggi2010-05-265-824/+0
| |
* | Create bindings for anonymous typedefs.Roberto Raggi2010-05-261-1/+6
| |
* | Highlight namespaces.Roberto Raggi2010-05-252-40/+33
| |
* | Warn about unexpected using declarations.Roberto Raggi2010-05-251-5/+9
| |
* | Removed the CppBindings.Roberto Raggi2010-05-258-1283/+8
| |
* | Highlight user defined types.Roberto Raggi2010-05-254-11/+360
| |
* | Use the document in the snapshot when available.Roberto Raggi2010-05-252-4/+4
| |
* | New implementation of CheckUndefinedSymbols.Roberto Raggi2010-05-252-564/+62
| |
* | Improved lookup of qualified names.Roberto Raggi2010-05-251-5/+39
| |
* | Added an optinal member `length' to Document::DiagnosticMessage.Roberto Raggi2010-05-251-2/+8
| |
* | Fixed jump to the matching definition.Roberto Raggi2010-05-211-4/+7
| |
* | Turn on C++0x support.Roberto Raggi2010-05-211-1/+1
| |
* | Fixed expression resolving for ObjC message send expressions.Erik Verbruggen2010-05-201-23/+12
| |
* | Fixed scope discovery.Erik Verbruggen2010-05-201-3/+9
| |
* | Deprecate the old template instantiation.Roberto Raggi2010-05-205-20/+20
| |
* | Fixed qualified name creation for ObjC classes and protocols.Erik Verbruggen2010-05-201-3/+4
| | | | | | | | Also fixed the tests for it.
* | Use the Control created by CPlusPlus::CreateBindings.Roberto Raggi2010-05-182-14/+4
| |
* | Use the context created by TypeOfExpression.Roberto Raggi2010-05-182-2/+2
| |
* | Instantiate the template functions.Roberto Raggi2010-05-181-22/+16
| |
* | Reuse TypeOfExpression.Roberto Raggi2010-05-172-4/+3
| |
* | Renamed Document::findSymbolAt().Roberto Raggi2010-05-172-6/+6
| |
* | less verbose.Roberto Raggi2010-05-141-24/+23
| |
* | Flush the current binding before searching for types.Roberto Raggi2010-05-141-14/+12
| |