aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/TypeOfExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* LookupContext: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-061-11/+11
* Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-3/+3
* Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-101-1/+1
* CppEditor: Proliferate FilePath usehjk2022-11-241-2/+4
* CPlusPlus: Proliferate FilePath usehjk2022-11-221-6/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CPlusPlus: Microoptimizationshjk2022-08-101-2/+1
* CPlusPlus: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-201-2/+4
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-6/+6
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* C++: Revert lookup to 3.4.2Nikolai Kosjar2015-11-191-4/+4
* C++: Introduce CreateBindings::PtrOrgad Shaneh2015-05-201-2/+2
* C++: Fix crash on auto deduction with debug enabledNikolai Kosjar2015-05-151-2/+2
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Fix compilation of C++-library with Qt 4.Friedemann Kleint2014-02-281-1/+1
* C++: cleanup setting the bindings in the lookup context class.Erik Verbruggen2014-02-271-27/+11
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* CppTools: CppPreprocessor: Track also unresolved includesNikolai Kosjar2013-08-221-1/+1
* C++: Handle recursive auto declarationsNikolai Kosjar2013-06-111-3/+5
* C++: Record also unresolved paths for includesNikolai Kosjar2013-06-111-1/+1
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-3/+5
* C++: Temporary fix for dangling pointers in ResolveExpressionNikolai Kosjar2013-03-221-0/+2
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | CPlusPlus: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-12-041-1/+1
|/
* C++: fix member rewriting when doing template instantiation.Erik Verbruggen2012-10-111-1/+4
* Adjust license headershjk2012-10-051-21/+20
* C++: Fix crash when deducing auto (with invalid ids)Leandro Melo2012-09-041-17/+21
* 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