aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangcodemodel/clangcodemodelplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* ClangUtils: Get rid of GenerateCompilationDbResult structJarek Kobus7 days1-5/+11
* Utils: Also rename parameteraction.{h,cpp} to action.{h,cpp}hjk2024-01-291-1/+1
* Utils: Rename ParameterAction into Actionhjk2024-01-291-1/+1
* ClangcodeModel: Move test creation closer to tested codehjk2024-01-241-10/+10
* ClangCodeModel: Use ActionBuilder for Generating Compilation DB actionhjk2024-01-221-10/+9
* ClangCodeModel: Move plugin class definition to .cpphjk2023-12-141-22/+44
* Core: Rename ActionBuilder::setOn* to addOn*hjk2023-12-131-1/+1
* Core: Rename ActionBuilder::setContainer to addToContainerhjk2023-12-131-2/+2
* ClangCodeModel: Use ActionBuilderhjk2023-11-161-13/+5
* ClangCodeModel: Fix capitalization of menu itemEike Ziller2023-11-141-2/+2
* ClangCodeModel: Add menu action to re-index filesVolodymyr Zibarov2023-11-031-0/+15
* ClangCodeModel: Take changes from header files into account immediatelyChristian Kandeler2023-08-221-0/+1
* Tasks: Show tool tips with information about the categoriesEike Ziller2023-07-131-3/+4
* CppEditor: Make a few CppModelManager functions statichjk2023-07-121-4/+4
* Tasks: Create a container class for category dataEike Ziller2023-07-121-1/+1
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* ClangCodeModel: Use QtConcurrent invocation for async runJarek Kobus2023-03-091-2/+2
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-9/+10
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-02-161-24/+16
|\
| * Clang*: Use new plugin test setup schemehjk2023-02-151-23/+15
* | ClangCodeModel: Remove unneeded codeChristian Kandeler2023-02-151-20/+0
|/
* Use simpler Plugin::initialize() when feasiblehjk2023-01-201-6/+1
* ClangCodeModel: Tr::trhjk2023-01-191-37/+34
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* ProjectExplorer: Add "Generate" sub-menu to build menuChristian Kandeler2022-12-081-25/+28
* ClangTools: Pass context object to lambda connectionsJarek Kobus2022-12-081-1/+1
* ClangCodeModel: Implement per-session mode for clangdChristian Kandeler2022-09-051-1/+1
* Clang/C++: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-291-2/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CppEditor: Clean up ModelManagerSupport creationChristian Kandeler2022-08-021-1/+3
* ProjectExplorer: Remove unneeded #include in projectexplorer.hhjk2022-07-271-0/+1
* Code cosmeticshjk2022-06-241-0/+1
* ClangCodeModel: Move a test over from unittestChristian Kandeler2022-06-231-1/+2
* ClangCodeModel: Do not dump compile_commands.json into project dirChristian Kandeler2022-06-151-3/+8
* Move clang diagnostics config settings to clangd settings pageChristian Kandeler2022-05-231-17/+3
* ClangCodeModel: Use Utils::runAsync instead of QtConcurrent::runEike Ziller2022-05-121-7/+7
* ClangCodeModel: Fix build with Qt 5.15Christian Kandeler2022-05-111-2/+2
* ClangCodeModel: Use clangd's include pathChristian Kandeler2022-05-101-1/+2
* ClangCodeModel: Speed up compilation db generationChristian Kandeler2022-05-061-2/+4
* ClangCodeModel: Move fix-it tests into pluginChristian Kandeler2022-05-041-0/+2
* ClangCodeModel: Remove libclang-based completion and function hintsChristian Kandeler2022-05-021-2/+0
* ClangCodeModel: Use more suitable location for compile_commands.jsonChristian Kandeler2021-10-201-1/+1
* ClangCodeModel: Force clangd restart on external changesChristian Kandeler2021-09-071-0/+1
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-5/+5
* CppTools: Use only const pointers for ProjectInfo and ProjectPartChristian Kandeler2021-08-271-1/+1
* ClangCodeModel: Use clangd for completion and function hintChristian Kandeler2021-08-231-0/+1
* CppTools: Turn some classes into pure value typesChristian Kandeler2021-08-131-5/+10
* ClangCodeModel: Provide highlighting via clangdChristian Kandeler2021-07-051-0/+1
* ClangCodeModel: Provide tooltips via clangdChristian Kandeler2021-06-301-0/+1
* ClangCodeModel: Use clangd for local renamingChristian Kandeler2021-06-211-0/+1