aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/ResolveExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++: Fix crash in typedef resolvingNikolai Kosjar2013-08-161-1/+3
* C++: Handle recursive auto declarationsNikolai Kosjar2013-06-111-4/+11
* C++: fix typedefed structPrzemyslaw Gorszkowski2013-05-241-17/+18
* C++: instantiate template functionsPrzemyslaw Gorszkowski2013-05-241-0/+8
* Revert "C++: fix support for typedef of templated typedefs"Nikolai Kosjar2013-04-231-9/+2
* C++: fix support for typedef of templated typedefsPrzemyslaw Gorszkowski2013-04-221-2/+9
* Revert "C++: fix support for typedef of templated typedefs"Erik Verbruggen2013-04-191-9/+2
* C++: fix support for typedef of templated typedefsPrzemyslaw Gorszkowski2013-04-191-2/+9
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-10/+12
* C++: use argumentCount in loops in initializer.Erik Verbruggen2013-03-151-1/+1
* C++: Fix crash due to dangling pointerNikolai Kosjar2013-03-121-2/+3
* C++: fix 'using' for templates in typedefsPrzemyslaw Gorszkowski2013-02-211-2/+6
* C++: fix code completion for typedef of pointerPrzemyslaw Gorszkowski2013-02-111-8/+51
* C++: fix replacing dot(.) with arrow(->)Przemyslaw Gorszkowski2013-02-011-3/+16
* 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
| * Fix: no scope walking for name resolving after MemAccess operatorErik Verbruggen2012-11-221-1/+1
* | C++: Fix possible null-pointer access.Erik Verbruggen2013-01-301-0/+2
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-2/+1
* | C++: fix code completion when pointer's type is a typedefPrzemyslaw Gorszkowski2012-12-291-2/+6
* | C++: Fix code completion for nested classesPrzemyslaw Gorszkowski2012-12-201-4/+11
* | C++: Fix code completion for operator ->Przemyslaw Gorszkowski2012-12-051-36/+68
* | CPlusPlus: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-12-041-1/+1
* | Fix: no scope walking for name resolving after MemAccess operatorErik Verbruggen2012-11-211-1/+1
* | C++: Compile fixes in tests and tools.Nikolai Kosjar2012-10-231-2/+2
|/
* C++: Fix typedef resolving when templates are involved.Erik Verbruggen2012-10-191-7/+28
* Adjust license headershjk2012-10-051-21/+20
* CPlusPlus: Avoid reversing results for call lookupOrgad Shaneh2012-09-241-5/+7
* C++: Fix crash in auto deducing mechanismLeandro Melo2012-09-051-7/+48
* C++: Fix crash when deducing auto (with invalid ids)Leandro Melo2012-09-041-5/+16
* rename QtDebug to QDebughjk2012-08-061-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* C++: Introduce unicode char/strings supportLeandro Melo2012-06-061-4/+7
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* C++: Type deduction for auto-declared variables implementedFlex Ferrum2012-01-311-4/+91
* Long live the king!hjk2012-01-261-1/+1
* C++: Recognize C++11 nullptrLeandro Melo2011-11-181-0/+7
* C++: Better resolution for typedef when resolving expr.Leandro Melo2011-11-171-3/+41
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* C++: Fix completion for typedefs for templates in namespaces.Christian Kamm2011-08-191-1/+11
* 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-31/+71
|/
* Added ResolveExpression::context()Roberto Raggi2010-09-221-0/+4
* Merge CPlusPlus::NameId and CPlusPlus::Identifier.Roberto Raggi2010-09-021-2/+2
* Renamed Symbol::scope() to Symbol::enclosingScope().Roberto Raggi2010-08-261-6/+6
* Get rid of the old Semantic pass.Roberto Raggi2010-08-131-5/+4