aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/cppcompletion_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++: Fix completion for doxygen tags IINikolai Kosjar2016-03-311-0/+7
* C++: Fix completion for doxygen tags INikolai Kosjar2016-03-311-0/+35
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CppTools: Move ProjectPart in its own header fileMarco Bubke2016-01-131-1/+1
* C++: Revert lookup to 3.4.2Nikolai Kosjar2015-11-191-503/+17
* CppTools: Minor cleanup in completion testsOrgad Shaneh2015-10-201-3/+3
* C++: Comment out a flaky testNikolai Kosjar2015-09-281-16/+15
* CppTools: Add a test for ObjC not replacing dot with arrowOrgad Shaneh2015-09-231-0/+10
* CppTools: Support ObjC in member access operator testsOrgad Shaneh2015-09-231-3/+18
* C++: Revert problematic template specialization changesNikolai Kosjar2015-09-101-0/+5
* C++: Add testsNikolai Kosjar2015-08-311-0/+96
* C++: Fix expensive lookup for boostNikolai Kosjar2015-08-211-0/+18
* C++: Cleanup LookupContextOrgad Shaneh2015-07-011-0/+23
* C++: Ignore explicit template instantiationsOrgad Shaneh2015-06-291-0/+15
* C++: Resolve function-scope typedef inside lambdaOrgad Shaneh2015-06-291-0/+15
* C++: Fix resolving of using in enclosing scopeOrgad Shaneh2015-06-291-0/+23
* C++: Support default template argument lookup for specializationOrgad Shaneh2015-06-091-0/+13
* C++: Improve accuracy in findSpecializationOrgad Shaneh2015-06-091-12/+49
* C++: Fix resolving of templated partial specializationOrgad Shaneh2015-06-041-0/+15
* C++: Fix resolving of partial specializationOrgad Shaneh2015-06-041-0/+14
* C++: Fix lookup for instantiation of usingOrgad Shaneh2015-06-021-0/+81
* C++: Fix decltype resolving for template functionOrgad Shaneh2015-06-011-0/+15
* C++: Fix decltype resolving for nested instantiated classOrgad Shaneh2015-05-221-0/+22
* C++: Fix resolving of recursive typedefOrgad Shaneh2015-05-201-1/+0
* C++: fix code completion for decltyped typeOrgad Shaneh2015-05-201-0/+23
* C++: Fix explicit typedef from base type in templated classOrgad Shaneh2015-05-151-2/+2
* C++: Fix lookup for instantiation by class objectOrgad Shaneh2015-05-151-1/+22
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-05-071-3/+28
|\
| * CppTools: Offer "override" and "final" as completion itemsNikolai Kosjar2015-04-241-0/+2
| * CppTools: Fix global completion after "/// text."Nikolai Kosjar2015-04-241-3/+26
* | C++: Fix specialization resolution for nested typesOrgad Shaneh2015-04-281-3/+0
* | C++: Improve template argument detection for nested typesOrgad Shaneh2015-04-231-0/+23
* | Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-04-151-8/+35
|\|
| * CppTools: Fix global completion after '&'Nikolai Kosjar2015-04-131-8/+35
* | CppTools: Add failing tests for recursive instantiationOrgad Shaneh2015-04-111-0/+32
|/
* CppTools: Add a failing test for explicit template base typedefOrgad Shaneh2015-04-011-0/+29
* CppTools: Add 2 failing tests for double pointer indirectionOrgad Shaneh2015-04-011-0/+72
* CppTools: Add another failing test for indirect pointer specializationOrgad Shaneh2015-03-251-2/+32
* CppTools: Fix bug reference for failing testOrgad Shaneh2015-03-241-1/+1
* CppTools: Add a failing test for partial template specializationOrgad Shaneh2015-03-131-0/+30
* C++: Fix nested type resolving in member functionsOrgad Shaneh2015-03-051-1/+34
* CppTools: Move languageFeatures around in CompletionAssist...Orgad Shaneh2015-02-271-1/+4
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+2
* C++: Fix crash on static template instantiationOrgad Shaneh2015-02-261-0/+21
* C++: fix dereferencing of nested type and 'auto'Przemyslaw Gorszkowski2015-02-261-0/+42
* C++: fix dereferencing of nested type and operator '->'Przemyslaw Gorszkowski2015-02-251-0/+20
* C++: fix dereferencing of nested type and operator '*'Przemyslaw Gorszkowski2015-02-251-0/+20
* CppTools: Fix completing qt5 style signals/slots in connect()Nikolai Kosjar2015-02-201-24/+55
* CppTools: Tests: time out in waitForFileInGlobalSnapshot()Nikolai Kosjar2015-02-181-2/+1
* CppTools: Add basic completion support for qt5 style signals/slotsNikolai Kosjar2015-02-171-0/+88