summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/TypeOfExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* preprocessor: rename operator() into run.hjk2012-04-191-1/+1
* Long live the king!hjk2012-01-261-1/+1
* C++: Rename source/setSource to utf8Source/setUtf8SourceLeandro Melo2012-01-131-1/+1
* C++: Accept UTF-8 byte arrays in type of expressionLeandro Melo2012-01-131-24/+19
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* 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
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Added some initial support for function overloading.Roberto Raggi2010-12-101-0/+35
|/
* Keep the lookup context alive.Roberto Raggi2010-09-221-1/+6
* Quick fix for completing cases in enum based switch statements.con2010-07-091-2/+11
* Use the context created by TypeOfExpression.Roberto Raggi2010-05-181-1/+1
* Reenabled the tooltip.Roberto Raggi2010-05-141-1/+0
* Improved LookupItem and get rid of some deprecated code.Roberto Raggi2010-05-141-9/+11
* Try to use the new LookupContext.Roberto Raggi2010-05-051-39/+57
* Deprecated the current LookupContext.Roberto Raggi2010-05-051-4/+4
* Long live the king!hjk2010-03-051-1/+1
* Initial work on the new CPlusPlus::Snapshot.Roberto Raggi2009-12-071-1/+1
* Get rid off QPair<FullySpecifiedType, Symbol *>. Use LookupItem intead.Roberto Raggi2009-11-171-4/+4
* long live the kinghjk2009-08-141-1/+1
* Simplified TypeOf/ResolveExpression.Roberto Raggi2009-06-171-0/+1
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Preprocessing an empty expression is always emptyThorbjørn Lindeijer2009-05-271-0/+3
* More cleanup.Roberto Raggi2009-03-031-1/+1
* More cleanupRoberto Raggi2009-03-021-2/+1
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Fixes: save a few strlen callshjk2009-02-191-1/+1
* Added a simple auto test for the name lookup.Roberto Raggi2009-02-091-4/+4
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
* Fixed crash in function argument widgetThorbjørn Lindeijer2009-01-131-0/+5
* Removed LookupUtils.Roberto Raggi2008-12-231-0/+1
* Some cleanup in the C++ preprocessor.Roberto Raggi2008-12-221-1/+1
* Added TypeOfExpression::preprocess(expression, document).Roberto Raggi2008-12-181-0/+6
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
* Introduced CPlusPlus::Snapshot, it contains a snap shot of the indexer's curr...Roberto Raggi2008-12-121-6/+6
* Fixed possible crash when merging the evironments.Roberto Raggi2008-12-111-0/+2
* Fixed code completion when using macros in the expression's code (e.g. in qAp...Roberto Raggi2008-12-111-2/+38
* Don't keep around references to old documentsThorbjørn Lindeijer2008-12-081-0/+1
* Save the utf8 bytes in a QByteArray before invoking the parser.Roberto Raggi2008-12-031-1/+2
* Added different parsing mode to TranslationUnit/CppDocument.Roberto Raggi2008-12-031-22/+5
* off-by-one in headershjk2008-12-021-1/+0
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
* Initial importcon2008-12-021-0/+114