aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/cppcompletion_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: use Utils::FilePath as file member in AssistInterfaceDavid Schulz2020-09-041-1/+1
* Replace QT_USE_FAST_{OPERATOR_PLUS,CONCATENTION} by QT_USE_QSTRINGBUILDERhjk2020-08-071-2/+2
* Make TextEditor setup more flexibleEike Ziller2020-02-121-1/+1
* More Utils::toSet/toListhjk2019-07-041-1/+1
* CppTools: modernizeAlessandro Portale2019-01-211-7/+6
* Add system include path to HeaderPath and merge ProjectPartHeaderPathMarco Bubke2018-09-101-1/+1
* CodeAssist: use shared pointer to pass around proposal modelsDavid Schulz2018-02-271-5/+5
* TextEditor: move convenience from texteditor to utilsIvan Donchevskii2017-09-221-3/+2
* C++: fix code completion of stl containers in internal code modelPrzemyslaw Gorszkowski2017-06-151-0/+163
* Remove spaces in initializer listsTim Jenssen2017-02-221-138/+138
* Replace some more occurrences of QStringList() << patternChristian Stenger2017-02-081-506/+166
* 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