summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppcompletion_test.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | C++: fix support for typedef of templated typedefsPrzemyslaw Gorszkowski2013-04-191-0/+74
* | C++: fix cloning of templatesPrzemyslaw Gorszkowski2013-04-171-0/+39
* | Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-04-111-0/+47
|\ \ | |/
| * C++: fixed code completion for namespace aliasesPrzemyslaw Gorszkowski2013-04-101-0/+47
* | CppTools: added template function params to completionsSergey Shambir2013-04-101-0/+58
* | Clean headers in CppTools.Friedemann Kleint2013-04-101-15/+1
* | fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-12/+13
* | C++: Fix dangling IDocument* in CppCompletionAssistProcessorNikolai Kosjar2013-03-191-1/+1
|/
* C++: fix 'using' for templates in typedefsPrzemyslaw Gorszkowski2013-02-211-0/+105
* C++: fix instantiation of template special. with pointer argumentPrzemyslaw Gorszkowski2013-02-211-0/+33
* C++: fixed resolving complex typedefPrzemyslaw Gorszkowski2013-02-201-0/+43
* C++: fix code completion for typedef of pointerPrzemyslaw Gorszkowski2013-02-111-0/+87
* C++: instantiate template with default argumentPrzemyslaw Gorszkowski2013-02-011-0/+73
* C++: fix replacing dot(.) with arrow(->)Przemyslaw Gorszkowski2013-02-011-0/+56
* 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
* | C++: Fix code compl. for instantiation of template specializationPrzemyslaw Gorszkowski2013-01-301-0/+36
* | C++: undo accidental rename of struct TestData to TestCase.Erik Verbruggen2013-01-301-19/+19
* | C++: add test-case for member access replacement in completion.Erik Verbruggen2013-01-301-2/+32
* | CppEditor: quick fix to generate getters and settersErik Verbruggen2013-01-241-18/+18
* | C++: unit test for code completionPrzemyslaw Gorszkowski2012-12-291-0/+28
* | C++: Fix code completion for nested classesPrzemyslaw Gorszkowski2012-12-201-0/+84
* | C++: fix code completion: casting inside parenthesesPrzemyslaw Gorszkowski2012-12-061-0/+81
* | C++: Fix code completion for operator ->Przemyslaw Gorszkowski2012-12-051-0/+43
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-11-261-1/+0
|\ \ | |/
| * Fix: no scope walking for name resolving after MemAccess operatorErik Verbruggen2012-11-221-2/+0
| * C++: Fix code completion for Qt containersPrzemyslaw Gorszkowski2012-11-221-0/+39
* | Fix compilation of tests with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-11-221-136/+136
* | Fix: no scope walking for name resolving after MemAccess operatorErik Verbruggen2012-11-211-2/+0
* | C++: Fix code completion for Qt containersPrzemyslaw Gorszkowski2012-11-211-1/+42
* | Unit tests for code completionPrzemyslaw Gorszkowski2012-11-091-1/+45
|/
* Fix crashes when cyclic inheritancePrzemyslaw Gorszkowski2012-10-241-0/+39
* C++: Fix typedef resolving when templates are involved.Erik Verbruggen2012-10-191-0/+70
* C++: fix member rewriting when doing template instantiation.Erik Verbruggen2012-10-111-0/+72
* Adjust license headershjk2012-10-051-23/+20
* Fix crashes when cyclic inheritancePrzemyslaw Gorszkowski2012-10-021-0/+120
* Fix crashes when typing codePrzemyslaw Gorszkowski2012-09-281-1/+274
* C++: Improve completion when forward declarations presentLeandro Melo2012-08-231-0/+34
* C++: Completion for templates as base classesLeandro Melo2012-08-231-0/+169
* rename QtDebug to QDebughjk2012-08-061-1/+1
* C++: Fix class scope completion for templates.Christian Kamm2012-07-201-0/+198