aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangcodemodel/test
Commit message (Expand)AuthorAgeFilesLines
* Replace most expected_str by Utils::Resulthjk2025-04-111-1/+1
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-2/+4
* Clang*: Some code cosmeticshjk2025-04-091-2/+0
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-2/+2
* Utils: Use the new Result class in some FilePath functionshjk2024-10-011-1/+1
* ClangCodeModel: Add test case for documentation in cpp filesChristian Kandeler2024-09-266-3/+63
* Core: Make IDocument::save() return an expected_str<void>hjk2024-09-241-2/+2
* Use convenience BaseTextEditor::currentEditor a bit morehjk2024-07-161-1/+1
* Editor: remove TextDocumentManipulatorDavid Schulz2024-07-011-46/+45
* Editor: reduce complexity of TextDocumentManipulatorDavid Schulz2024-07-011-9/+9
* TextEditor: Move TextDocument::setIfdefedOutBlocks() to CppEditorChristian Kandeler2024-07-011-1/+3
* ClangCodeModel: Fix buildEike Ziller2024-06-271-9/+9
* Editor: Simplify TextDocumentManipulatorDavid Schulz2024-06-271-89/+19
* ClangCodeModel: Bump minimum clangd versionChristian Kandeler2024-05-241-6/+1
* ClangCodeModel: Make "live update" of dependent sources opt-inChristian Kandeler2024-04-151-0/+16
* CppEditor: Introduce per-project code model settingsChristian Kandeler2024-03-151-1/+1
* CppEditor: Move some convenience functions to CppCodeModelSettings classChristian Kandeler2024-03-121-1/+1
* LanguageClient: improve clangd function hintDavid Schulz2024-03-111-9/+16
* Revert "Clangd: Avoid client restart after modifying open documents"Christian Kandeler2024-03-041-2/+8
* Various plugins: Fix some more C++20 warnings about [=] capturesJarek Kobus2024-02-061-1/+1
* ClangcodeModel: Move test creation closer to tested codehjk2024-01-246-296/+340
* CppEditor: Also rename function comments for declarationsChristian Kandeler2023-11-292-1/+10
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-11-201-8/+2
|\
| * Clangd: Avoid client restart after modifying open documentsDavid Schulz2023-11-171-8/+2
* | ClangCodeModel: Forward to the built-in code modelChristian Kandeler2023-10-174-16/+1
|/
* CppEditor: Consider symbol occurrences in commentsChristian Kandeler2023-09-012-1/+20
* ClangCodeModel: Take changes from header files into account immediatelyChristian Kandeler2023-08-228-0/+65
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* ClangCodeModel: fix crash on followSymbolDavid Schulz2023-06-282-0/+33
* TextEditor: Add dedicated text style for C++ conceptsChristian Kandeler2023-06-201-2/+2
* ClangCodeModel: Adapt to new "inactiveRegions" notification in clangdChristian Kandeler2023-06-081-2/+4
* ClangCodeModel: Support new clangd semantic token for labelsChristian Kandeler2023-06-071-0/+3
* Utils: make column of convertPosition 0-based to merge it into PositionDavid Schulz2023-05-241-10/+10
* SearchResultItem: Introduce SearchResultItemsJarek Kobus2023-05-082-18/+17
* Utils: Move SearchResultItem/Color into UtilsJarek Kobus2023-05-082-19/+19
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-131-1/+1
|\
| * ClangCodeModel: Do not try to rename macros and namespaces with clangdChristian Kandeler2023-04-041-1/+1
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-03-163-0/+7
|\|
| * ClangCodeModel: Consider concepts in semantic highlightingChristian Kandeler2023-03-143-0/+7
* | ClangCodeModel: Remove unneeded codeChristian Kandeler2023-02-153-746/+21
|/
* ClangCodeModel: Ignore built-in typesChristian Kandeler2023-02-031-2/+0
* ClangCodeModel: Ignore number literalsChristian Kandeler2023-02-031-15/+0
* ClangCodeModel: Ignore boolean and pointer literalsChristian Kandeler2023-02-021-3/+0
* CppEditor: Fully handle raw string literals in the syntax highlighterChristian Kandeler2023-02-021-9/+0
* ClangCodeModel: Make use of new semantic token in clangdChristian Kandeler2023-02-011-8/+0
* Designer: Update C++ code model on an object name change in designerChristian Kandeler2023-01-271-1/+1
* FilePathify some testing codehjk2023-01-133-17/+14
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0619-19/+19
* ClangCodeModel: Use newly implemented clangd support for operatorsChristian Kandeler2022-12-131-20/+2
* ClangTools: Pass context object to lambda connectionsJarek Kobus2022-12-081-1/+1