summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus
Commit message (Expand)AuthorAgeFilesLines
* Fixed `look at symbol under cursor' when symbol is a Qt method (e.g. a signal).Roberto Raggi2010-03-297-20/+31
* Disable C++0x support for nowThorbjørn Lindeijer2010-03-251-1/+1
* Renewed attempt to fix possible dangling pointers.Erik Verbruggen2010-03-251-3/+14
* Revert "Fixed possible crash in dangling pointers in namespaces."Erik Verbruggen2010-03-244-237/+131
* Recognize C++0x lambda expressions.Roberto Raggi2010-03-241-0/+1
* Fixed #import completion to act the same as #include completion.Erik Verbruggen2010-03-231-0/+4
* Fixed possible crash in dangling pointers in namespaces.Erik Verbruggen2010-03-234-131/+237
* Place a whitespace between references.Roberto Raggi2010-03-231-0/+3
* Recognize C++0x rvalue references.Roberto Raggi2010-03-231-2/+5
* Renamed the CompoundExpressionAST::compoundStatement.Roberto Raggi2010-03-231-1/+1
* Ensure that the memory pool can be reused after a rewind and get rid of the s...Roberto Raggi2010-03-182-0/+7
* Put the DependencyTable calculation into the QFuture.Erik Verbruggen2010-03-171-3/+7
* Put the include depenency table into a separate class, and cache it when poss...Erik Verbruggen2010-03-175-113/+217
* Added parser support for Q_INTERFACES.Erik Verbruggen2010-03-171-0/+2
* Take the branch when evaluating #ifndef QT_NO_XXX and QT_NO_XXX has been defi...Roberto Raggi2010-03-121-5/+22
* Changed FindUsages to look into Q_PROPERTYs.Erik Verbruggen2010-03-122-2/+24
* Added boundary check.Erik Verbruggen2010-03-121-5/+7
* Added bounds check.Erik Verbruggen2010-03-121-1/+1
* Fixed possible crash when asking for the icon of a top-level symbol (e.g. the...Roberto Raggi2010-03-101-1/+1
* Fixed QTCREATORBUG-745.Erik Verbruggen2010-03-091-14/+4
* Don't add the default arguments when completing function definitions.Christian Kamm2010-03-053-4/+21
* Long live the king!hjk2010-03-0554-54/+54
* Fixed: Wrong usage highlighting if function's argument list contains comment.Roberto Raggi2010-03-032-1/+17
* Simplified ObjC selectors in the AST.Erik Verbruggen2010-02-233-15/+11
* Fixed pre-processor handling for Q_PROPERTY, Q_ENUMS and Q_FLAGS.Erik Verbruggen2010-02-221-22/+21
* Fix code navigation when line wrapping is enabledmae2010-02-191-1/+1
* Fix compilation error with gcc 4.4.3Kai Koehne2010-02-171-2/+1
* Revert "Split Objective-C keyword parsing to handle the '@' separately."Erik Verbruggen2010-02-151-1/+1
* Revert "Added Objective-C @try block parsing."Erik Verbruggen2010-02-152-6/+0
* Added Objective-C @try block parsing.Erik Verbruggen2010-02-152-0/+6
* Split Objective-C keyword parsing to handle the '@' separately.Erik Verbruggen2010-02-151-1/+1
* Removed obsolete files.Roberto Raggi2010-02-122-531/+0
* Process the formal arguments of inline methods when searching the usages of a...Roberto Raggi2010-02-112-6/+9
* Removed Q_DECLARE_FLAGS parsing, leaving it to the CPP to expand it.Erik Verbruggen2010-02-083-17/+4
* Changed ObjC message arguments to have SimpleName for the name part.Erik Verbruggen2010-02-082-0/+29
* Added semantic checks for Q_ENUMS.Erik Verbruggen2010-02-072-0/+50
* Reworked parts of the QtPropertyDeclaration parsing and handling.Erik Verbruggen2010-02-072-7/+6
* Added semantic checks for compound expressions.Erik Verbruggen2010-02-071-1/+5
* Added AST nodes for compound expressions (a GNU extension).Erik Verbruggen2010-02-072-0/+6
* Merge branch '1.3'Thorbjørn Lindeijer2010-02-041-1/+1
|\
| * Added semicolon after } when creating unnamed enumerationRoquette2010-02-011-1/+1
* | Renamed method.Erik Verbruggen2010-02-041-1/+1
* | Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-292-10/+10
|\ \ | |/
| * remove trailing whitespaceOswald Buddenhagen2010-01-292-10/+10
* | Removed methods which always returned a constant (false).Erik Verbruggen2010-01-281-5/+1
* | Changed binary expression parsing to use precedence parsing.Erik Verbruggen2010-01-281-200/+99
* | Added "@property" to the outline entries for ObjC properties.Erik Verbruggen2010-01-221-0/+2
* | Merge ichecker branch changes into the mainline. New project can be found und...Wolfgang Beck2010-01-191-15/+21
* | Prefer ObjC classes/protocols when searching for a canonical symbol.Erik Verbruggen2010-01-111-0/+16
* | Add missing include.Tobias Hunger2010-01-081-0/+1