summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppcompletionassist.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CppEditor: More migration to FilePathhjk2022-12-141-4/+4
* CPlusPlus: Use FilePath for resolved include pathshjk2022-11-301-10/+10
* CppEditor: Convert parts of ModelManagerInterface to FilePathhjk2022-11-291-1/+1
* CppEditor: Proliferate FilePath usehjk2022-11-251-1/+1
* CppEditor: Proliferate FilePath usehjk2022-11-241-1/+1
* CPlusPlus: Proliferate FilePath usehjk2022-11-221-3/+3
* Editor: move ownership of assist interface to processorDavid Schulz2022-11-171-66/+70
* Editor: unify assist processor handlingDavid Schulz2022-11-141-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-7/+7
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CPlusPlus: Microoptimizationshjk2022-08-101-2/+1
* CPlusPlus: Inline more simple Type related functionshjk2022-06-281-3/+3
* CPlusPlus: Inline some simple central functionshjk2022-06-241-19/+19
* TextEditor: add text cursor to assist interfaceDavid Schulz2022-05-131-2/+0
* CppEditor: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-061-27/+40
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-2/+2
* CppEditor: Squash three copies of the "is in comment or string" checkChristian Kandeler2021-10-151-32/+2
* ClangCodeModel: Do not use clangd for completing #ifdef & friendsChristian Kandeler2021-09-291-1/+1
* Editor: pass AssistInterface to createProcessorDavid Schulz2021-09-161-1/+1
* CppEditor: Merge two smaller headers into cpptoolsreuse.hChristian Kandeler2021-09-071-1/+1
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-0/+2134